Skip to content

Commit 949daf3

Browse files
committed
update type
1 parent 6d80a59 commit 949daf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modeling-cmds/src/websocket.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ pub struct ClientMetrics {
524524
/// [here](https://www.w3.org/TR/webrtc-stats/#dom-rtcremoteinboundrtpstreamstats-roundtriptime)
525525
///
526526
/// https://www.w3.org/TR/webrtc-stats/#dom-rtcicecandidatepairstats-currentroundtriptime
527-
pub rtc_stun_rtt_sec: u32,
527+
pub rtc_stun_rtt_sec: f32,
528528
}
529529

530530
/// ICECandidate represents a ice candidate

0 commit comments

Comments
 (0)