NERtcNetworkQualityInfo.fromMap constructor
NERtcNetworkQualityInfo.fromMap(
- Map stats
Implementation
NERtcNetworkQualityInfo.fromMap(Map stats)
: uid = stats['uid'],
txQuality = stats['txQuality'],
rxQuality = stats['rxQuality'];