Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKSubSessionHelper.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.util.List;
4
10
17 int commitSubSessionList(List<String> subSessionNames);
18
23 List<SubSessionKit> getCommittedSubSessionList();
24
31}
int withdrawSubSessionList()
Withdraws all committed subsessions.
int commitSubSessionList(List< String > subSessionNames)
Withdraws all committed subsessions and commits the prepared list.
List< SubSessionKit > getCommittedSubSessionList()
Gets the list of committed subsessions.