Zoom Rooms Controller SDK Reference 6.5.0
|
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. | |
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.
std::string SIPCallRedirectInfo::endName |
The person's name who the call is redirected to.
Definition at line 158 of file IPhoneCallService.h.
std::string SIPCallRedirectInfo::endNumber |
The person's number who the call is redirected to.
Definition at line 159 of file IPhoneCallService.h.
SIPCallThirdPartyType SIPCallRedirectInfo::endType = SIPCallThirdPartyTypeDefault |
SIP call redirect type, such as SIPCallThirdPartyType.
Definition at line 157 of file IPhoneCallService.h.