RCRTCStatsListener class abstract

Constructors

RCRTCStatsListener()

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
onLiveMixAudioStats(RCRTCRemoteAudioStats stats) → void
onLiveMixMemberAudioStats(String userId, int volume) → void
onLiveMixMemberCustomAudioStats(String userId, String tag, int volume) → void
onLiveMixVideoStats(RCRTCRemoteVideoStats stats) → void
onLocalAudioStats(RCRTCLocalAudioStats stats) → void
onLocalCustomAudioStats(String tag, RCRTCLocalAudioStats stats) → void
onLocalCustomVideoStats(String tag, RCRTCLocalVideoStats stats) → void
onLocalVideoStats(RCRTCLocalVideoStats stats) → void
onNetworkStats(RCRTCNetworkStats stats) → void
onRemoteAudioStats(String roomId, String userId, RCRTCRemoteAudioStats stats) → void
onRemoteCustomAudioStats(String roomId, String userId, String tag, RCRTCRemoteAudioStats stats) → void
onRemoteCustomVideoStats(String roomId, String userId, String tag, RCRTCRemoteVideoStats stats) → void
onRemoteVideoStats(String roomId, String userId, RCRTCRemoteVideoStats stats) → void
toString() String
A string representation of this object.
inherited

Operators

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