Click or drag to resize

ConferenceConfigurationLocalConferencingEnabled Property

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.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public bool LocalConferencingEnabled { get; }

Property Value

Type: Boolean
See Also