Click or drag to resize

StartCallRequestEventArgs Class

Class representing an incoming request to start a video call that is already created by the Client SDK. VideoMode
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesStartCallRequestEventArgs

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class StartCallRequestEventArgs : EventArgs

The StartCallRequestEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStartCallRequestEventArgs
Creates a StartCallRequestEventArgs object for the specified call and video mode.
Top
Properties
  NameDescription
Public propertyCall
The call referenced by the event.
Public propertyVideoMode
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