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

The interface to set the meeting telephony numbers information. More...

#include <premeeting_service_interface.h>

Public Member Functions

virtual SDKError SelectDefaultDialInCountry (const wchar_t *countryId)=0
 Select the telephone number via specified country ID as the default call-in number. More...
 
virtual SDKError RemoveDefaultDialInCountry (const wchar_t *countryId)=0
 Remove the telephone number in the default call-in number via specified country ID. More...
 
virtual SDKError EnableIncludeTollFree (bool bEnable)=0
 Set if the toll-free numbers are enabled in the call-in number list. More...
 

Detailed Description

The interface to set the meeting telephony numbers information.

Member Function Documentation

◆ EnableIncludeTollFree()

virtual SDKError ISelectMeetingItemTelAudioHelper::EnableIncludeTollFree ( bool  bEnable)
pure virtual

Set if the toll-free numbers are enabled in the call-in number list.

Parameters
bEnableTRUE indicates to enable.
Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

◆ RemoveDefaultDialInCountry()

virtual SDKError ISelectMeetingItemTelAudioHelper::RemoveDefaultDialInCountry ( const wchar_t *  countryId)
pure virtual

Remove the telephone number in the default call-in number via specified country ID.

Parameters
countryIdThe ID of the specified country.
Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

◆ SelectDefaultDialInCountry()

virtual SDKError ISelectMeetingItemTelAudioHelper::SelectDefaultDialInCountry ( const wchar_t *  countryId)
pure virtual

Select the telephone number via specified country ID as the default call-in number.

Parameters
countryIdThe ID of the specified country.
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: