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

Manages operations for joining and leaving breakout meetings as an assistant. More...

#include <ZoomSDKNewBreakoutRoomController.h>

Inherits NSObject.

Instance Methods

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

Detailed Description

Manages operations for joining and leaving breakout meetings as an assistant.

Definition at line 395 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.