◆ onActiveSpeakerChanged:
| - (void) onActiveSpeakerChanged: |
|
(4.) |
1 |
|
|
(4.6) |
NS_DEPRECATED_MAC |
|
|
| |
Notification of in-meeting active speaker changes.
- Parameters
-
| userID | The ID of new active speaker. |
- Note
- This api is deprecated, you can use ‘- (void)onUserActiveAudioChanage:useridArray’ instead.
◆ onActiveSpeakerVideoUserChanged:
| - (void) onActiveSpeakerVideoUserChanged: |
|
(unsigned int) |
userID |
|
Notify that video of active speaker changes.
- Parameters
-
| userID | The user's user ID. |
◆ onActiveVideoUserChanged:
| - (void) onActiveVideoUserChanged: |
|
(unsigned int) |
userID |
|
Notify that video of active user changes.
- Parameters
-
| userID | The user's user ID.
|
◆ onChatMessageNotification:
In-meeting users receive the notification of chat messages.
- Parameters
-
| chatInfo | Chat information received by user. |
◆ onCoHostChange:
| - (void) onCoHostChange: |
|
(unsigned int) |
userID |
|
Notification of co-host changes.
- Parameters
-
| userID | User ID of new co-host. |
◆ onHostChange:
| - (void) onHostChange: |
|
(unsigned int) |
userID |
|
Notification of host changes.
- Parameters
-
| userID | User ID of new host. |
◆ onJoinMeetingResponse:
Callback event of user joins meeting.
- Parameters
-
| joinMeetingHelper | An object for inputing password or canceling to join meeting. |
◆ onLowOrRaiseHandStatusChange:UserID:
| - (void) onLowOrRaiseHandStatusChange: |
|
(BOOL) |
raise |
| UserID: |
|
(unsigned int) |
userID |
|
|
| |
Notification of user's hand status changes.
- Parameters
-
| raise | YES means that the specified user raises hand, otherwise, puts hand down.
|
| userID | The ID of user whose hand status changes. |
◆ onMultiToSingleShareNeedConfirm:
Notify user to confirm or cancel to switch to single share from multi-share.
- Parameters
-
| confirmHandle | An object used to handle the action to switch to single share from multi-share. |
◆ onSpotlightVideoUserChange:User:
| - (void) onSpotlightVideoUserChange: |
|
(BOOL) |
spotlight |
| User: |
|
(unsigned int) |
userID |
|
|
| |
Notification of user whose video is spotlighted changes.
- Parameters
-
| spotlight | YES means spotlighted, otherwise not. |
| userID | The ID of user whose video is currently spotlighted. |
◆ onUserActiveAudioChanage:
| - (void) onUserActiveAudioChanage: |
|
(NSArray *) |
useridArray |
|
Notification of in-meeting active speakers.
- Parameters
-
| useridArray | The array contain userid of the active speakers. |
◆ onUserAudioStatusChange:
| - (void) onUserAudioStatusChange: |
|
(NSArray *) |
userAudioStatusArray |
|
Notification of user's audio status changes.
- Parameters
-
◆ onUserInfoUpdate:
| - (void) onUserInfoUpdate: |
|
(unsigned int) |
userID |
|
Upgrade the information of the specified user.
- Parameters
-
| userID | The ID of the specified user. |
◆ onUserJoin:
| - (void) onUserJoin: |
|
(NSArray *) |
array |
|
Notification of user joins meeting.
- Parameters
-
| array | Array of users who join meeting. |
◆ onUserLeft:
| - (void) onUserLeft: |
|
(NSArray *) |
array |
|
Notification of user leaves meeting.
- Parameters
-
| array | Array of users leave meeting. |
◆ onUserNameChanged:userName:
| - (void) onUserNameChanged: |
|
(unsigned int) |
userid |
| userName: |
|
(NSString *) |
userName |
|
|
| |
Notification of user name chanaged.
- Parameters
-
| userid | The user's user ID. |
| userName | The user screen name. |
◆ onVideoStatusChange:UserID:
| - (void) onVideoStatusChange: |
|
(ZoomSDKVideoStatus) |
videoStatus |
| UserID: |
|
(unsigned int) |
userID |
|
|
| |
Notify that user's video status changes.
- Parameters
-
| videoOn | YES means that user's video is on, otherwise not. |
| userID | The ID of user who video status changes. |
The documentation for this protocol was generated from the following file: