ZOOM Windows SDK
5.2.42037.1112
|
Inherits ISelectMeetingItemDateHelper, ISelectMeetingItemVideoOptionHelper, ISelectMeetingItemAudioOptionHelper, and ISelectMeetingItemMeetingOptionHelper.
Inherited by IScheduleMeetingItem.
Additional Inherited Members | |
Public Member Functions inherited from ISelectMeetingItemDateHelper | |
virtual SDKError | SelectStartTime (time_t time)=0 |
Set the start time of the specified meeting. It is recommended to use the time zone of the operating system. More... | |
virtual SDKError | SetDurationInMinutes (int duration)=0 |
Set the duration of the specified meeting in minutes. More... | |
virtual SDKError | SelectRecurringMeeting (bool select_)=0 |
Set the meeting type to recurring or scheduled. More... | |
Public Member Functions inherited from ISelectMeetingItemVideoOptionHelper | |
virtual SDKError | SelectHostVideoOnOrOff (bool bOn)=0 |
Enable or disable the host video function. More... | |
virtual SDKError | SelectAttendeeVideoOnOrOff (bool bOn)=0 |
Set to enable or disable the video of the participants. More... | |
Public Member Functions inherited from ISelectMeetingItemAudioOptionHelper | |
virtual SDKError | IsSupportAudioType (SCHEDULEAUDIOTYPE audio_type)=0 |
Determine if the specified audio type is supported by the meeting. More... | |
virtual SDKError | SelectAudioType (SCHEDULEAUDIOTYPE audio_type)=0 |
Set the audio type of the specified meeting. More... | |
virtual ISelectMeetingItemTelAudioHelper * | GetScheduleTelAudioHelper ()=0 |
Get the meeting telephone number information. More... | |
Public Member Functions inherited from ISelectMeetingItemMeetingOptionHelper | |
virtual SDKError | SetMeetingTopic (const wchar_t *topic)=0 |
virtual SDKError | EnableMeetingPassword (bool bEnable)=0 |
Set whether the password is required when joining the meeting. More... | |
virtual SDKError | SetMeetingPassword (const wchar_t *meetingPsw)=0 |
Set the meeting password. More... | |
virtual SDKError | EnableJoinBeforeHost (bool bEnable)=0 |
Set if it is able to join the meeting before the host. More... | |
virtual SDKError | EnableMuteUponEntry (bool bEnable)=0 |
Set if it is able to mute attendees automatically when join the meeting. More... | |
virtual SDKError | EnableScheduleWithPmi (bool bEnable)=0 |
Set if it is able to schedule meeting by PMI(Personal meeting ID). More... | |
virtual SDKError | EnableOnlySignedInUserCanJoin (bool bEnable)=0 |
Set if only the specified user can join the meeting. More... | |
virtual SDKError | SetSpecifiedDomainCanJoin (const wchar_t *specified_domain_can_join)=0 |
Set a specified domain. More... | |
virtual SDKError | EnableHostInChina (bool bEnable)=0 |
Set if it is able to host a meeting in China. More... | |
virtual SDKError | EnableAutoRecord (bool bEnable)=0 |
Set if it is able to record the meeting automatically. More... | |
virtual SDKError | SelectAutoRecordType (SCHEDULERECTYPE type_)=0 |
Set the meeting recording type. More... | |
virtual SDKError | EnableWaitingRoom (bool bEnable)=0 |
virtual SDKError | EnableMeetingToPublic (bool bEnable)=0 |
virtual SDKError | EnableLanguageInterpretation (bool bEnable)=0 |
virtual SDKError | SetInterpreterInfoList (IList< IInterpreterInfo * > *lst_interpreters)=0 |
virtual SDKError | SetAlternativeHostList (IList< IAlternativeHostInfo * > *lst_althosts)=0 |
virtual ISelectMeetingItemScheduleForHelper * | GetScheduleForHelper ()=0 |
Get the specified meeting information interface. More... | |