Zoom Rooms Controller SDK Reference 6.5.0
|
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. | |
SIP call transfer info.
Definition at line 205 of file IPhoneCallService.h.
std::string SIPCallTransferInfo::peerURI |
The peer URI which the current call is transferred to.
Definition at line 208 of file IPhoneCallService.h.
SIPCallTransferInfoType SIPCallTransferInfo::type = SIPCallTransferInfoTypeUnknown |
SIP call transfer's type, such as SIPCallTransferInfoType.
Definition at line 207 of file IPhoneCallService.h.