VideoMode Enumeration |
Namespace: Avaya.ClientServices
public enum VideoMode
Member name | Value | Description | |
---|---|---|---|
None | 0 | No video. Returned if no video mode is set for the call. VideoMode. | |
SendReceive | 1 | Bi-directional video request. | |
ReceiveOnly | 2 | Receive-only (i.e., no camera capture and send) video request. | |
SendOnly | 3 | Send-only (i.e., no receipt of incoming video) video request. | |
Inactive | 4 | Inactive. Returned if video for the call is inactive. VideoMode. | |
Disable | 5 | Disable video request (i.e., remove video). |
© 2017 Avaya LLC. All Rights Reserved.