Searched refs:PeerConnection (Results 1 – 6 of 6) sorted by relevance
17 …:8080). This will automatically start a PeerConnection. This page will now prints stats about the …21 * `ICE Connection States` will contain all the connection states the PeerConnection moves through.
39 |:PeerConnection| |:PeerConnection|
43 PeerConnection, enumerator70 PeerConnection(PeerConnectionStats), enumerator104 StatsReportType::PeerConnection(stats) => stats.serialize(serializer), in serialize()431 stats_type: RTCStatsType::PeerConnection, in new()
3 reflect demonstrates how with one PeerConnection you can send video to webrtc-rs and have the packe…
8 …how to have webrtc-rs send back to the user exactly what it receives using the same PeerConnection.11 …le, but demonstrates how you can add/remove video tracks from an already negotiated PeerConnection.
18 use crate::stats::StatsReportType::{PeerConnection, SCTPTransport};387 reports.insert(peer_connection_id, PeerConnection(peer_connection_stats)); in collect_stats()