Click or drag to resize

UnifiedPortalMeetingInfo Class

Meeting info returned by Unified Portal. Shall be used to populate CallCreationInfo when creating HTTP Meet-me conference call.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesUnifiedPortalMeetingInfo

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class UnifiedPortalMeetingInfo

The UnifiedPortalMeetingInfo type exposes the following members.

Properties
  NameDescription
Public propertyExtraProperties
A dictionary of extra properties the application may be interested in.
Public propertyMediaType
The media type of the meeting.
Public propertyPortalToken
Correlation token provided by Unified Portal.
Public propertyServiceGatewayURL
The Service Gateway URL.
Public propertyUccpURL
The URL of the UCCS server. This allows application to establish conference in presentation only mode.
Public propertyWebCollaborationServiceEnabled
A Boolean value indicating whether Web Collaboration Service is enabled for this meeting.
Top
See Also