Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
IMeetingCallInPhoneNumberInfo Class Referenceabstract

Call-in meeting Interface. More...

#include <meeting_phone_helper_interface.h>

Public Member Functions

virtual ~IMeetingCallInPhoneNumberInfo ()
 
virtual const zchar_tGetID ()=0
 Get the current call-in number's country ID.
 
virtual const zchar_tGetCode ()=0
 Get the current call-in number's country code.
 
virtual const zchar_tGetName ()=0
 Get the current call-in number's country name.
 
virtual const zchar_tGetNumber ()=0
 Get the current call-in number's telephone number.
 
virtual const zchar_tGetDisplayNumber ()=0
 Get the current call-in number's display number.
 
virtual CALLINNUMTYPE GetType ()=0
 Get the current call-in number's call type.
 

Detailed Description

Call-in meeting Interface.

Definition at line 40 of file meeting_phone_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingCallInPhoneNumberInfo()

virtual IMeetingCallInPhoneNumberInfo::~IMeetingCallInPhoneNumberInfo ( )
inlinevirtual

Definition at line 43 of file meeting_phone_helper_interface.h.

43{}

Member Function Documentation

◆ GetCode()

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

Get the current call-in number's country code.

Returns
The country code.

◆ GetDisplayNumber()

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

Get the current call-in number's display number.

Returns
The display number.

◆ GetID()

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

Get the current call-in number's country ID.

Returns
The country ID.

◆ GetName()

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

Get the current call-in number's country name.

Returns
The country name.

◆ GetNumber()

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

Get the current call-in number's telephone number.

Returns
The telephone number.

◆ GetType()

virtual CALLINNUMTYPE IMeetingCallInPhoneNumberInfo::GetType ( )
pure virtual

Get the current call-in number's call type.

Returns
Call type. For more details, see CALLINNUMTYPE.