Searched refs:get_stats (Results 1 – 4 of 4) sorted by relevance
335 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()
2031 pub async fn get_stats(&self) -> StatsReport { in get_stats() method2033 .get_stats(self.get_stats_id().to_owned()) in get_stats()
1178 pub(super) async fn get_stats(&self, stats_id: String) -> StatsCollector { in get_stats() method
155 * We now provide stats reporting via the standardized `RTCPeerConnection::get_stats` method.