Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKBOMeetingReturnToMainSessionHandler Class Reference

#import <ZoomSDKNewBreakoutRoomController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- returnToMainSession
 Return to main session.
 
(void) - ignore
 Ignore the return invitation, after call this api, please don't use the handler unless you receive the invitation again.
 

Detailed Description

Definition at line 461 of file ZoomSDKNewBreakoutRoomController.h.

Method Documentation

◆ ignore

- (void) ignore

Ignore the return invitation, after call this api, please don't use the handler unless you receive the invitation again.

◆ returnToMainSession

- (ZoomSDKError) returnToMainSession

Return to main session.

Returns
If the function succeeds,will return ZoomSDKError_Success.