Registry / networking / webrtc

webrtc

JSON →
library0.17.1rscratesunverified

A pure Rust implementation of the WebRTC API for real-time communication.

# Cargo.toml [dependencies] webrtc = "0.17.1"
INSTALL
IMPORT
SIG · WEBRTC
W
webrtc
networkingrustv0.17.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

API
use webrtc::api::API;

Creates a new WebRTC API instance.

use webrtc::api::API; fn main() { let api = API::new(); println!("WebRTC API created"); }
Debug
Known issues
gotchaRequires async runtime (tokio) and may need additional features for ICE/STUN/TURN.
fix
Add `features = ["tokio"]` and ensure tokio runtime is active.
affects: >=0.17.0
Upgrade
Version history
0.17.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
webrtc — cargo add webrtc · libregistry