NERtcStatsEventCallback class abstract

当前通话统计回调

Constructors

NERtcStatsEventCallback()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLocalAudioStats(NERtcAudioSendStats stats) → void
本地音频流统计信息回调 该回调描述本地设备发送音频流的统计信息,每 2 秒触发一次。
onLocalVideoStats(NERtcVideoSendStats stats) → void
本地视频流统计信息回调 该回调描述本地设备发送视频流的统计信息,每 2 秒触发一次。
onNetworkQuality(List<NERtcNetworkQualityInfo> statsList) → void
通话中每个用户的网络上下行质量报告回调 该回调描述每个用户在通话中的网络状态,每 2 秒触发一次。
onRemoteAudioStats(List<NERtcAudioRecvStats> statsList) → void
通话中远端音频流的统计信息回调。 该回调描述远端用户在通话中端到端的音频流统计信息,每 2 秒触发一次。
onRemoteVideoStats(List<NERtcVideoRecvStats> statsList) → void
通话中远端视频流的统计信息回调 该回调描述远端用户在通话中端到端的视频流统计信息,每 2 秒触发一次。
onRtcStats(NERtcStats stats) → void
当前通话统计回调 SDK 定期向 App 报告当前通话的统计信息,每 2 秒触发一次。
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited