The interface to configure the meeting basic information.
More...
#include <premeeting_service_interface.h>
Inherited by IMeetingItemInfoSelectHelper.
The interface to configure the meeting basic information.
◆ EnableAutoRecord()
virtual SDKError ISelectMeetingItemMeetingOptionHelper::EnableAutoRecord |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Set if it is able to record the meeting automatically.
- Parameters
-
bEnable | TRUE indicates that the meeting will be recorded automatically. False not. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ EnableHostInChina()
virtual SDKError ISelectMeetingItemMeetingOptionHelper::EnableHostInChina |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Set if it is able to host a meeting in China.
- Parameters
-
bEnable | TRUE indicates that it is enabled to host the meeting in China. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ EnableJoinBeforeHost()
virtual SDKError ISelectMeetingItemMeetingOptionHelper::EnableJoinBeforeHost |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Set if it is able to join the meeting before the host.
- Parameters
-
bEnable | TRUE indicates that participants are allowed to join the meeting before the host. FALSE not. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ EnableMeetingPassword()
virtual SDKError ISelectMeetingItemMeetingOptionHelper::EnableMeetingPassword |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Set whether the password is required when joining the meeting.
- Parameters
-
bEnable | TRUE indicates that the password is required. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ EnableMuteUponEntry()
virtual SDKError ISelectMeetingItemMeetingOptionHelper::EnableMuteUponEntry |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Set if it is able to mute attendees automatically when join the meeting.
- Parameters
-
bEnable | TRUE indicates that participants are muted when they join the meeting. FALSE not. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ EnableOnlySignedInUserCanJoin()
virtual SDKError ISelectMeetingItemMeetingOptionHelper::EnableOnlySignedInUserCanJoin |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Set if only the specified user can join the meeting.
- Parameters
-
bEnable | TRUE indicates that only the specified user can join the meeting. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ EnableScheduleWithPmi()
virtual SDKError ISelectMeetingItemMeetingOptionHelper::EnableScheduleWithPmi |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Set if it is able to schedule meeting by PMI(Personal meeting ID).
- Parameters
-
bEnable | TRUE indicates to use the PMI as the meeting ID. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ GetScheduleForHelper()
◆ SelectAutoRecordType()
Set the meeting recording type.
- Parameters
-
type_ | Specify the recording type of meeting. For more details, see SCHEDULERECTYPE enum. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ SetMeetingPassword()
virtual SDKError ISelectMeetingItemMeetingOptionHelper::SetMeetingPassword |
( |
const wchar_t * |
meetingPsw | ) |
|
|
pure virtual |
Set the meeting password.
- Parameters
-
meetingPsw | Meeting password. |
◆ SetSpecifiedDomainCanJoin()
virtual SDKError ISelectMeetingItemMeetingOptionHelper::SetSpecifiedDomainCanJoin |
( |
const wchar_t * |
specified_domain_can_join | ) |
|
|
pure virtual |
Set a specified domain.
- Parameters
-
specified_domain_can_join | Specify the domain. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
The documentation for this class was generated from the following file: