NERtcStatsEventCallback class Null safety

Callbacks for the stats of the current call

Constructors

NERtcStatsEventCallback()

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
onLocalAudioStats(NERtcAudioSendStats stats) → void
Occurs when the stats of the local audio stream are collected. The message sent by this callback describes the stats of the audio stream published by the local device. The callback is triggered every 2 seconds.
onLocalVideoStats(NERtcVideoSendStats stats) → void
Occurs when the stats of a local video stream are collected. The message sent by this callback describes the stats of the video stream published by the local device. The callback is triggered every 2 seconds.
onNetworkQuality(List<NERtcNetworkQualityInfo> statsList) → void
Returns the uplink and downlink network quality report for each user during the call The message sent by this callback describes the network status of each user during the call. The callback is triggered every 2 seconds.
onRemoteAudioStats(List<NERtcAudioRecvStats> statsList) → void
Get notified when the stats of a remote audio stream in the call are collected.. The message sent by this callback describes the stats of the audio stream in a peer-to-peer call from a remote user. The callback is triggered every 2 seconds.
onRemoteVideoStats(List<NERtcVideoRecvStats> statsList) → void
Get notified when the stats of a remote video stream in the call are collected The message sent by this callback describes the stats of the video stream in a peer-to-peer call from the remote user. The callback is triggered every 2 seconds.
onRtcStats(NERtcStats stats) → void
Get notified of the stats of the current call is collected The SDK reports the stats of the current call to the app on a regular basis. The callback is triggered every 2 seconds.
toString() String
A string representation of this object.
inherited

Operators

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