ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
ISelectMeetingItemAudioOptionHelper Class Referenceabstract

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 ISelectMeetingItemTelAudioHelperGetScheduleTelAudioHelper ()=0
 Get the meeting telephone number information. More...
 

Detailed Description

The interface to set the meeting audio information.

Member Function Documentation

◆ GetScheduleTelAudioHelper()

virtual ISelectMeetingItemTelAudioHelper* ISelectMeetingItemAudioOptionHelper::GetScheduleTelAudioHelper ( )
pure virtual

Get the meeting telephone number information.

Returns
If the function succeeds, the return value is the pointer to the ISelectMeetingItemTelAudioHelper. Otherwise failed, returns NULL. For more details, see ISelectMeetingItemTelAudioHelper.

◆ IsSupportAudioType()

virtual SDKError ISelectMeetingItemAudioOptionHelper::IsSupportAudioType ( SCHEDULEAUDIOTYPE  audio_type)
pure virtual

Determine if the specified audio type is supported by the meeting.

Parameters
audio_typeThe specified audio type. For more details, see SCHEDULEAUDIOTYPE enum.
Returns
If the specified audio type is supported, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

◆ SelectAudioType()

virtual SDKError ISelectMeetingItemAudioOptionHelper::SelectAudioType ( SCHEDULEAUDIOTYPE  audio_type)
pure virtual

Set the audio type of the specified meeting.

Parameters
audio_typeThe audio type. For more details, see SCHEDULEAUDIOTYPE enum.
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: