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

The interface to query the meeting telephony number information. More...

#include <premeeting_service_interface.h>

Public Member Functions

virtual IList< const wchar_t *> * GetAvailableDialinCountryCode ()=0
 Get the available telephony number list for countries that can be called in. More...
 
virtual IList< const wchar_t *> * GetSelectedDialinCountryCode ()=0
 Get the telephony number list of the selected country that can be called in. More...
 
virtual bool IsIncludeTollFree ()=0
 Determine if the numbers of visible dialable country contains toll-free numbers. More...
 

Detailed Description

The interface to query the meeting telephony number information.

Member Function Documentation

◆ GetAvailableDialinCountryCode()

virtual IList<const wchar_t* >* IQueryMeetingItemTelAudioInfoHelper::GetAvailableDialinCountryCode ( )
pure virtual

Get the available telephony number list for countries that can be called in.

Returns
If the function succeeds, the return value is the telephony number list for countries that can be called in.

◆ GetSelectedDialinCountryCode()

virtual IList<const wchar_t* >* IQueryMeetingItemTelAudioInfoHelper::GetSelectedDialinCountryCode ( )
pure virtual

Get the telephony number list of the selected country that can be called in.

Returns
If the function succeeds, the return value is the telephony number of the selected country.

◆ IsIncludeTollFree()

virtual bool IQueryMeetingItemTelAudioInfoHelper::IsIncludeTollFree ( )
pure virtual

Determine if the numbers of visible dialable country contains toll-free numbers.

Returns
TRUE indicates to contain.

The documentation for this class was generated from the following file: