ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
IMeetingUIControllerEvent Class Referenceabstract

Callback Event of Meeting UI Controller. More...

#include <meeting_ui_ctrl_interface.h>

Public Member Functions

virtual void onInviteBtnClicked (bool &bHandled)=0
 Callback event to click the INVITE button. More...
 
virtual void onStartShareBtnClicked ()=0
 Callback event for clicking START SHARE button. More...
 
virtual void onEndMeetingBtnClicked ()=0
 Callback event of clicking the END MEETING button. More...
 
virtual void onParticipantListBtnClicked ()=0
 Callback event of clicking PRTICIPANT LIST button. More...
 
virtual void onCustomLiveStreamMenuClicked ()=0
 Callback event of clicking CUSTOME LIVE STREAM menu. More...
 
virtual void onZoomInviteDialogFailed ()=0
 Notification occurs only when the SDK fails to display the default ZOOM INVITE dialog.
 
virtual void onCCBTNClicked ()=0
 Callback event of clicking CC menu. More...
 
virtual void onAudioBtnClicked (AudioBtnClickedCallbackInfo info)=0
 Callback event for clicking Audio button in the meeting. More...
 
virtual void onAudioMenuBtnClicked ()=0
 Callback event for clicking Audio Menu button in the meeting. More...
 
virtual void onBreakoutRoomBtnClicked ()=0
 Callback event for clicking Breakout Room button in the meeting. More...
 

Detailed Description

Callback Event of Meeting UI Controller.

Member Function Documentation

◆ onAudioBtnClicked()

virtual void IMeetingUIControllerEvent::onAudioBtnClicked ( AudioBtnClickedCallbackInfo  info)
pure virtual

Callback event for clicking Audio button in the meeting.

Remarks
The user won't receive this callback event unless he sets to redirect the process of clicking the Audio button in the meeting. For more details, see IMeetingUIElemConfiguration::RedirectClickAudioBTNEvent().

◆ onAudioMenuBtnClicked()

virtual void IMeetingUIControllerEvent::onAudioMenuBtnClicked ( )
pure virtual

Callback event for clicking Audio Menu button in the meeting.

Remarks
The user won't receive this callback event unless he sets to redirect the process of clicking the Audio Menu button in the meeting. For more details, see IMeetingUIElemConfiguration::RedirectClickAudioMenuBTNEvent().

◆ onBreakoutRoomBtnClicked()

virtual void IMeetingUIControllerEvent::onBreakoutRoomBtnClicked ( )
pure virtual

Callback event for clicking Breakout Room button in the meeting.

Remarks
The user won't receive this callback event unless he sets to redirect the process of clicking the Breakout Room button in the meeting. For more details, see IMeetingUIElemConfiguration::RedirectClickBreakoutRoomButtonEvent().

◆ onCCBTNClicked()

virtual void IMeetingUIControllerEvent::onCCBTNClicked ( )
pure virtual

Callback event of clicking CC menu.

Remarks
The user won't receive this callback event unless he redirects the process of clicking the CUSTOME LIVE STREAM menu. For more details, see IMeetingUIElemConfiguration::RedirectClickCCBTNEvent().

◆ onCustomLiveStreamMenuClicked()

virtual void IMeetingUIControllerEvent::onCustomLiveStreamMenuClicked ( )
pure virtual

Callback event of clicking CUSTOME LIVE STREAM menu.

Remarks
The user won't receive this callback event unless he sets to redirect the process of clicking the CUSTOME LIVE STREAM menu. For more details, see IMeetingUIElemConfiguration::RedirectClickCustomLiveStreamMenuEvent().

◆ onEndMeetingBtnClicked()

virtual void IMeetingUIControllerEvent::onEndMeetingBtnClicked ( )
pure virtual

Callback event of clicking the END MEETING button.

Remarks
The user won't receive this callback event unless he sets to redirect the process of clicking the END MEETING button. For more details, see IMeetingUIElemConfiguration::RedirectClickEndMeetingBTNEvent().

◆ onInviteBtnClicked()

virtual void IMeetingUIControllerEvent::onInviteBtnClicked ( bool &  bHandled)
pure virtual

Callback event to click the INVITE button.

Parameters
[out]bHandledTrue indicates to show the user's own custom dialog interface. Default value: FALSE.
Remarks
If the value of bHandled is not set to TRUE, the default interface will pop up.

◆ onParticipantListBtnClicked()

virtual void IMeetingUIControllerEvent::onParticipantListBtnClicked ( )
pure virtual

Callback event of clicking PRTICIPANT LIST button.

Remarks
The user won't receive this callback event unless he sets to redirect the process of clicking the PARTICIPANT LIST button. For more details, see IMeetingUIElemConfiguration::RedirectClickParticipantListBTNEvent().

◆ onStartShareBtnClicked()

virtual void IMeetingUIControllerEvent::onStartShareBtnClicked ( )
pure virtual

Callback event for clicking START SHARE button.

Remarks
The user won't receive this callback event unless he sets to redirect the process of clicking the SHARE button. For more details, see IMeetingUIElemConfiguration::RedirectClickShareBTNEvent().

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