Mac SDK
Instance Methods | List of all members
<ZoomSDKNewBreakoutRoomControllerDelegate> Protocol Reference
Inheritance diagram for <ZoomSDKNewBreakoutRoomControllerDelegate>:

Instance Methods

(void) - onHasCreatorPermission:
 If the creator's permissions change,will receive the callback. More...
 
(void) - onHasAdminPermission:
 If the admin's permissions change,will receive the callback. More...
 
(void) - onHasAssistantPermission:
 If the assistant's permissions change,will receive the callback. More...
 
(void) - onHasAttendeePermission:
 If the attendee's permissions change,will receive the callback. More...
 
(void) - onHasDataHelperPermission:
 If the dataHelper's permissions change,will receive the callback. More...
 
(void) - onLostCreatorPermission
 If lost creator's permissions change,will receive the callback.
 
(void) - onLostAdminPermission
 If lost admin's permissions change,will receive the callback.
 
(void) - onLostAssistantPermission
 If lost assistant's permissions change,will receive the callback.
 
(void) - onLostAttendeePermission
 If lost attendee's permissions change,will receive the callback.
 
(void) - onLostDataHelperPermission
 If lost dataHelper's permissions change,will receive the callback.
 
(void) - onNewBroadcastMessageReceived:
 If host broadcast message,all attendee will revieve this callback. More...
 

Method Documentation

◆ onHasAdminPermission:

- (void) onHasAdminPermission: (ZoomSDKBOMeetingAdmin *)  adminObject
optional

If the admin's permissions change,will receive the callback.

Parameters
adminObjectZoomSDKBOMeetingAdmin class object.

◆ onHasAssistantPermission:

- (void) onHasAssistantPermission: (ZoomSDKBOMeetingAssistant *)  assistantObject
optional

If the assistant's permissions change,will receive the callback.

Parameters
assistantObjectZoomSDKBOMeetingAssistant class object.

◆ onHasAttendeePermission:

- (void) onHasAttendeePermission: (ZoomSDKBOMeetingAttendee *)  attendeeObject
optional

If the attendee's permissions change,will receive the callback.

Parameters
attendeeObjectZoomSDKBOMeetingAttendee class object.

◆ onHasCreatorPermission:

- (void) onHasCreatorPermission: (ZoomSDKBOMeetingCreator *)  creatorObject
optional

If the creator's permissions change,will receive the callback.

Parameters
creatorObjectZoomSDKBOMeetingCreator class object.

◆ onHasDataHelperPermission:

- (void) onHasDataHelperPermission: (ZoomSDKBOMeetingDataHelp *)  dataHelpObject
optional

If the dataHelper's permissions change,will receive the callback.

Parameters
dataHelpObjectZoomSDKBOMeetingDataHelp class object.

◆ onNewBroadcastMessageReceived:

- (void) onNewBroadcastMessageReceived: (NSString *)  message
optional

If host broadcast message,all attendee will revieve this callback.

Parameters
messageThe broadcast message context.

The documentation for this protocol was generated from the following file: