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

The callback interface to configure the meeting basic information. More...

#include <premeeting_service_interface.h>

Inherited by IScheduleMeetingItemStatusCallback.

Public Member Functions

virtual void onMeetingPasswordEnabledStatusNotification (bool enable, const wchar_t *default_psw)=0
 The callback event to request to fill in the password when the participants join the meeting. More...
 
virtual void onJoinBeforeHostEnabledStatusNotification (bool enable)=0
 The callback event that the status JBH(Join meeting Before Host) changes. More...
 
virtual void onMuteUponEntryEnabledStatusNotification (bool enable)=0
 The callback event that the status MUTE ALL THE PARTICIPANTS changes. More...
 
virtual void onScheduleWithPmiEnabledStatusNotification (bool enable)=0
 The callback event that the status USE THE PERSONAL MEETING ID changes. More...
 
virtual void onOnlySignedInUserCanJoinEnabledStatusNotification (bool enable, const wchar_t *default_specified_domain_can_join)=0
 The callback event that the status ONLY THE SPECIFIED USERS ARE ALLOWED TO JOIN THE MEETING changes. More...
 
virtual void onHostInChinaEnabledStatusNotification (bool enable)=0
 The callback event that the status HOSTING A MEETING IN CHINA changes. More...
 
virtual void onAutoRecordEnabledStatusNotification (bool enable, SCHEDULERECTYPE &default_type)=0
 The callback event that the status AUTO RECORDING IN THE MEETING changes. More...
 
virtual void onSupportScheduleForNotification (bool can_use)=0
 The callback event that the status SPECIFY OTHERS AS THE HOST changes. More...
 
virtual void onWaitingRoomEnabledStatusNotification (bool enable)=0
 
virtual void onMeetingToPublicEnabledStatusNotification (bool enable)=0
 
virtual void onLanguageInterpretationEnabledStatusNotification (bool enable)=0
 

Detailed Description

The callback interface to configure the meeting basic information.

Member Function Documentation

◆ onAutoRecordEnabledStatusNotification()

virtual void ISelectMeetingItemMeetingOptionHelperEvent::onAutoRecordEnabledStatusNotification ( bool  enable,
SCHEDULERECTYPE default_type 
)
pure virtual

The callback event that the status AUTO RECORDING IN THE MEETING changes.

Parameters
enableTRUE indicates to enable the auto recording.
default_typeThe default meeting recording type. For more details, see SCHEDULERECTYPE enum.

◆ onHostInChinaEnabledStatusNotification()

virtual void ISelectMeetingItemMeetingOptionHelperEvent::onHostInChinaEnabledStatusNotification ( bool  enable)
pure virtual

The callback event that the status HOSTING A MEETING IN CHINA changes.

Parameters
enableTRUE indicates to enable.

◆ onJoinBeforeHostEnabledStatusNotification()

virtual void ISelectMeetingItemMeetingOptionHelperEvent::onJoinBeforeHostEnabledStatusNotification ( bool  enable)
pure virtual

The callback event that the status JBH(Join meeting Before Host) changes.

Parameters
enableTRUE indicates to enable.

◆ onMeetingPasswordEnabledStatusNotification()

virtual void ISelectMeetingItemMeetingOptionHelperEvent::onMeetingPasswordEnabledStatusNotification ( bool  enable,
const wchar_t *  default_psw 
)
pure virtual

The callback event to request to fill in the password when the participants join the meeting.

Parameters
enableTRUE indicates to fill in the password.
default_pswThe meeting original password. This password is only valid when the ENABLE value is TRUE.

◆ onMuteUponEntryEnabledStatusNotification()

virtual void ISelectMeetingItemMeetingOptionHelperEvent::onMuteUponEntryEnabledStatusNotification ( bool  enable)
pure virtual

The callback event that the status MUTE ALL THE PARTICIPANTS changes.

Parameters
enableTRUE indicates to mute the participants.

◆ onOnlySignedInUserCanJoinEnabledStatusNotification()

virtual void ISelectMeetingItemMeetingOptionHelperEvent::onOnlySignedInUserCanJoinEnabledStatusNotification ( bool  enable,
const wchar_t *  default_specified_domain_can_join 
)
pure virtual

The callback event that the status ONLY THE SPECIFIED USERS ARE ALLOWED TO JOIN THE MEETING changes.

Parameters
enableTRUE indicates that only the specified users are allowed to join the meeting.
default_specified_domain_can_joinThe users in the domain are specified. It is valid only when the ENABLE value is TRUE.

◆ onScheduleWithPmiEnabledStatusNotification()

virtual void ISelectMeetingItemMeetingOptionHelperEvent::onScheduleWithPmiEnabledStatusNotification ( bool  enable)
pure virtual

The callback event that the status USE THE PERSONAL MEETING ID changes.

Parameters
enableTRUE indicates to use the personal meeting ID.

◆ onSupportScheduleForNotification()

virtual void ISelectMeetingItemMeetingOptionHelperEvent::onSupportScheduleForNotification ( bool  can_use)
pure virtual

The callback event that the status SPECIFY OTHERS AS THE HOST changes.

Parameters
can_useTRUE indicates to enable to specify others as the host.

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