Click or drag to resize
AcceptCallRequestEventArgs Constructor
Creates a AnswerCallRequestEventArgs object for the specified video mode.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public AcceptCallRequestEventArgs(
	Call call,
	VideoMode videoMode
)

Parameters

call
Type: Avaya.ClientServicesCall
The reference call.
videoMode
Type: Avaya.ClientServicesVideoMode
Requested video mode.
See Also