Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RemoteAudioStats

Reports the statistics of the remote audio.

Hierarchy

  • RemoteAudioStats

Index

Properties

audioLossRate

audioLossRate: number

Packet loss rate in the reported interval.

frozenRate

frozenRate: number

The total audio freeze time as a percentage (%) of the total time when the audio is available.

jitterBufferDelay

jitterBufferDelay: number

Jitter buffer delay at the receiver.

networkTransportDelay

networkTransportDelay: number

Network delay from the sender to the receiver.

numChannels

numChannels: number

The number of the channels.

quality

quality: number

Audio quality received by the user. See AgoraNetworkQuality.

receivedBitrate

receivedBitrate: number

The received bitrate.

receivedSampleRate

receivedSampleRate: number

The received sample rate.

totalFrozenTime

totalFrozenTime: number

The total freeze time (ms) of the remote audio stream after the remote user joins the channel. In a session, audio freeze occurs when the audio frame loss rate reaches 4%.

uid

uid: number

User ID of the remote user sending the audio streams.