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

#import <ZoomSDKNewBreakoutRoomController.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onBOMeetingInfoUpdata:
 If breakout meeting info changed,will receive the callback.
 
(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 294 of file ZoomSDKNewBreakoutRoomController.h.

Method Documentation

◆ onBOListInfoUpdated

- (void) onBOListInfoUpdated
optional

If breakout meeting list changed,will receive the callback.

◆ onBOMeetingInfoUpdata:

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

If breakout meeting info changed,will receive the callback.

Parameters
boIDBreakout meeting ID.

◆ onBOMeetingInfoUpdated:

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

If breakout meeting info changed,will receive the callback.

Parameters
boIDBreakout meeting ID.

◆ onUnAssignedUserUpdated

- (void) onUnAssignedUserUpdated
optional

If the unassigned user changed,will receive the callback.