Home
last modified time | relevance | path

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

/webrtc/interceptor/src/stats/
H A Dinterceptor.rs150 pub async fn fetch_outbound_stats( in fetch_outbound_stats() method
921 let snapshots = icpr.fetch_outbound_stats(vec![234567]).await; in test_stats_interceptor_rtp()
1041 let snapshots = icpr.fetch_outbound_stats(vec![234567]).await; in test_stats_interceptor_rtcp()
1151 let snapshots = icpr.fetch_outbound_stats(vec![234567]).await; in test_stats_interceptor_rtcp()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs1364 .fetch_outbound_stats(track_infos.iter().map(|t| t.ssrc).collect()) in collect_outbound_stats()