Answers this call.
This can only be invoked when this call is incoming.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void Answer(
MediaOption option,
Action<SparkApiEventArgs> completedHandler
)
Parameters
- option
- Type: SparkSDKMediaOption
Intended media options - audio only or audio and video - for the call. - completedHandler
- Type: SystemActionSparkApiEventArgs
The completed event handler.
Remarks Since: 0.1.0
See Also