◆ onHasAdminRightsNotification:()
| - (void MobileRTCBOServiceDelegate) onHasAdminRightsNotification: |
|
(MobileRTCBOAdmin *_Nonnull) |
admin |
|
|
optional |
This method will notify the admin role gived.
- Parameters
-
| admin | the admin role gived. |
◆ onHasAssistantRightsNotification:()
| - (void MobileRTCBOServiceDelegate) onHasAssistantRightsNotification: |
|
(MobileRTCBOAssistant *_Nonnull) |
assistant |
|
|
optional |
This method will notify the assistent role gived.
- Parameters
-
| assistant | the assistant role gived. |
◆ onHasAttendeeRightsNotification:()
| - (void MobileRTCBOServiceDelegate) onHasAttendeeRightsNotification: |
|
(MobileRTCBOAttendee *_Nonnull) |
attendee |
|
|
optional |
This method will notify the attendee role gived.
- Parameters
-
| attendee | the attendee role gived. |
◆ onHasCreatorRightsNotification:()
| - (void MobileRTCBOServiceDelegate) onHasCreatorRightsNotification: |
|
(MobileRTCBOCreator *_Nonnull) |
creator |
|
|
optional |
This method will notify the creator role gived.
- Parameters
-
| creator | the creator role gived. |
◆ onHasDataHelperRightsNotification:()
| - (void MobileRTCBOServiceDelegate) onHasDataHelperRightsNotification: |
|
(MobileRTCBOData *_Nonnull) |
dataHelper |
|
|
optional |
This method will notify the data helper role gived.
- Parameters
-
| dataHelper | the data helper role gived. |
◆ onLostAssistantRightsNotification:()
| - (void MobileRTCBOServiceDelegate) onLostAssistantRightsNotification: |
|
(BOOL) |
isStopBO |
|
|
optional |
This method will notify that lost assistant role.
- Parameters
-
| isStopBO | wether the bo meeting has been stopped. |
◆ onLostAttendeeRightsNotification:()
| - (void MobileRTCBOServiceDelegate) onLostAttendeeRightsNotification: |
|
(BOOL) |
isStopBO |
|
|
optional |
This method will notify that lost attendee role.
- Parameters
-
| isStopBO | wether the bo meeting has been stopped. |
◆ onNewBroadcastMessageReceived:()
| - (void MobileRTCBOServiceDelegate) onNewBroadcastMessageReceived: |
|
(NSString *_Nullable) |
broadcastMsg |
|
|
optional |
This method will notify that broadcast message.
- Parameters
-
| broadcastMsg | the broadcast message received from host. |
The documentation for this protocol was generated from the following file: