Zoom Rooms Controller SDK Reference 6.5.0
|
SIP call info. More...
#include <IPhoneCallService.h>
Data Fields | |
SIPCallStatus | status = SIPCallStatusInit |
The SIP call's status. | |
std::string | callID |
The SIP call's callID. | |
std::string | peerDisplayName |
The SIP call's peer display name. | |
std::string | peerNumber |
The SIP call's peer number. | |
std::string | peerURI |
The SIP call's peer URI. | |
bool | isIncomingCall = false |
The SIP call is incoming call. | |
SIPCallMemberInfo | selfInfo |
The self info in the SIP call. | |
SIPCallConferenceInfo | conferenceInfo |
The SIP call's conference info. | |
std::vector< SIPCallMemberInfo > | remoteMembers |
The SIP call's members info. | |
int64_t | elapsedCallTime = -1 |
The SIP call's elapsed time, elapsedCallTime's unit is second. | |
std::string | relatedCallID |
The call's ID, which the current call is warm transferred to. | |
std::string | blindDisplayName |
The call's display name, which the current call is blind transferred from. | |
std::string | originalPeerURI |
The SIP call's original peer URI. | |
SIPCallSpamType | peerSpamType = SIPCallSpamTypeNone |
The SIP call's spam type, such as SIPCallSpamType. | |
SIPCallAttestLevel | peerAttestLevel = SIPCallAttestLevelUndefined |
The SIP call's attest level, such as SIPCallAttestLevel. | |
SIPCallRedirectInfo | redirectInfo |
The SIP call's redirect info. | |
bool | isEmergencyCall = false |
TRUE indicates the call is emergency call. Otherwise not. | |
EmergencyCallAddress | emergencyCallAddress |
The SIP call's emergency address. | |
SIP call info.
Definition at line 181 of file IPhoneCallService.h.
std::string SIPCallInfo::blindDisplayName |
The call's display name, which the current call is blind transferred from.
Definition at line 194 of file IPhoneCallService.h.
std::string SIPCallInfo::callID |
The SIP call's callID.
Definition at line 184 of file IPhoneCallService.h.
SIPCallConferenceInfo SIPCallInfo::conferenceInfo |
The SIP call's conference info.
Definition at line 190 of file IPhoneCallService.h.
int64_t SIPCallInfo::elapsedCallTime = -1 |
The SIP call's elapsed time, elapsedCallTime's unit is second.
Definition at line 192 of file IPhoneCallService.h.
EmergencyCallAddress SIPCallInfo::emergencyCallAddress |
The SIP call's emergency address.
Definition at line 200 of file IPhoneCallService.h.
bool SIPCallInfo::isEmergencyCall = false |
TRUE indicates the call is emergency call. Otherwise not.
Definition at line 199 of file IPhoneCallService.h.
bool SIPCallInfo::isIncomingCall = false |
The SIP call is incoming call.
Definition at line 188 of file IPhoneCallService.h.
std::string SIPCallInfo::originalPeerURI |
The SIP call's original peer URI.
Definition at line 195 of file IPhoneCallService.h.
SIPCallAttestLevel SIPCallInfo::peerAttestLevel = SIPCallAttestLevelUndefined |
The SIP call's attest level, such as SIPCallAttestLevel.
Definition at line 197 of file IPhoneCallService.h.
std::string SIPCallInfo::peerDisplayName |
The SIP call's peer display name.
Definition at line 185 of file IPhoneCallService.h.
std::string SIPCallInfo::peerNumber |
The SIP call's peer number.
Definition at line 186 of file IPhoneCallService.h.
SIPCallSpamType SIPCallInfo::peerSpamType = SIPCallSpamTypeNone |
The SIP call's spam type, such as SIPCallSpamType.
Definition at line 196 of file IPhoneCallService.h.
std::string SIPCallInfo::peerURI |
The SIP call's peer URI.
Definition at line 187 of file IPhoneCallService.h.
SIPCallRedirectInfo SIPCallInfo::redirectInfo |
The SIP call's redirect info.
Definition at line 198 of file IPhoneCallService.h.
std::string SIPCallInfo::relatedCallID |
The call's ID, which the current call is warm transferred to.
Definition at line 193 of file IPhoneCallService.h.
std::vector<SIPCallMemberInfo> SIPCallInfo::remoteMembers |
The SIP call's members info.
Definition at line 191 of file IPhoneCallService.h.
SIPCallMemberInfo SIPCallInfo::selfInfo |
The self info in the SIP call.
Definition at line 189 of file IPhoneCallService.h.
SIPCallStatus SIPCallInfo::status = SIPCallStatusInit |
The SIP call's status.
Definition at line 183 of file IPhoneCallService.h.