Click or drag to resize
AcceptCallRequestEventArgs Class
Class representing a request incoming from the network to accept an incoming video call with the specified video direction. VideoMode
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesAcceptCallRequestEventArgs

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

The AcceptCallRequestEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodAcceptCallRequestEventArgs
Creates a AnswerCallRequestEventArgs object for the specified 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 accept 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 set the requested video direction on the incoming call and then accept the call, as per the normal call answer process.
See Also