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
Syntaxpublic enum AllowedVideoDirection
Members
| Member name | Value | Description |
---|
| None | 0 |
Video is not allowed.
|
| SendReceive | 1 |
Bi-directional video allowed.
|
| ReceiveOnly | 2 |
Receive-only video allowed.
|
| SendOnly | 3 |
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