Video SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.SubSessionKit Interface Reference

Subsession kit. More...

Public Member Functions

String getSubSessionName ()
 Get the subsession user's name.
 
String getSubSessionID ()
 Get the subsession's ID.
 
List< SubSessionUsergetSubSessionUserList ()
 Get the list of users in this subsession.
 
int joinSubSession ()
 Join this subsession.
 

Detailed Description

Subsession kit.

Definition at line 8 of file SubSessionKit.java.

Member Function Documentation

◆ getSubSessionID()

String us.zoom.sdk.SubSessionKit.getSubSessionID ( )

Get the subsession's ID.

Returns
The subsession ID.

◆ getSubSessionName()

String us.zoom.sdk.SubSessionKit.getSubSessionName ( )

Get the subsession user's name.

Returns
The subsession name.

◆ getSubSessionUserList()

List< SubSessionUser > us.zoom.sdk.SubSessionKit.getSubSessionUserList ( )

Get the list of users in this subsession.

Returns
If the function succeeds, it returns a list of SubSessionUser. Otherwise returns null. For more details, see SubSessionUser

◆ joinSubSession()

int us.zoom.sdk.SubSessionKit.joinSubSession ( )

Join this subsession.

Returns
If the function succeeds, the return value is ZoomVideoSDKErrors_Success, otherwise not.