Click or drag to resize

AllowedVideoDirection Enumeration

Enumeration of different allowed video directions that can be used by the local application for a call session.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum AllowedVideoDirection
Members
  Member nameValueDescription
None0 Video is not allowed.
SendReceive1 Bi-directional video allowed.
ReceiveOnly2 Receive-only video allowed.
SendOnly3 Send-only video allowed.
Remarks
Allowed video direction can be changed during call session and depends on call state, network availability and server limitations. Same time allowed video direction can be limited by conference server. Example: call started with video in send-receive direction but server limited allowed direction to receive only. Call will negotiate to receive only video and allowed video direction will be Receive only.
See Also