Home
last modified time | relevance | path

Searched refs:PeerConnection (Results 1 – 6 of 6) sorted by relevance

/webrtc/examples/examples/ice-restart/
H A DREADME.md17 …: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.
/webrtc/examples/examples/data-channels-flow-control/
H A DREADME.md39 |:PeerConnection| |:PeerConnection|
/webrtc/webrtc/src/stats/
H A Dmod.rs43 PeerConnection, enumerator
70 PeerConnection(PeerConnectionStats), enumerator
104 StatsReportType::PeerConnection(stats) => stats.serialize(serializer), in serialize()
431 stats_type: RTCStatsType::PeerConnection, in new()
/webrtc/examples/examples/reflect/
H A DREADME.md3 reflect demonstrates how with one PeerConnection you can send video to webrtc-rs and have the packe…
/webrtc/examples/examples/
H A DREADME.md8 …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.
/webrtc/webrtc/src/sctp_transport/
H A Dmod.rs18 use crate::stats::StatsReportType::{PeerConnection, SCTPTransport};
387 reports.insert(peer_connection_id, PeerConnection(peer_connection_stats)); in collect_stats()