Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RemoteVideoTransportStats

deprecated

This callback is deprecated. Use the remoteVideoStats callback instead.

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

Hierarchy

  • RemoteVideoTransportStats

Index

Properties

Properties

delay

delay: number

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

lost

lost: number

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

rxKBitRate

rxKBitRate: number

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

uid

uid: number

User ID of the remote user sending the video packet.