Click or drag to resize

CallCallSecureIndicationChanged Event

Occurs when the security indication of the call changes.

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

Value

Type: SystemEventHandlerCallSecureIndicationChangedEventArgs
Remarks
Sent to inform the application about a change in the end to end security status of the call from/to secured/unsecured.
See Also