Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
SIPCallInfo Struct Reference

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< SIPCallMemberInforemoteMembers
 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.
 

Detailed Description

SIP call info.

Definition at line 181 of file IPhoneCallService.h.

Field Documentation

◆ blindDisplayName

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.

◆ callID

std::string SIPCallInfo::callID

The SIP call's callID.

Definition at line 184 of file IPhoneCallService.h.

◆ conferenceInfo

SIPCallConferenceInfo SIPCallInfo::conferenceInfo

The SIP call's conference info.

Definition at line 190 of file IPhoneCallService.h.

◆ elapsedCallTime

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

EmergencyCallAddress SIPCallInfo::emergencyCallAddress

The SIP call's emergency address.

Definition at line 200 of file IPhoneCallService.h.

◆ isEmergencyCall

bool SIPCallInfo::isEmergencyCall = false

TRUE indicates the call is emergency call. Otherwise not.

Definition at line 199 of file IPhoneCallService.h.

◆ isIncomingCall

bool SIPCallInfo::isIncomingCall = false

The SIP call is incoming call.

Definition at line 188 of file IPhoneCallService.h.

◆ originalPeerURI

std::string SIPCallInfo::originalPeerURI

The SIP call's original peer URI.

Definition at line 195 of file IPhoneCallService.h.

◆ peerAttestLevel

SIPCallAttestLevel SIPCallInfo::peerAttestLevel = SIPCallAttestLevelUndefined

The SIP call's attest level, such as SIPCallAttestLevel.

Definition at line 197 of file IPhoneCallService.h.

◆ peerDisplayName

std::string SIPCallInfo::peerDisplayName

The SIP call's peer display name.

Definition at line 185 of file IPhoneCallService.h.

◆ peerNumber

std::string SIPCallInfo::peerNumber

The SIP call's peer number.

Definition at line 186 of file IPhoneCallService.h.

◆ peerSpamType

SIPCallSpamType SIPCallInfo::peerSpamType = SIPCallSpamTypeNone

The SIP call's spam type, such as SIPCallSpamType.

Definition at line 196 of file IPhoneCallService.h.

◆ peerURI

std::string SIPCallInfo::peerURI

The SIP call's peer URI.

Definition at line 187 of file IPhoneCallService.h.

◆ redirectInfo

SIPCallRedirectInfo SIPCallInfo::redirectInfo

The SIP call's redirect info.

Definition at line 198 of file IPhoneCallService.h.

◆ relatedCallID

std::string SIPCallInfo::relatedCallID

The call's ID, which the current call is warm transferred to.

Definition at line 193 of file IPhoneCallService.h.

◆ remoteMembers

std::vector<SIPCallMemberInfo> SIPCallInfo::remoteMembers

The SIP call's members info.

Definition at line 191 of file IPhoneCallService.h.

◆ selfInfo

SIPCallMemberInfo SIPCallInfo::selfInfo

The self info in the SIP call.

Definition at line 189 of file IPhoneCallService.h.

◆ status

SIPCallStatus SIPCallInfo::status = SIPCallStatusInit

The SIP call's status.

Definition at line 183 of file IPhoneCallService.h.