Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RemoteAudioTransportStats

deprecated

This callback is deprecated. Use the remoteAudioStats callback instead.

Reports the transport-layer statistics of each remote audio stream.

Hierarchy

  • RemoteAudioTransportStats

Index

Properties

Properties

delay

delay: number

Network time delay (ms) from the remote user sending the audio packet to the local user.

lost

lost: number

Packet loss rate (%) of the audio packet sent from the remote user.

rxKBitRate

rxKBitRate: number

Received bitrate (Kbps) of the audio packet sent from the remote user.

uid

uid: number

User ID of the remote user sending the audio packet.