WebAndroidiOSmacOSWebC++ (全平台)HarmonyOSC# (Windows)小程序ElectronUnityFlutterReact NativeUnreal (C++)Unreal (Blueprint)React文档中心/实时互动/本页总览Interface AgoraRTCStatsv4.23.0v4.23.0v4.22.2v4.22.1v4.22.0v4.21.0v4.20.2v4.20.1v4.20.0v4.19.2v4.19.1v4.19.0v4.18.1复制页面当前通话的统计信息,可以通过 AgoraRTCClient.getRTCStats 获取。 Properties DurationDuration: number在当前频道内的时长,单位为秒。 OutgoingAvailableBandwidthOutgoingAvailableBandwidth: number上行可用带宽估计,单位为 Kbps。 RTTRTT: numberSDK 到声网边缘服务器的 RTT (Round-Trip Time),单位 ms。 RecvBitrateRecvBitrate: number音视频总接收码率,单位为 bps,瞬间值。 RecvBytesRecvBytes: number接收字节数,累计值。 SendBitrateSendBitrate: number音视频总发送码率,单位为 bps,瞬间值。 SendBytesSendBytes: number发送字节数,累计值。 UserCountUserCount: number通信场景下,该值为当前频道内的用户人数。 直播场景下,如果本地用户为主播,该值为当前频道内的主播人数;如果本地用户为观众,该值为当前频道内的主播人数 + 1。