◆ onActiveSpeakerVideoUserChanged:()
- (void ZoomSDKMeetingActionControllerDelegate) onActiveSpeakerVideoUserChanged: |
|
(unsigned int) |
userID |
|
Notify that video of active speaker changes.
- Parameters
-
userID | The user's user ID. |
◆ onActiveVideoUserChanged:()
- (void ZoomSDKMeetingActionControllerDelegate) onActiveVideoUserChanged: |
|
(unsigned int) |
userID |
|
Notify that video of active user changes.
- Parameters
-
userID | The user's user ID. |
◆ onChatMessageNotification:()
- (void ZoomSDKMeetingActionControllerDelegate) onChatMessageNotification: |
|
(ZoomSDKChatInfo *) |
chatInfo |
|
In-meeting users receive the notification of chat messages.
- Parameters
-
chatInfo | Chat information received by user. |
◆ onCoHostChange:()
- (void ZoomSDKMeetingActionControllerDelegate) onCoHostChange: |
|
(unsigned int) |
userID |
|
Notification of co-host changes.
- Parameters
-
userID | User ID of new co-host. |
◆ onHostChange:()
- (void ZoomSDKMeetingActionControllerDelegate) 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 ZoomSDKMeetingActionControllerDelegate) 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:()
- (void ZoomSDKMeetingActionControllerDelegate) onSpotlightVideoUserChange: |
|
(NSArray *) |
spotlightedUserList |
|
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. |
◆ onUserActiveAudioChange:()
- (void ZoomSDKMeetingActionControllerDelegate) onUserActiveAudioChange: |
|
(NSArray *) |
useridArray |
|
Notification of in-meeting active speakers.
- Parameters
-
useridArray | The array contain userid of the active speakers. |
◆ onUserAudioStatusChange:()
- (void ZoomSDKMeetingActionControllerDelegate) onUserAudioStatusChange: |
|
(NSArray *) |
userAudioStatusArray |
|
Notification of user's audio status changes.
- Parameters
-
◆ onUserInfoUpdate:()
- (void ZoomSDKMeetingActionControllerDelegate) onUserInfoUpdate: |
|
(unsigned int) |
userID |
|
Upgrade the information of the specified user.
- Parameters
-
userID | The ID of the specified user. |
◆ onUserJoin:()
- (void ZoomSDKMeetingActionControllerDelegate) onUserJoin: |
|
(NSArray *) |
array |
|
Notification of user joins meeting.
- Parameters
-
array | Array of users who join meeting. |
◆ onUserLeft:()
- (void ZoomSDKMeetingActionControllerDelegate) onUserLeft: |
|
(NSArray *) |
array |
|
Notification of user leaves meeting.
- Parameters
-
array | Array of users leave meeting. |
◆ onUserNameChanged:userName:()
- (void ZoomSDKMeetingActionControllerDelegate) 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 ZoomSDKMeetingActionControllerDelegate) 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: