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

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

#include <IPhoneCallService.h>

Data Fields

SIPCallThirdPartyType endType = SIPCallThirdPartyTypeDefault
 SIP call redirect type, such as SIPCallThirdPartyType.
 
std::string endName
 The person's name who the call is redirected to.
 
std::string endNumber
 The person's number who the call is redirected to.
 

Detailed Description

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.

Definition at line 155 of file IPhoneCallService.h.

Field Documentation

◆ endName

std::string SIPCallRedirectInfo::endName

The person's name who the call is redirected to.

Definition at line 158 of file IPhoneCallService.h.

◆ endNumber

std::string SIPCallRedirectInfo::endNumber

The person's number who the call is redirected to.

Definition at line 159 of file IPhoneCallService.h.

◆ endType

SIPCallThirdPartyType SIPCallRedirectInfo::endType = SIPCallThirdPartyTypeDefault

SIP call redirect type, such as SIPCallThirdPartyType.

Definition at line 157 of file IPhoneCallService.h.