onNetworkQuality method Null safety

void onNetworkQuality(
  1. 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);