Click or drag to resize
CallAcceptVideo Method
Accepts an incoming video request to add video to the call.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void AcceptVideo(
	VideoMode mode,
	CallCallCompletionHandler callCompletionHandler
)

Parameters

mode
Type: Avaya.ClientServicesVideoMode
Accepted video mode. Video can be accepted to be bi-directional or unidirectional (e.g., receive only).
callCompletionHandler
Type: Avaya.ClientServicesCallCallCompletionHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback cannot be provided.
See Also