onNetworkQuality method Null safety
- List<
NERtcNetworkQualityInfo> statsList
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.
Implementation
void onNetworkQuality(List<NERtcNetworkQualityInfo> statsList);