Home
last modified time | relevance | path

Searched refs:fetch_inbound_stats (Results 1 – 2 of 2) sorted by relevance

/webrtc/interceptor/src/stats/
H A Dinterceptor.rs128 pub async fn fetch_inbound_stats( in fetch_inbound_stats() method
913 let snapshots = icpr.fetch_inbound_stats(vec![123456]).await; in test_stats_interceptor_rtp()
1139 let snapshots = icpr.fetch_inbound_stats(vec![123456]).await; in test_stats_interceptor_rtcp()
1175 let snapshots = icpr.fetch_inbound_stats(vec![123456]).await; in test_stats_interceptor_rtcp()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs1234 .fetch_inbound_stats(track_infos.iter().map(|t| t.ssrc).collect()) in collect_inbound_stats()