Concepts
The live stream SDK provides tools to:
- host live streams, through the
StreamHostcomponent - view live streams, through the
StreamViewercomponent
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.