RtcRemoteInboundRtp constructor
const
RtcRemoteInboundRtp({})
Implementation
const RtcRemoteInboundRtp({
super.id,
super.type,
super.timestamp,
this.transportId,
this.kind,
this.outboundId,
this.codecId,
this.ssrc,
this.jitter,
this.roundTripTimeMeasurements,
this.roundTripTime,
this.totalRoundTripTime,
this.fractionLost,
this.packetsLost,
});