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

#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

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