Meeting SDK for macOS API Reference
|
#include <ZoomSDKNewBreakoutRoomController.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
(void) | - onHasCreatorPermission: |
If the creator's permissions change,will receive the callback. | |
(void) | - onHasAdminPermission: |
If the admin's permissions change,will receive the callback. | |
(void) | - onHasAssistantPermission: |
If the assistant's permissions change,will receive the callback. | |
(void) | - onHasAttendeePermission: |
If the attendee's permissions change,will receive the callback. | |
(void) | - onHasDataHelperPermission: |
If the dataHelper's permissions change,will receive the callback. | |
(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:senderUserId:senderName: |
If host broadcast message,all attendee will revieve this callback. | |
(void) | - onBOMeetingStopCountDown: |
If countDown != ZoomSDKBOStopCountDown_Not, host stop BO and all users receive the event. | |
(void) | - onHostInviteReturnToMainSession:handler: |
If you are in BO, host invite you return to main session, you will receive the event. | |
(void) | - onBOControlStatusChanged: |
When host change the BO status, all users receive the event. | |
(void) | - onBOSwitchRequestReceived:newBOID: |
Whenever the host switches you to another BO while you are assigned but haven't joined the BO, you will receive this event. | |
(void) | - onBroadcastBOVoiceStatus: |
The status of broadcasting voice to BO has been changed. | |
(void) | - onShareFromMainSession:status:shareAction: |
You will receive this event when you are in a breakout room, and someone shares from the main session to the breakout room. | |
Definition at line 518 of file ZoomSDKNewBreakoutRoomController.h.
|
optionalrequired |
When host change the BO status, all users receive the event.
status | Current status of BO. |
|
optionalrequired |
If countDown != ZoomSDKBOStopCountDown_Not, host stop BO and all users receive the event.
countDown | The countdown seconds. |
|
optionalrequired |
Whenever the host switches you to another BO while you are assigned but haven't joined the BO, you will receive this event.
newBOName | The new BO name. |
newBOID | The new BO ID. If the current user is ZoomSDKBOMeetingAttendee, then the 2nd parameter strNewBOID will return nil. |
|
optionalrequired |
The status of broadcasting voice to BO has been changed.
start | YES for start and NO for stop. |
|
optionalrequired |
If the admin's permissions change,will receive the callback.
adminObject | ZoomSDKBOMeetingAdmin class object. |
|
optionalrequired |
If the assistant's permissions change,will receive the callback.
assistantObject | ZoomSDKBOMeetingAssistant class object. |
|
optionalrequired |
If the attendee's permissions change,will receive the callback.
attendeeObject | ZoomSDKBOMeetingAttendee class object. |
|
optional |
If the creator's permissions change,will receive the callback.
creatorObject | ZoomSDKBOMeetingCreator class object. |
|
optionalrequired |
If the dataHelper's permissions change,will receive the callback.
dataHelpObject | ZoomSDKBOMeetingDataHelp class object. |
|
optionalrequired |
If you are in BO, host invite you return to main session, you will receive the event.
userName | The host name. |
handler | The ZoomSDKBOMeetingReturnToMainSessionHandler class object. |
|
optionalrequired |
If lost admin's permissions change,will receive the callback.
|
optionalrequired |
If lost assistant's permissions change,will receive the callback.
|
optionalrequired |
If lost attendee's permissions change,will receive the callback.
|
optionalrequired |
If lost creator's permissions change,will receive the callback.
|
optionalrequired |
If lost dataHelper's permissions change,will receive the callback.
|
optionalrequired |
If host broadcast message,all attendee will revieve this callback.
message | The broadcast message context. |
userid | The sender message user id. |
senderName | The sender message user name. |
|
optionalrequired |
You will receive this event when you are in a breakout room, and someone shares from the main session to the breakout room.
sharingID | The sharing ID. |
status | The sharing status. |
shareAction | The pointer of share action object. |