Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKSubSessionKit Class Reference

Represents a subsession instance. More...

#include <ZMVideoSDKSubsessionHelper.h>

Inherits NSObject.

Instance Methods

(NSArray< ZMVideoSDKSubSessionUser * > *_Nullable) - getSubSessionUserList
 Get the list of users in this subsession.
 
(ZMVideoSDKErrors- joinSubSession
 Join this subsession.
 

Properties

NSString * subSessionName
 Get the subsession's name.
 
NSString * subSessionID
 Get the subsession's ID.
 

Detailed Description

Represents a subsession instance.

Definition at line 31 of file ZMVideoSDKSubsessionHelper.h.

Method Documentation

◆ getSubSessionUserList

- (NSArray< ZMVideoSDKSubSessionUser * > *_Nullable) getSubSessionUserList

Get the list of users in this subsession.

Returns
If the function succeeds, it returns an array of ZMVideoSDKSubSessionUser. Otherwise returns nil.

◆ joinSubSession

- (ZMVideoSDKErrors) joinSubSession

Join this subsession.

Returns
If the function succeeds, the return value ZoomSDKError_Success. Otherwise, the function fails.

Property Documentation

◆ subSessionID

- (NSString*) subSessionID
readnonatomiccopy

Get the subsession's ID.

Definition at line 39 of file ZMVideoSDKSubsessionHelper.h.

◆ subSessionName

- (NSString*) subSessionName
readnonatomiccopy

Get the subsession's name.

Definition at line 35 of file ZMVideoSDKSubsessionHelper.h.