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

Subsession kit. More...

Public Member Functions

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

Detailed Description

Subsession kit.

Definition at line 8 of file SubSessionKit.java.

Member Function Documentation

◆ getSubSessionID()

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

Gets the subsession's ID.

Returns
If the function succeeds, it returns the subsession ID. Otherwise, this function fails and returns null.

◆ getSubSessionName()

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

Gets the subsession user's name.

Returns
If the function succeeds, it returns the subsession name. Otherwise, this function fails and returns null.

◆ getSubSessionUserList()

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

Gets the list of users in this subsession.

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

◆ joinSubSession()

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

Joins this subsession.

Returns
If the function succeeds, it returns ZoomVideoSDKErrors.Errors_Success. Otherwise, this function returns an error.