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

SIP call conference info The SIPCallConferenceInfo refers to call's info in merged calls. More...

#include <IPhoneCallService.h>

Data Fields

SIPCallConferenceRole role = SIPCallConferenceRoleUnknown
 SIP call' role in merged calls, such as SIPCallConferenceRole.
 
std::string hostCallID
 SIP call's host call ID in merged calls.
 

Detailed Description

SIP call conference info The SIPCallConferenceInfo refers to call's info in merged calls.

Definition at line 147 of file IPhoneCallService.h.

Field Documentation

◆ hostCallID

std::string SIPCallConferenceInfo::hostCallID

SIP call's host call ID in merged calls.

Definition at line 150 of file IPhoneCallService.h.

◆ role

SIPCallConferenceRole SIPCallConferenceInfo::role = SIPCallConferenceRoleUnknown

SIP call' role in merged calls, such as SIPCallConferenceRole.

Definition at line 149 of file IPhoneCallService.h.