Video SDK for Linux API Reference
|
phone helper interface. More...
Go to the source code of this file.
Classes | |
class | IZoomVideoSDKPhoneSupportCountryInfo |
Phone session support country information interface. More... | |
class | IZoomVideoSDKSessionDialInNumberInfo |
Dial-in meeting Interface. More... | |
struct | InvitePhoneUserInfo |
The info for InvitePhoneUser. More... | |
class | IZoomVideoSDKPhoneHelper |
zoom video sdk phone helper interface. More... | |
Enumerations | |
enum | ZoomVideoSDKDialInNumType { ZoomVideoSDKDialInNumType_None , ZoomVideoSDKDialInNumType_Toll , ZoomVideoSDKDialInNumType_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... | |
phone helper interface.
Definition in file zoom_video_sdk_phone_helper_interface.h.
enum PhoneFailedReason |
The reason for the failure of the telephone call. Here are more detailed structural descriptions.
Definition at line 89 of file zoom_video_sdk_phone_helper_interface.h.
enum PhoneStatus |
Status of telephone. Here are more detailed structural descriptions.
Definition at line 70 of file zoom_video_sdk_phone_helper_interface.h.
Type of telephone call. Here are more detailed structural descriptions.
Enumerator | |
---|---|
ZoomVideoSDKDialInNumType_None | For initialization. |
ZoomVideoSDKDialInNumType_Toll | Paid. |
ZoomVideoSDKDialInNumType_TollFree | Free. |
Definition at line 33 of file zoom_video_sdk_phone_helper_interface.h.