Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKBroadcastStreamingController.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
12
18
24
30 int stopBroadcast(String channelID);
31
37 int getBroadcastStatus(String channelID);
38}
boolean isBroadcastStreamingSupported()
Checks if the session supports broadcast streaming.
int stopBroadcast(String channelID)
Stops broadcast streaming asynchronously. The result is notified via the callback 'onStopBroadcastRes...
int getBroadcastStatus(String channelID)
Gets the broadcast status asynchronously. The result is notified via the callback 'onGetBroadcastCont...
boolean canStartBroadcast()
Checks if the user has permission to start a broadcast.
int startBroadcast()
Start broadcast streaming asynchronously. The result is notified via the callback 'onStartBroadcastRe...