Click or drag to resize
ConferenceConfiguration Class
Class representing user Configuration information for a Conference. This class provides the configuration data for Conferences and Collaboration
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesConferenceConfiguration

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

The ConferenceConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodConferenceConfiguration
Constructor.
Top
Properties
  NameDescription
Public propertyConferenceFactoryURI
A String value representing an Adhoc Conference URL. This parameter is optional. This field is a string that can be null ("") or a URL that defines the ad-hoc conference resource to be used by the endpoint. If both a Adhoc Conference URL is set and local conferencing is enabled, the conference factory will be used.
Public propertyConferencePortalURI
A String value representing the URI of the Conference Portal. This allows an affordance on client UI to launch the conference portal for extended of advanced conference interactions, such as settings.
Public propertyEnhancedConferencingEnabled
A Boolean value indicating whether the enhanced conferencing features are enabled. If true then enhanced conferencing features like Conference Rosters, Conference Lock, etc are available. If false not all call capabilities would be available.
Public propertyInitialReconnectInterval
The initial time interval between a connection failure and a reconnect attempt, in seconds. Set to zero to disable automatic reconnection attempts. The default is 2 seconds.
Public propertyLocalConferencingEnabled
A Boolean value indicating whether local conferencing is enabled. In a local conference media mixing is performed locally on the endpoint rather than via a conferencing server. This option is typically enabled only in deployments without server based conferencing capabilities. If both a ConferenceFactoryURI is set and local conferencing is enabled, the conference factory will be used. Defaults to false.
Public propertyMaxReconnectInterval
The max time interval between a connection failure and a reconnect attempt, in seconds.
Public propertyModeratorCode
Conference Moderator code, to allow Click to Join own bridge via Meetme Client A String value representing the Code to be used for moderator to join conference.
Public propertyModeratorURL
Conference Moderator URL, to allow Click to Join own bridge via Meetme Client A String value representing the to be used for moderator to access the conference
Public propertyParticipantCode
Conference Participant code, to allow user to share participant code to other users in Calendar invites and Share My Bridge. A String value representing the Code to be used for participants to join conference
Public propertyParticipantURL
Conference Participant URL, to allow user to share participant URL to other users in Calendar invites and Share My Bridge. A String value representing the to be used for participants to access the conference
Public propertyUccpAdditionalFeaturesEnabled
A Boolean value indicating whether the additional UCCP features are enabled. If true then UCCP will be used to enter conference in waiting room state, request user to send passcode. If false DTMFs will be used to join.
Public propertyUccpEnabled
A Boolean value indicating whether the UCCP conference protocol is enabled. If true then UCCP protocol will be used for conference control (Mute/UnMute, Lock/Unlock, Add/Remove Participant, etc).
Public propertyVirtualRoomID
The Scopia Virtual Room ID for the Virtual room owner. A String value representing Virtual Room ID
Top
See Also