Click or drag to resize
ConferenceServiceUnavailable Event
Notifies the application that the conference does not have a healthy signaling path. Depending on the network topology, the call session and the conference controls may share the same signaling connection(e.g., SIP and tunnel CCMP), or may use different connections. This is why separate service available / unavailable events are provided for the Call and Conference objects.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public event EventHandler<ConferenceConnectionFailureEventArgs> ServiceUnavailable

Value

Type: SystemEventHandlerConferenceConnectionFailureEventArgs
See Also