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

Instance Methods

(void) - onMyHandStateChange
 Callback event that the current user's hand state changes.
 
(void) - onInMeetingUserUpdated
 Callback event that the user state is updated in meeting.
 
(void) - onSinkMeetingUserJoin:
 The function will be invoked once the user joins the meeting. More...
 
(void) - onSinkMeetingUserLeft:
 The function will be invoked once the user leaves the meeting. More...
 
(void) - onSinkMeetingUserRaiseHand:
 The function will be invoked once user raises hand. More...
 
(void) - onSinkMeetingUserLowerHand:
 The function will be invoked once user lowers hand. More...
 
(void) - onSinkUserNameChanged:userName:
 The function will be invoked once user change the screen name. More...
 
(void) - onMeetingHostChange:
 Notify user that meeting host changes. More...
 
(void) - onMeetingCoHostChange:
 Callback event that co-host changes. More...
 
(void) - onClaimHostResult:
 Callback event that user claims the host.
 

Method Documentation

◆ onMeetingCoHostChange:()

- (void MobileRTCUserServiceDelegate) onMeetingCoHostChange: (NSUInteger)  cohostId

Callback event that co-host changes.

Parameters
cohostIdThe user ID of co-host.

◆ onMeetingHostChange:()

- (void MobileRTCUserServiceDelegate) onMeetingHostChange: (NSUInteger)  hostId

Notify user that meeting host changes.

Parameters
hostIdThe user ID of host.

◆ onSinkMeetingUserJoin:()

- (void MobileRTCUserServiceDelegate) onSinkMeetingUserJoin: (NSUInteger)  userID

The function will be invoked once the user joins the meeting.

Parameters
userIDThe ID of user who joins the meeting.

◆ onSinkMeetingUserLeft:()

- (void MobileRTCUserServiceDelegate) onSinkMeetingUserLeft: (NSUInteger)  userID

The function will be invoked once the user leaves the meeting.

Parameters
userIDThe ID of user who leaves the meeting.

◆ onSinkMeetingUserLowerHand:()

- (void MobileRTCUserServiceDelegate) onSinkMeetingUserLowerHand: (NSUInteger)  userID

The function will be invoked once user lowers hand.

Parameters
userIDThe ID of user who lowers hand.

◆ onSinkMeetingUserRaiseHand:()

- (void MobileRTCUserServiceDelegate) onSinkMeetingUserRaiseHand: (NSUInteger)  userID

The function will be invoked once user raises hand.

Parameters
userIDThe ID of user who raises hand.

◆ onSinkUserNameChanged:userName:()

- (void MobileRTCUserServiceDelegate) onSinkUserNameChanged: (NSUInteger)  userID
userName: (NSString *_Nonnull)  userName 

The function will be invoked once user change the screen name.

Parameters
userIDSpecify the user ID whose status changes.
userNameNew screen name displayed.

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