Click or drag to resize

CallReject Method

Rejects this call. This can only be invoked when this call is incoming and in ringing status.

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

Parameters

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