Home
last modified time | relevance | path

Searched refs:get_stats (Results 1 – 4 of 4) sorted by relevance

/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_test.rs335 let offer_stats = pc_offer.get_stats().await; in test_get_stats()
359 let answer_stats = pc_answer.get_stats().await; in test_get_stats()
H A Dmod.rs2031 pub async fn get_stats(&self) -> StatsReport { in get_stats() method
2033 .get_stats(self.get_stats_id().to_owned()) in get_stats()
H A Dpeer_connection_internal.rs1178 pub(super) async fn get_stats(&self, stats_id: String) -> StatsCollector { in get_stats() method
/webrtc/webrtc/
H A DCHANGELOG.md155 * We now provide stats reporting via the standardized `RTCPeerConnection::get_stats` method.