Click or drag to resize
VideoMode Enumeration
Enumeration of different video modes that can be requested by the local application for a call session.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public enum VideoMode
Members
  Member nameValueDescription
None0 No video. Returned if no video mode is set for the call. VideoMode.
SendReceive1 Bi-directional video request.
ReceiveOnly2 Receive-only (i.e., no camera capture and send) video request.
SendOnly3 Send-only (i.e., no receipt of incoming video) video request.
Inactive4 Inactive. Returned if video for the call is inactive. VideoMode.
Disable5 Disable video request (i.e., remove video).
See Also