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: 550.0.60.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