NERtcStatsEventCallback class
通话中统计信息回调通知
Constructors
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 - 本地音频流统计信息回调
-
onLocalVideoStats(
NERtcVideoSendStats stats) → void - 本地视频流统计信息回调
-
onNetworkQuality(
List< NERtcNetworkQualityInfo> statsList) → void - 通话中每个用户的网络上下行质量报告回调
-
onRemoteAudioStats(
List< NERtcAudioRecvStats> statsList) → void - 通话中远端音频流的统计信息回调。
-
onRemoteVideoStats(
List< NERtcVideoRecvStats> statsList) → void - 通话中远端视频流的统计信息回调
-
onRtcStats(
NERtcStats stats) → void - 当前通话统计回调
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited