Video SDK for Android API Reference
Loading...
Searching...
No Matches
SubSessionKit.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.util.List;
4
8public interface SubSessionKit {
14
20
25 List<SubSessionUser> getSubSessionUserList();
26
32}
List< SubSessionUser > getSubSessionUserList()
Gets the list of users in this subsession.
int joinSubSession()
Joins this subsession.
String getSubSessionName()
Gets the subsession user's name.
String getSubSessionID()
Gets the subsession's ID.