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

Call-in meeting Interface. More...

#include <meeting_phone_helper_interface.h>

Public Member Functions

virtual const wchar_t * GetID ()=0
 Get the country ID of the current information. More...
 
virtual const wchar_t * GetCode ()=0
 Get the country code of the current information. More...
 
virtual const wchar_t * GetName ()=0
 Get the country name of the current information. More...
 
virtual const wchar_t * GetNumber ()=0
 Get the telephone number of the current information. More...
 
virtual const wchar_t * GetDisplayNumber ()=0
 Get the display number of the current information. More...
 
virtual CALLINNUMTYPE GetType ()=0
 Get the call type of the current information. More...
 

Detailed Description

Call-in meeting Interface.

Member Function Documentation

◆ GetCode()

virtual const wchar_t* IMeetingCallInPhoneNumberInfo::GetCode ( )
pure virtual

Get the country code of the current information.

Returns
The country code.

◆ GetDisplayNumber()

virtual const wchar_t* IMeetingCallInPhoneNumberInfo::GetDisplayNumber ( )
pure virtual

Get the display number of the current information.

Returns
The display number.

◆ GetID()

virtual const wchar_t* IMeetingCallInPhoneNumberInfo::GetID ( )
pure virtual

Get the country ID of the current information.

Returns
The country ID.

◆ GetName()

virtual const wchar_t* IMeetingCallInPhoneNumberInfo::GetName ( )
pure virtual

Get the country name of the current information.

Returns
The country name.

◆ GetNumber()

virtual const wchar_t* IMeetingCallInPhoneNumberInfo::GetNumber ( )
pure virtual

Get the telephone number of the current information.

Returns
The telephone number.

◆ GetType()

virtual CALLINNUMTYPE IMeetingCallInPhoneNumberInfo::GetType ( )
pure virtual

Get the call type of the current information.

Returns
Call type. For more details, see CALLINNUMTYPE.

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