Module tokio

Source
Available on crate feature tokio only.

Re-exports§

pub use certificate::Certificate;

Modules§

certificate

Structs§

Connection
A WebRTC connection, wrapping [RTCPeerConnection] and implementing [StreamMuxer] trait.
Fingerprint
A certificate fingerprint that is assumed to be created using the SHA256 hash algorithm.
Transport
A WebRTC transport with direct p2p communication (without a STUN server).

Enums§

Error
Error in WebRTC.