Zoom Rooms Controller SDK Reference 6.5.0
|
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. | |
SIP call conference info The SIPCallConferenceInfo refers to call's info in merged calls.
Definition at line 147 of file IPhoneCallService.h.
std::string SIPCallConferenceInfo::hostCallID |
SIP call's host call ID in merged calls.
Definition at line 150 of file IPhoneCallService.h.
SIPCallConferenceRole SIPCallConferenceInfo::role = SIPCallConferenceRoleUnknown |
SIP call' role in merged calls, such as SIPCallConferenceRole.
Definition at line 149 of file IPhoneCallService.h.