![]() |
Mac SDK
|
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. | |
- (void) onAudioButtonClicked: | (unsigned int) | userid | |
audioSession: | (ZoomSDKAudioActionInfo) | info | |
Notification when audio button is clicked.
userid | The userid of user unique identifier . |
type | The enum of audio action info. |
- (void) onClickLeaveMeeting: | (unsigned int) | participantID |
Notification when participant clicks LEAVE MEETING button.
participantID | The ID of participant who leaves meeting. |