ZOOM Windows SDK
5.2.42037.1112
|
The interface to set the meeting audio information. More...
#include <premeeting_service_interface.h>
Inherited by IMeetingItemInfoSelectHelper.
Public Member Functions | |
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... | |
The interface to set the meeting audio information.
|
pure virtual |
Get the meeting telephone number information.
|
pure virtual |
Determine if the specified audio type is supported by the meeting.
audio_type | The specified audio type. For more details, see SCHEDULEAUDIOTYPE enum. |
|
pure virtual |
Set the audio type of the specified meeting.
audio_type | The audio type. For more details, see SCHEDULEAUDIOTYPE enum. |