Broadcast streaming controller interface.
boolean isBroadcastStreamingSupported()
Determines whether the session supports broadcast streaming.
int stopBroadcast(String channelID)
Stops broadcast streaming asynchronously. The result is notified via the callback onStopBroadcastResp...
int getBroadcastStatus(String channelID)
Gets the broadcast status asynchronously. The result is notified via the callback onGetBroadcastContr...
boolean canStartBroadcast()
Determines whether the user has permission to start a broadcast.
int startBroadcast()
Starts broadcast streaming asynchronously. The result is notified via the callback onStartBroadcastRe...