Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKSubSessionManager.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
6
public
interface
ZoomVideoSDKSubSessionManager
{
7
13
int
startSubSession
();
14
19
boolean
isSubSessionStarted
();
20
26
int
stopSubSession
();
27
34
int
broadcastMessage
(String message);
35
}
us.zoom.sdk.ZoomVideoSDKSubSessionManager
Subsession manager helper interface.
Definition
ZoomVideoSDKSubSessionManager.java:6
us.zoom.sdk.ZoomVideoSDKSubSessionManager.isSubSessionStarted
boolean isSubSessionStarted()
Determine if the subsession has started.
us.zoom.sdk.ZoomVideoSDKSubSessionManager.startSubSession
int startSubSession()
Start subsession.
us.zoom.sdk.ZoomVideoSDKSubSessionManager.stopSubSession
int stopSubSession()
Stop subsession.
us.zoom.sdk.ZoomVideoSDKSubSessionManager.broadcastMessage
int broadcastMessage(String message)
Broadcast a message to all subsessions.
sdk
ZoomVideoSDKSubSessionManager.java
Generated by
1.12.0