We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d80a59 commit 949daf3Copy full SHA for 949daf3
modeling-cmds/src/websocket.rs
@@ -524,7 +524,7 @@ pub struct ClientMetrics {
524
/// [here](https://www.w3.org/TR/webrtc-stats/#dom-rtcremoteinboundrtpstreamstats-roundtriptime)
525
///
526
/// https://www.w3.org/TR/webrtc-stats/#dom-rtcicecandidatepairstats-currentroundtriptime
527
- pub rtc_stun_rtt_sec: u32,
+ pub rtc_stun_rtt_sec: f32,
528
}
529
530
/// ICECandidate represents a ice candidate
0 commit comments