Click or drag to resize
StartCallRequestEventArgs Constructor
Creates a StartCallRequestEventArgs object for the specified call and video mode.

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

Parameters

call
Type: Avaya.ClientServicesCall
The call to be started.
videoMode
Type: Avaya.ClientServicesVideoMode
Requested video mode.
See Also