VideoDetails Class |
Namespace: Avaya.ClientServices
public class VideoDetails
The VideoDetails type exposes the following members.
| Name | Description | |
|---|---|---|
| ChannelId |
Video channel ID associated with media engine resources.
| |
| Codec |
The name of the video codec being used.
| |
| EncryptionType |
Type of encryption used for the audio session.
| |
| IsMediaProxied |
Status indication for whether tunneled Video goes through proxy or not.
| |
| IsMediaTunneled |
Status indication for whether Video tunneled or not.
| |
| IsRtcpEncrypted |
Indicates whether RTCP is encrypted or not.
| |
| LocalIPAddress |
Local media IP address.
| |
| LocalPort |
Local media termination port.
| |
| PayloadType |
Payload Type.
| |
| ReceiveStatistics |
Video receive statistics.
| |
| RemoteIPAddress |
Remote media IP address.
| |
| RemotePort |
Remote media termination port.
| |
| RoundTripTimeMilliseconds |
The round-trip audio delay (in milliseconds) calculated as per RFC.
3550.
| |
| TransmitStatistics |
Video transmit statistics.
|