6#import <Foundation/Foundation.h>
148- (
ZoomVideoSDKError)addSubSessionToPreList:(NSArray <NSString *>* _Nonnull)subSessionNames;
154- (
ZoomVideoSDKError)removeSubSessionFromPreList:(NSArray <NSString *> *_Nonnull)subSessionNames;
ZoomVideoSDKError
Enumeration of all the errors in the VideoSDK.
Subsession helper interface.
ZoomVideoSDKError withdrawSubSessionList()
Withdraws all committed subsession list.
ZoomVideoSDKError commitSubSessionList()
Withdraws all committed subsession list and commits the prepared list.
NSArray< ZoomVideoSDKSubSessionKit * > *_Nullable getCommittedSubSessionList()
Gets the committed subsession list.
NSArray< NSString * > *_Nullable getSubSessionPreList()
Gets the subsession name prepared list.
ZoomVideoSDKError clearSubSessionPreList()
Clears the prepared list.
Represents a subsession instance.
NSArray< ZoomVideoSDKSubSessionUser * > *_Nullable getSubSessionUserList()
Gets the user list in this subsession.
ZoomVideoSDKError joinSubSession()
Joins this subsession.
NSString *_Nullable getSubSessionName()
Gets the subsession's name.
NSString *_Nullable getSubSessionID()
Gets the subsession's ID.
Manages subsession lifecycle and communication.
BOOL isSubSessionStarted()
Determines whether the subsession is started.
ZoomVideoSDKError startSubSession()
Starts subsession.
ZoomVideoSDKError stopSubSession()
Stops subsession.
SubSession attendee helper interface.
ZoomVideoSDKError returnToMainSession()
Returns to main session.
ZoomVideoSDKError requestForHelp()
Requests for help.
Subsession user help request handler.
NSString *_Nullable getRequestSubSessionName()
Gets the name of the subsession where the user sent this request.
ZoomVideoSDKError ignore()
Ignores this request.
NSString *_Nullable getRequestUserName()
Gets the username of the user who sent this request.
ZoomVideoSDKError joinSubSessionByUserRequest()
Joins the subsession which request help is from.
Represents a subsession user info.
NSString * getUserGUID()
Gets the subsession user's GUID.
NSString * getUserName()
Gets the subsession user's username.