Concepts
The live stream SDK provides tools to:
- host live streams, through the
StreamHost
component - view live streams, through the
StreamViewer
component
Both of them interact with Stream
objects as defined in the core SDK.
Most of the times, however, you should not deal with streams directly because the
components will care about creating, updating and deleting them where necessary.