Click or drag to resize

CallOnDisconnected Event

Callback when this call is disconnected (hangup, cancelled, get declined or other self device pickup the call).

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public event Action<CallDisconnectedEvent> OnDisconnected

Value

Type: SystemActionCallDisconnectedEvent
Remarks
Since: 0.1.0
See Also