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

SubSession attendee helper interface. More...

#include <ZoomVideoSDKSubSessionHelper.h>

Inherits NSObject.

Instance Methods

(ZoomVideoSDKError- returnToMainSession
 Return to main session.
 
(ZoomVideoSDKError- requestForHelp
 Request for help.
 

Detailed Description

SubSession attendee helper interface.

Definition at line 111 of file ZoomVideoSDKSubSessionHelper.h.

Method Documentation

◆ requestForHelp

- (ZoomVideoSDKError) requestForHelp

Request for help.

Returns
If the function succeeds, the return value is Errors_Success, otherwise not.
Note
'onSubSessionUserHelpRequestResult'is the corresponding callback notification.

◆ returnToMainSession

- (ZoomVideoSDKError) returnToMainSession

Return to main session.

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