RTCRemoteInboundRtpStreamStats constructor
      
      RTCRemoteInboundRtpStreamStats({})
     
    
    
Implementation
external factory RTCRemoteInboundRtpStreamStats(
    {String? localId,
    double? roundTripTime,
    double? totalRoundTripTime,
    double? fractionLost,
    int? roundTripTimeMeasurements});