Acknowledge (without answering) an incoming call.
Will cause the initiator's Call instance to emit the ringing event.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void Acknowledge(
Action<SparkApiEventArgs> completedHandler
)
Parameters
- completedHandler
- Type: SystemActionSparkApiEventArgs
The completed event handler.
Remarks Since: 0.1.0
See Also