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
 Returns to main session.
 
(ZoomVideoSDKError- requestForHelp
 Requests for help.
 

Detailed Description

SubSession attendee helper interface.

Definition at line 122 of file ZoomVideoSDKSubSessionHelper.h.

Method Documentation

◆ requestForHelp

- (ZoomVideoSDKError) requestForHelp

Requests for help.

Returns
If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.
Note
'onSubSessionUserHelpRequestResult' is the corresponding callback notification.

◆ returnToMainSession

- (ZoomVideoSDKError) returnToMainSession

Returns to main session.

Returns
If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.