Click or drag to resize

CallAnswer Method

Answers this call. This can only be invoked when this call is incoming.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void Answer(
	MediaOption option,
	Action<WebexApiEventArgs> completedHandler
)

Parameters

option
Type: WebexSDKMediaOption
Intended media options - audio only or audio and video - for the call.
completedHandler
Type: SystemActionWebexApiEventArgs
The completed event handler.
Remarks
Since: 0.1.0
See Also