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

SIP call transfer info. More...

#include <IPhoneCallService.h>

Data Fields

SIPCallTransferInfoType type = SIPCallTransferInfoTypeUnknown
 SIP call transfer's type, such as SIPCallTransferInfoType.
 
std::string peerURI
 The peer URI which the current call is transferred to.
 

Detailed Description

SIP call transfer info.

Definition at line 205 of file IPhoneCallService.h.

Field Documentation

◆ peerURI

std::string SIPCallTransferInfo::peerURI

The peer URI which the current call is transferred to.

Definition at line 208 of file IPhoneCallService.h.

◆ type

SIP call transfer's type, such as SIPCallTransferInfoType.

Definition at line 207 of file IPhoneCallService.h.