StartCallRequestEventArgs Class |
Class representing an incoming request to start a video call that is
already created by the Client SDK.
VideoMode
Inheritance HierarchySystemObject
SystemEventArgs
Avaya.ClientServicesStartCallRequestEventArgs
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic class StartCallRequestEventArgs : EventArgs
The StartCallRequestEventArgs type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Call |
The call referenced by the event.
|
 | VideoMode |
The video mode referenced by the event.
|
Top
Remarks
Video call creation request cannot be automatically handled by the Client SDK,
as it requires the client application that is in charge of the UI representation
to initialize video rendering surface and activate a video camera.
This event is reported to the application, for the application to start a new
call with the requested video mode, following the normal call start process.
See Also