Windows SDK API Reference
|
Meeting Service Phone Interface. Valid for both ZOOM style and user custom interface mode. More...
#include "zoom_sdk_def.h"
Go to the source code of this file.
Data Structures | |
class | IMeetingPhoneSupportCountryInfo |
Phone meeting support country information interface. More... | |
class | IMeetingCallInPhoneNumberInfo |
Call-in meeting Interface. More... | |
class | IMeetingPhoneHelperEvent |
Meeting phone helper callback event. More... | |
class | IMeetingPhoneHelper |
Meeting phone helper interface. More... | |
Enumerations | |
enum | CALLINNUMTYPE { CALLINNUMTYPE_NONE , CALLINNUMTYPE_TOLL , CALLINNUMTYPE_TOLLFREE } |
Type of telephone call. Here are more detailed structural descriptions. More... | |
enum | PhoneStatus { PhoneStatus_None , PhoneStatus_Calling , PhoneStatus_Ringing , PhoneStatus_Accepted , PhoneStatus_Success , PhoneStatus_Failed , PhoneStatus_Canceling , PhoneStatus_Canceled , PhoneStatus_Cancel_Failed , PhoneStatus_Timeout } |
Status of telephone. Here are more detailed structural descriptions. More... | |
enum | PhoneFailedReason { PhoneFailedReason_None , PhoneFailedReason_Busy , PhoneFailedReason_Not_Available , PhoneFailedReason_User_Hangup , PhoneFailedReason_Other_Fail , PhoneFailedReason_No_Answer , PhoneFailedReason_Block_No_Host , PhoneFailedReason_Block_High_Rate , PhoneFailedReason_Block_Too_Frequent } |
The reason for the failure of the telephone call. Here are more detailed structural descriptions. More... | |
Meeting Service Phone Interface. Valid for both ZOOM style and user custom interface mode.
Definition in file meeting_phone_helper_interface.h.
enum CALLINNUMTYPE |
Type of telephone call. Here are more detailed structural descriptions.
Enumerator | |
---|---|
CALLINNUMTYPE_NONE | For initialization. |
CALLINNUMTYPE_TOLL | Paid. |
CALLINNUMTYPE_TOLLFREE | Free. |
Definition at line 31 of file meeting_phone_helper_interface.h.
enum PhoneFailedReason |
The reason for the failure of the telephone call. Here are more detailed structural descriptions.
Definition at line 86 of file meeting_phone_helper_interface.h.
enum PhoneStatus |
Status of telephone. Here are more detailed structural descriptions.
Definition at line 68 of file meeting_phone_helper_interface.h.