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

The interface to query the meeting audio information. More...

#include <premeeting_service_interface.h>

Inherited by IMeetingItemInfo.

Public Member Functions

virtual SDKError GetSelectedAudioType (SCHEDULEAUDIOTYPE &type_)=0
 Get the meeting audio type. More...
 
virtual IQueryMeetingItemTelAudioInfoHelperGetQueryTelAudioInfoHelper ()=0
 Get the meeting telephone number information. More...
 

Detailed Description

The interface to query the meeting audio information.

Member Function Documentation

◆ GetQueryTelAudioInfoHelper()

virtual IQueryMeetingItemTelAudioInfoHelper* IQueryMeetingItemAudioOptionHelper::GetQueryTelAudioInfoHelper ( )
pure virtual

Get the meeting telephone number information.

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

◆ GetSelectedAudioType()

virtual SDKError IQueryMeetingItemAudioOptionHelper::GetSelectedAudioType ( SCHEDULEAUDIOTYPE type_)
pure virtual

Get the meeting audio type.

Parameters
[out]type_The meeting 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: