Determines whether the local user has permission to start broadcast.
Queries broadcast status asynchronously. Result arrives via EventType.onGetBroadcastControlStatus.
Determines whether the session supports broadcast streaming.
Starts broadcast streaming asynchronously. Result arrives via EventType.onStartBroadcastResponse.
Stops broadcast streaming asynchronously. Result arrives via EventType.onStopBroadcastResponse.
Broadcast streaming controller (host side).
Lets the local user start, stop, and query a broadcast streaming session. Status updates arrive via EventType.onStartBroadcastResponse, onStopBroadcastResponse, and onGetBroadcastControlStatus.
Requires an active session (after EventType.onSessionJoin).