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

Interface for subsession participants. More...

#include <ZMVideoSDKSubsessionHelper.h>

Inherits NSObject.

Instance Methods

(ZMVideoSDKErrors- returnToMainSession
 Return to main session.
 
(ZMVideoSDKErrors- requestForHelp
 Request help.
 

Detailed Description

Interface for subsession participants.

Definition at line 118 of file ZMVideoSDKSubsessionHelper.h.

Method Documentation

◆ requestForHelp

- (ZMVideoSDKErrors) requestForHelp

Request help.

Returns
If the function succeeds, the return value ZoomSDKError_Success. Otherwise, the function fails.
Note
'onSubSessionUserHelpRequestResult'is the corresponding callback notification.

◆ returnToMainSession

- (ZMVideoSDKErrors) returnToMainSession

Return to main session.

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