Zoom Rooms Controller SDK Reference 6.5.0
|
Inter operability info. More...
#include <IThirdPartyMeetingHelper.h>
Data Fields | |
ThirdPartyMeetingServiceProvider | meetingType = ThirdPartyMeetingServiceProviderInvalid |
Integration meeting service type, such as ThirdPartyMeetingServiceProvider. | |
bool | supportJoinMeeting = false |
TRUE indicates support join current integration meeting. Otherwise not. | |
bool | supportJoinWebClient = false |
TRUE indicates support join integration meeting via web client. Otherwise not. | |
bool | supportSipJoin = false |
TRUE indicates support join integration meeting via SIP. Otherwise not. | |
bool | supportPhoneJoin = false |
TRUE indicates support join integration meeting via phone. Otherwise not. | |
std::vector< IntegrationMeetingJoinMethod > | preferredJoinMethod |
Preferred join method when supportJoinWebClient and supportSipJoin both enabled. such as IntegrationMeetingJoinMethod. | |
bool | isPexipEnabled = false |
TRUE indicates Pexip is enabled. Otherwise not. | |
Inter operability info.
Definition at line 96 of file IThirdPartyMeetingHelper.h.
bool InterOperabilityInfo::isPexipEnabled = false |
TRUE indicates Pexip is enabled. Otherwise not.
Definition at line 104 of file IThirdPartyMeetingHelper.h.
ThirdPartyMeetingServiceProvider InterOperabilityInfo::meetingType = ThirdPartyMeetingServiceProviderInvalid |
Integration meeting service type, such as ThirdPartyMeetingServiceProvider.
Definition at line 98 of file IThirdPartyMeetingHelper.h.
std::vector<IntegrationMeetingJoinMethod> InterOperabilityInfo::preferredJoinMethod |
Preferred join method when supportJoinWebClient and supportSipJoin both enabled. such as IntegrationMeetingJoinMethod.
Definition at line 103 of file IThirdPartyMeetingHelper.h.
bool InterOperabilityInfo::supportJoinMeeting = false |
TRUE indicates support join current integration meeting. Otherwise not.
Definition at line 99 of file IThirdPartyMeetingHelper.h.
bool InterOperabilityInfo::supportJoinWebClient = false |
TRUE indicates support join integration meeting via web client. Otherwise not.
Definition at line 100 of file IThirdPartyMeetingHelper.h.
bool InterOperabilityInfo::supportPhoneJoin = false |
TRUE indicates support join integration meeting via phone. Otherwise not.
Definition at line 102 of file IThirdPartyMeetingHelper.h.
bool InterOperabilityInfo::supportSipJoin = false |
TRUE indicates support join integration meeting via SIP. Otherwise not.
Definition at line 101 of file IThirdPartyMeetingHelper.h.