Click or drag to resize

CallHangup Method

Disconnects this call. This can only be invoked when this call is in answered status.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void Hangup(
	Action<SparkApiEventArgs> completedHandler
)

Parameters

completedHandler
Type: SystemActionSparkApiEventArgs
The completed event handler.
Remarks
Since: 0.1.0
See Also