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
26 List<SubSessionUser> getSubSessionUserList();
27
33}
List< SubSessionUser > getSubSessionUserList()
Get the list of users in this subsession.
int joinSubSession()
Join this subsession.
String getSubSessionName()
Get the subsession user's name.
String getSubSessionID()
Get the subsession's ID.