CallStatsPanel constructor
const
CallStatsPanel({})
Implementation
const CallStatsPanel({
super.key,
required this.codec,
required this.bitrateKbps,
required this.packetLossPct,
required this.jitterMs,
required this.rttMs,
});