|
iOS API
|
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. | |
| - (void MobileRTCUserServiceDelegate) onMeetingCoHostChange: | (NSUInteger) | cohostId |
Callback event that co-host changes.
| cohostId | The user ID of co-host. |
| - (void MobileRTCUserServiceDelegate) onMeetingHostChange: | (NSUInteger) | hostId |
Notify user that meeting host changes.
| hostId | The user ID of host. |
| - (void MobileRTCUserServiceDelegate) onSinkMeetingUserJoin: | (NSUInteger) | userID |
The function will be invoked once the user joins the meeting.
| userID | The ID of user who joins the meeting. |
| - (void MobileRTCUserServiceDelegate) onSinkMeetingUserLeft: | (NSUInteger) | userID |
The function will be invoked once the user leaves the meeting.
| userID | The ID of user who leaves the meeting. |
| - (void MobileRTCUserServiceDelegate) onSinkMeetingUserLowerHand: | (NSUInteger) | userID |
The function will be invoked once user lowers hand.
| userID | The ID of user who lowers hand. |
| - (void MobileRTCUserServiceDelegate) onSinkMeetingUserRaiseHand: | (NSUInteger) | userID |
The function will be invoked once user raises hand.
| userID | The ID of user who raises hand. |
| - (void MobileRTCUserServiceDelegate) onSinkUserNameChanged: | (NSUInteger) | userID | |
| userName: | (NSString *_Nonnull) | userName | |
The function will be invoked once user change the screen name.
| userID | Specify the user ID whose status changes. |
| userName | New screen name displayed. |
1.8.14