Mac SDK
Instance Methods | List of all members
<ZoomSDKMeetingUIControllerDelegate> Protocol Reference
Inheritance diagram for <ZoomSDKMeetingUIControllerDelegate>:

Instance Methods

(void) - onToolbarInviteButtonClick
 Callback of clicking invite button in toolbar. If user wants to customize the invitation UI, set _disableToolbarInviteButtonClickOriginAction to YES in ZoomSDKMeetingConfiguration.
 
(void) - onClickLeaveMeeting:
 Notification when participant clicks LEAVE MEETING button. More...
 
(void) - onToolbarShareButtonClick
 Notification when SHARE button in toolbar is clicked.
 
(void) - onNeedShowLeaveMeetingWindow
 Notification of showing the window of leaving meeting.
 
(void) - onParticipantButtonClicked
 Notification when participant button is clicked.
 
(void) - onCustomLiveButtonClicked
 Notification when custom LIVE button is clicked.
 
(void) - onAudioSettingMenuButtonClicked
 Notification when audio menu button is clicked.
 
(void) - onAudioButtonClicked:audioSession:
 Notification when audio button is clicked. More...
 
(void) - onBreakoutRoomsButtonClick
 Notification when breakout Rooms button is clicked.
 
(void) - onCloseCaptionButtonClick
 Notification when CloseCaption button is clicked.
 

Method Documentation

◆ onAudioButtonClicked:audioSession:

- (void) onAudioButtonClicked: (unsigned int)  userid
audioSession: (ZoomSDKAudioActionInfo)  info 

Notification when audio button is clicked.

Parameters
useridThe userid of user unique identifier .
typeThe enum of audio action info.

◆ onClickLeaveMeeting:

- (void) onClickLeaveMeeting: (unsigned int)  participantID

Notification when participant clicks LEAVE MEETING button.

Parameters
participantIDThe ID of participant who leaves meeting.

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