Zoom Rooms Controller SDK Reference 6.5.0
|
Entrance of all the Phone Call Service. More...
#include "ZRCSDKTypes.h"
Go to the source code of this file.
Data Structures | |
struct | SIPCallMemberInfo |
SIP call member info The SIPCallMemberInfo refers to member information in the SIP call. More... | |
struct | SIPCallConferenceInfo |
SIP call conference info The SIPCallConferenceInfo refers to call's info in merged calls. More... | |
struct | SIPCallRedirectInfo |
SIP call redirect info The SIPCallRedirectInfo refers to call's redirect info. For instance, the redirect info refers to the peer info which a SIP call is transferred to when using the transfer function. More... | |
struct | EmergencyCallAddress |
emergency call's address More... | |
struct | EmergencyCall |
Emergency call info The info about emergency call. More... | |
struct | SIPCallInfo |
SIP call info. More... | |
struct | SIPCallTransferInfo |
SIP call transfer info. More... | |
struct | SIPCallerID |
SIP caller ID. More... | |
struct | CloudPBXServiceInfo |
Zoom Phone info. More... | |
struct | SIPService |
SIP service info. More... | |
class | IPhoneCallServiceSink |
Phone call service event callback. More... | |
class | IPhoneCallService |
Phone call service interface. More... | |
Entrance of all the Phone Call Service.
Definition in file IPhoneCallService.h.
enum EmergencyAddressType |
emergency address type. Here are more detailed structural descriptions.
Enumerator | |
---|---|
EmergencyAddressTypeUnknown | Emergency address type is unknown. |
EmergencyAddressTypeStatic | Emergency address type is static. |
EmergencyAddressTypeDetect | Emergency address type is detect. |
Definition at line 87 of file IPhoneCallService.h.
enum SIPCallAttestLevel |
SIP call attest level. Here are more detailed structural descriptions.
Definition at line 65 of file IPhoneCallService.h.
SIP call conference role in merged calls. Here are more detailed structural descriptions.
Definition at line 42 of file IPhoneCallService.h.
enum SIPCallSpamType |
SIP call spam type. Here are more detailed structural descriptions.
Definition at line 53 of file IPhoneCallService.h.
enum SIPCallStatus |
SIP call status. Here are more detailed structural descriptions.
Definition at line 17 of file IPhoneCallService.h.
SIP call terminate reason. Here are more detailed structural descriptions.
Definition at line 126 of file IPhoneCallService.h.
SIP call thirdparty type. Here are more detailed structural descriptions.
Enumerator | |
---|---|
SIPCallThirdPartyTypeDefault | SIP call thirdparty type is default. |
SIPCallThirdPartyTypeTransfer | SIP call thirdparty type is transfer. |
Definition at line 77 of file IPhoneCallService.h.
SIP call transfer type. Here are more detailed structural descriptions.
Definition at line 98 of file IPhoneCallService.h.
enum SIPServiceStatus |
SIP service status. Here are more detailed structural descriptions.
Definition at line 111 of file IPhoneCallService.h.