Class: AudioDetails

Constructor

new AudioDetails()

Class representing the details and statistics for the audio channel of the call.
The value for each statistic could be undefined and it will happen in case the statistics are unavailable.

Members

audioLevelReceived :number

The instantaneous audio level being received.

Type:
  • number

audioLevelTransmitted :number

The instantaneous audio level being transmitted.

Type:
  • number

bytesReceived :number

Total number of RTP payload bytes received.

Type:
  • number

bytesTransmitted :number

Total number of RTP payload bytes transmitted.

Type:
  • number

codec :string

The name of the codec that is being used for the audio session.

Type:
  • string

fractionLostLocal :number

The fraction of packets lost seen locally.

Type:
  • number

jitterMillisecondsReceived :number

Actual receive side jitter in milliseconds.

Type:
  • number

packetLossTotalReceived :number

Total number of packets lost in the receive direction.

Type:
  • number

packetLossTotalTransmitted :number

Total number of packets lost in the transmit direction.

Type:
  • number

packetsReceived :number

Total number of RTP packets received.

Type:
  • number

packetsTransmitted :number

Total number of RTP packets transmitted.

Type:
  • number

roundTripTimeMilliseconds :number

Round-trip audio delay (in milliseconds)

Type:
  • number

rtcBytesReceived :number

Total number of RTC Transport payload bytes received.

Type:
  • number

totalAudioEnergyReceived :number

Represents the audio energy of the received track.

Type:
  • number

totalAudioEnergyTransmitted :number

Represents the audio energy of the transmitted track.

Type:
  • number
©2016 Avaya Inc. All Rights Reserved.