Class UnifiedPortalMeetingInfo
- java.lang.Object
-
- com.avaya.clientservices.unifiedportal.UnifiedPortalMeetingInfo
-
public class UnifiedPortalMeetingInfo extends java.lang.ObjectMeeting info returned by Unified Portal. Shall be used to populateCallCreationInfowhen creating HTTP Meet-me conference call.
-
-
Constructor Summary
Constructors Constructor Description UnifiedPortalMeetingInfo(java.lang.String portalToken, java.lang.String serviceGatewayURL, java.lang.String UCCPURL, MeetingMediaType mediaType, boolean isWebCollaborationServiceEnabled, java.util.Map<java.lang.String,java.lang.String> extraProperties)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getExtraProperties()MeetingMediaTypegetMediaType()java.lang.StringgetPortalToken()java.lang.StringgetServiceGatewayURL()java.lang.StringgetUCCPURL()booleanisWebCollaborationServiceEnabled()
-
-
-
Constructor Detail
-
UnifiedPortalMeetingInfo
public UnifiedPortalMeetingInfo(java.lang.String portalToken, java.lang.String serviceGatewayURL, java.lang.String UCCPURL, MeetingMediaType mediaType, boolean isWebCollaborationServiceEnabled, java.util.Map<java.lang.String,java.lang.String> extraProperties)Constructor.- Parameters:
portalToken- portal token stringserviceGatewayURL- service gateway URLUCCPURL- UCCP urlmediaType- media typeisWebCollaborationServiceEnabled- boolean value to indicate if web collab service enabledextraProperties- extra properties map
-
-
Method Detail
-
getPortalToken
public java.lang.String getPortalToken()
- Returns:
- Correlation token provided by Unified Portal.
-
getServiceGatewayURL
public java.lang.String getServiceGatewayURL()
- Returns:
- The Service Gateway (ESG) URL
-
getUCCPURL
public java.lang.String getUCCPURL()
- Returns:
- The URL of the UCCS server. This allows application to establish conference in presentation only mode.
-
getMediaType
public MeetingMediaType getMediaType()
- Returns:
- The media type of the meeting.
-
isWebCollaborationServiceEnabled
public boolean isWebCollaborationServiceEnabled()
- Returns:
- A Boolean value indicating whether Web Collaboration Service is enabled for this meeting.
-
getExtraProperties
public java.util.Map<java.lang.String,java.lang.String> getExtraProperties()
- Returns:
- A map of extra properties the application may be interested in. Complex property values are JSON-encoded strings.
-
-