NERtcNetworkQualityInfo.fromMap constructor

NERtcNetworkQualityInfo.fromMap(
  1. Map stats
)

Implementation

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