Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKBOMeetingDataHelpDelegate> Protocol Reference

Delegate to receive breakout room data helper callbacks. More...

#include <ZoomSDKNewBreakoutRoomController.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onBOMeetingInfoUpdated:
 If breakout meeting info changed, will receive the callback.
 
(void) - onUnAssignedUserUpdated
 If the unassigned user changed, will receive the callback.
 
(void) - onBOListInfoUpdated
 If breakout meeting list changed, will receive the callback.
 

Detailed Description

Delegate to receive breakout room data helper callbacks.

Definition at line 486 of file ZoomSDKNewBreakoutRoomController.h.

Method Documentation

◆ onBOListInfoUpdated

- (void) onBOListInfoUpdated
optionalrequired

If breakout meeting list changed, will receive the callback.

◆ onBOMeetingInfoUpdated:

- (void) onBOMeetingInfoUpdated: (NSString *) boID
optional

If breakout meeting info changed, will receive the callback.

Parameters
boIDBreakout meeting ID.

◆ onUnAssignedUserUpdated

- (void) onUnAssignedUserUpdated
optionalrequired

If the unassigned user changed, will receive the callback.