Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKSubSessionKit Class Reference

#include <ZoomVideoSDKSubSessionHelper.h>

Inherits NSObject.

Instance Methods

(NSString *_Nullable) - getSubSessionName
 Get the subsession's nam.
 
(NSString *_Nullable) - getSubSessionID
 Get the subsessions's ID.
 
(NSArray< ZoomVideoSDKSubSessionUser * > *_Nullable) - getSubSessionUserList
 Get the user list in this subsessions.
 
(ZoomVideoSDKError- joinSubSession
 Join this subsessions.
 

Detailed Description

Definition at line 56 of file ZoomVideoSDKSubSessionHelper.h.

Method Documentation

◆ getSubSessionID

- (NSString *_Nullable) getSubSessionID

Get the subsessions's ID.

Returns
The subsession ID.

◆ getSubSessionName

- (NSString *_Nullable) getSubSessionName

Get the subsession's nam.

Returns
The subsession name.

◆ getSubSessionUserList

- (NSArray< ZoomVideoSDKSubSessionUser * > *_Nullable) getSubSessionUserList

Get the user list in this subsessions.

Returns
If the function succeeds, it returns an array of ZoomVideoSDKSubSessionUser. Otherwise returns NULL. For more details, see ZoomVideoSDKSubSessionUser.

◆ joinSubSession

- (ZoomVideoSDKError) joinSubSession

Join this subsessions.

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