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

#include <ZoomSDKNewBreakoutRoomController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- joinBO:
 Join Breakout meeting by Breakout meeting ID.
 
(ZoomSDKError- leaveBO
 Leave Breakout meeting.
 

Detailed Description

Definition at line 359 of file ZoomSDKNewBreakoutRoomController.h.

Method Documentation

◆ joinBO:

- (ZoomSDKError) joinBO: (NSString *) ID

Join Breakout meeting by Breakout meeting ID.

Parameters
IDBreakout meeting ID.
Returns
If the function succeeds,will return ZoomSDKError_Success.

◆ leaveBO

- (ZoomSDKError) leaveBO

Leave Breakout meeting.

Returns
If the function succeeds,will return ZoomSDKError_Success.