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

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< IntegrationMeetingJoinMethodpreferredJoinMethod
 Preferred join method when supportJoinWebClient and supportSipJoin both enabled. such as IntegrationMeetingJoinMethod.
 
bool isPexipEnabled = false
 TRUE indicates Pexip is enabled. Otherwise not.
 

Detailed Description

Inter operability info.

Definition at line 96 of file IThirdPartyMeetingHelper.h.

Field Documentation

◆ isPexipEnabled

bool InterOperabilityInfo::isPexipEnabled = false

TRUE indicates Pexip is enabled. Otherwise not.

Definition at line 104 of file IThirdPartyMeetingHelper.h.

◆ meetingType

Integration meeting service type, such as ThirdPartyMeetingServiceProvider.

Definition at line 98 of file IThirdPartyMeetingHelper.h.

◆ preferredJoinMethod

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.

◆ supportJoinMeeting

bool InterOperabilityInfo::supportJoinMeeting = false

TRUE indicates support join current integration meeting. Otherwise not.

Definition at line 99 of file IThirdPartyMeetingHelper.h.

◆ supportJoinWebClient

bool InterOperabilityInfo::supportJoinWebClient = false

TRUE indicates support join integration meeting via web client. Otherwise not.

Definition at line 100 of file IThirdPartyMeetingHelper.h.

◆ supportPhoneJoin

bool InterOperabilityInfo::supportPhoneJoin = false

TRUE indicates support join integration meeting via phone. Otherwise not.

Definition at line 102 of file IThirdPartyMeetingHelper.h.

◆ supportSipJoin

bool InterOperabilityInfo::supportSipJoin = false

TRUE indicates support join integration meeting via SIP. Otherwise not.

Definition at line 101 of file IThirdPartyMeetingHelper.h.