Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RemoteAudioStats

Audio statistics of a remote user

Hierarchy

  • RemoteAudioStats

Index

Properties

audioLossRate

audioLossRate: number

The audio frame 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

Network delay (ms) from the receiver to the jitter buffer.

networkTransportDelay

networkTransportDelay: number

Network delay (ms) from the sender to the receiver.

numChannels

numChannels: number

The number of channels.

publishDuration

publishDuration: number

The total publish duration (ms) of the remote audio stream.

quality

quality: number

Audio quality received by the user: QUALITY_TYPE.

receivedBitrate

receivedBitrate: number

The average bitrate (Kbps) of the received audio stream in the reported interval.

receivedSampleRate

receivedSampleRate: number

The sample rate (Hz) of the received audio stream in the reported interval.

totalActiveTime

totalActiveTime: number

The total time (ms) when the remote user in the COMMUNICATION profile or the remote host in the LIVE_BROADCASTING profile neither stops sending the audio stream nor disables the audio module after joining the channel.

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.

Generated using TypeDoc