Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RtcStats

Statistics of the channel.

Hierarchy

  • RtcStats

Index

Properties

cpuAppUsage

cpuAppUsage: number

Application CPU usage (%).

cpuTotalUsage

cpuTotalUsage: number

System CPU usage (%).

duration

duration: number

Call duration (s), represented by an aggregate value.

lastmileDelay

lastmileDelay: number

Client-server latency.

rxAudioKBitRate

rxAudioKBitRate: number

Audio receive bitrate (Kbps), represented by an instantaneous value.

rxBytes

rxBytes: number

Total number of bytes received, represented by an aggregate value.

rxKBitRate

rxKBitRate: number

Receive bitrate (Kbps), represented by an instantaneous value.

rxPacketLossRate

rxPacketLossRate: number

The packet loss rate (%) from Agora's edge server to the local client.

rxVideoKBitRate

rxVideoKBitRate: number

Video receive bitrate (Kbps), represented by an instantaneous value.

txAudioKBitRate

txAudioKBitRate: number

Audio transmission bitrate (Kbps), represented by an instantaneous value.

txBytes

txBytes: number

Total number of bytes transmitted, represented by an aggregate value.

txKBitRate

txKBitRate: number

Transmission bitrate (Kbps), represented by an instantaneous value.

txPacketLossRate

txPacketLossRate: number

The packet loss rate (%) from the local client to Agora's edge server.

txVideoKBitRate

txVideoKBitRate: number

Video transmission bitrate (Kbps), represented by an instantaneous value.

userCount

userCount: number

Number of users in the channel.