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
16 int commitSubSessionList(List<String> subSessionNames);
17
22 List<SubSessionKit> getCommittedSubSessionList();
23
30}
int withdrawSubSessionList()
Withdraw all committed SubSessions.
int commitSubSessionList(List< String > subSessionNames)
Withdraw all committed subsessions and commit the prepared list.
List< SubSessionKit > getCommittedSubSessionList()
Get the list of commited subsessions.