We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ed12c commit ee79c6bCopy full SHA for ee79c6b
webrtc/src/peer_connection/mod.rs
@@ -179,9 +179,10 @@ struct NegotiationNeededParams {
179
check_negotiation_needed_params: CheckNegotiationNeededParams,
180
}
181
182
-/// PeerConnection represents a WebRTC connection that establishes a
183
-/// peer-to-peer communications with another PeerConnection instance in a
184
-/// browser, or to another endpoint implementing the required protocols.
+/// Represents an individual connection between a local device and a remote peer.
+///
+/// A high-level overview of how peer connections work is available in the [crate-level
185
+/// documentation](crate).
186
pub struct RTCPeerConnection {
187
stats_id: String,
188
idp_login_url: Option<String>,
0 commit comments