The interface to query the meeting basic configuration information.
More...
#include <premeeting_service_interface.h>
Inherited by IMeetingItemInfo.
The interface to query the meeting basic configuration information.
◆ GetMeetingPassword()
virtual const wchar_t* IQueryMeetingItemMeetingOptionHelper::GetMeetingPassword |
( |
| ) |
|
|
pure virtual |
Get the password of the specified meeting.
- Returns
- The password of the specified meeting.
◆ GetMeetingTopic()
virtual const wchar_t* IQueryMeetingItemMeetingOptionHelper::GetMeetingTopic |
( |
| ) |
|
|
pure virtual |
Get the topic of the specified meeting.
- Returns
- The topic of the specified meeting.
◆ GetQueryScheduleForHelper()
◆ GetSelectedAutoRecordType()
virtual SCHEDULERECTYPE IQueryMeetingItemMeetingOptionHelper::GetSelectedAutoRecordType |
( |
| ) |
|
|
pure virtual |
Get the recording type supported by the meeting.
- Returns
- The recording type supported by the meeting. For more details, see SCHEDULERECTYPE enum.
◆ GetSpecifiedDomainCanJoin()
virtual const wchar_t* IQueryMeetingItemMeetingOptionHelper::GetSpecifiedDomainCanJoin |
( |
bool & |
can_change | ) |
|
|
pure virtual |
Get the domain to join the meeting.
- Parameters
-
[out] | can_change | TRUE indicates that this feature can be changed. |
- Returns
- The domain to join the meeting.
◆ IsAutoRecordEnabled()
virtual bool IQueryMeetingItemMeetingOptionHelper::IsAutoRecordEnabled |
( |
bool & |
can_change, |
|
|
int & |
support_rec_type |
|
) |
| |
|
pure virtual |
Determine that if auto video recording is enabled in the meeting.
- Parameters
-
[out] | can_change | TRUE indicates that the record type can be changed. |
[out] | support_rec_type | indicates the recording type supported by the meeting. For more details, see SCHEDULERECTYPE enum. |
- Returns
- TRUE indicates to enable auto video recording.
◆ IsHostInChinaEnabled()
virtual bool IQueryMeetingItemMeetingOptionHelper::IsHostInChinaEnabled |
( |
bool & |
can_change | ) |
|
|
pure virtual |
Determine if hosting the meeting in China is enabled.
- Parameters
-
[out] | can_change | TRUE indicates that this feature can be changed. |
- Returns
- TRUE indicates that hosting the meeting in China is enabled.
◆ IsJoinBeforeHostEnabled()
virtual bool IQueryMeetingItemMeetingOptionHelper::IsJoinBeforeHostEnabled |
( |
bool & |
can_change | ) |
|
|
pure virtual |
Determine if it is enabled to join the meeting before the host.
- Parameters
-
[out] | can_change | TRUE indicates that this feature can be changed. |
- Returns
- TRUE indicates it is enabled to join the meeting before the host.
◆ IsMeetingPasswordEnabled()
virtual bool IQueryMeetingItemMeetingOptionHelper::IsMeetingPasswordEnabled |
( |
bool & |
can_change | ) |
|
|
pure virtual |
Determine if the password is required when join the meeting.
- Parameters
-
[out] | can_change | TRUE indicates that this feature can be changed. |
- Returns
- TRUE indicates that the password is required.
◆ IsMuteUponEntryEnabled()
virtual bool IQueryMeetingItemMeetingOptionHelper::IsMuteUponEntryEnabled |
( |
bool & |
can_change | ) |
|
|
pure virtual |
Determine if the meeting mutes all the participants.
- Parameters
-
[out] | can_change | TRUE indicates that this feature can be changed. |
- Returns
- TRUE indicates to currently mute all the participants.
◆ IsOnlySignedInUserCanJoinEnabled()
virtual bool IQueryMeetingItemMeetingOptionHelper::IsOnlySignedInUserCanJoinEnabled |
( |
bool & |
can_change | ) |
|
|
pure virtual |
Determine if only the specified user is allowed to join the meeting.
- Parameters
-
[out] | can_change | TRUE indicates that this feature can be changed. |
- Returns
- TRUE indicates to allow only the specified user to join the meeting.
◆ IsScheduleWithPmiEnabled()
virtual bool IQueryMeetingItemMeetingOptionHelper::IsScheduleWithPmiEnabled |
( |
bool & |
can_change | ) |
|
|
pure virtual |
Determine if the personal meeting ID is used in the meeting.
- Parameters
-
[out] | can_change | TRUE indicates that this feature can be changed. |
- Returns
- TRUE indicates to use the PMI.
The documentation for this class was generated from the following file: