iOS API
Instance Methods | List of all members
<MobileRTCBOServiceDelegate > Protocol Reference
Inheritance diagram for <MobileRTCBOServiceDelegate >:
<MobileRTCMeetingServiceDelegate>

Instance Methods

(void) - onHasCreatorRightsNotification:
 This method will notify the creator role gived. More...
 
(void) - onHasAdminRightsNotification:
 This method will notify the admin role gived. More...
 
(void) - onHasAssistantRightsNotification:
 This method will notify the assistent role gived. More...
 
(void) - onHasAttendeeRightsNotification:
 This method will notify the attendee role gived. More...
 
(void) - onHasDataHelperRightsNotification:
 This method will notify the data helper role gived. More...
 
(void) - onLostCreatorRightsNotification
 This method will notify that lost creator role.
 
(void) - onLostAdminRightsNotification
 This method will notify that lost admin role.
 
(void) - onLostAssistantRightsNotification:
 This method will notify that lost assistant role. More...
 
(void) - onLostAttendeeRightsNotification:
 This method will notify that lost attendee role. More...
 
(void) - onLostDataHelperRightsNotification
 This method will notify that lost data helper role.
 
(void) - onNewBroadcastMessageReceived:
 This method will notify that broadcast message. More...
 

Method Documentation

◆ onHasAdminRightsNotification:()

- (void MobileRTCBOServiceDelegate) onHasAdminRightsNotification: (MobileRTCBOAdmin *_Nonnull)  admin
optional

This method will notify the admin role gived.

Parameters
adminthe admin role gived.

◆ onHasAssistantRightsNotification:()

- (void MobileRTCBOServiceDelegate) onHasAssistantRightsNotification: (MobileRTCBOAssistant *_Nonnull)  assistant
optional

This method will notify the assistent role gived.

Parameters
assistantthe assistant role gived.

◆ onHasAttendeeRightsNotification:()

- (void MobileRTCBOServiceDelegate) onHasAttendeeRightsNotification: (MobileRTCBOAttendee *_Nonnull)  attendee
optional

This method will notify the attendee role gived.

Parameters
attendeethe attendee role gived.

◆ onHasCreatorRightsNotification:()

- (void MobileRTCBOServiceDelegate) onHasCreatorRightsNotification: (MobileRTCBOCreator *_Nonnull)  creator
optional

This method will notify the creator role gived.

Parameters
creatorthe creator role gived.

◆ onHasDataHelperRightsNotification:()

- (void MobileRTCBOServiceDelegate) onHasDataHelperRightsNotification: (MobileRTCBOData *_Nonnull)  dataHelper
optional

This method will notify the data helper role gived.

Parameters
dataHelperthe data helper role gived.

◆ onLostAssistantRightsNotification:()

- (void MobileRTCBOServiceDelegate) onLostAssistantRightsNotification: (BOOL)  isStopBO
optional

This method will notify that lost assistant role.

Parameters
isStopBOwether the bo meeting has been stopped.

◆ onLostAttendeeRightsNotification:()

- (void MobileRTCBOServiceDelegate) onLostAttendeeRightsNotification: (BOOL)  isStopBO
optional

This method will notify that lost attendee role.

Parameters
isStopBOwether the bo meeting has been stopped.

◆ onNewBroadcastMessageReceived:()

- (void MobileRTCBOServiceDelegate) onNewBroadcastMessageReceived: (NSString *_Nullable)  broadcastMsg
optional

This method will notify that broadcast message.

Parameters
broadcastMsgthe broadcast message received from host.

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