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()
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...