The callback interface to configure the meeting basic information.
More...
#include <premeeting_service_interface.h>
Inherited by IScheduleMeetingItemStatusCallback.
The callback interface to configure the meeting basic information.
◆ 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
-
enable | TRUE indicates to enable the auto recording. |
default_type | The 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
-
enable | TRUE 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
-
enable | TRUE 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
-
enable | TRUE indicates to fill in the password. |
default_psw | The 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
-
enable | TRUE 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
-
enable | TRUE indicates that only the specified users are allowed to join the meeting. |
default_specified_domain_can_join | The 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
-
enable | TRUE 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_use | TRUE indicates to enable to specify others as the host. |
The documentation for this class was generated from the following file: