Click or drag to resize

CallConferenceStatusChanged Event

Occurs when the conference status of the call has changed.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public event EventHandler<ConferenceStatusChangedEventArgs> ConferenceStatusChanged

Value

Type: SystemEventHandlerConferenceStatusChangedEventArgs
Remarks
For example, as a result of adding a participant a two-party call may have been transitioned to a conference call, or a conference call transitioned to a two-party call as result of a participant being dropped.
See Also