Crate servo_media_webrtc
source ·Re-exports
pub use datachannel::DataChannelEvent;
pub use datachannel::DataChannelId;
pub use datachannel::DataChannelInit;
pub use datachannel::DataChannelMessage;
pub use datachannel::DataChannelState;
pub use thread::WebRtcController;
Modules
Structs
https://www.w3.org/TR/webrtc/#rtcicecandidate-interface
https://www.w3.org/TR/webrtc/#rtcsessiondescription-class
Enums
https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection#RTCBundlePolicy_enum
https://www.w3.org/TR/webrtc/#rtcicegatheringstate-enum
https://www.w3.org/TR/webrtc/#rtciceconnectionstate-enum
https://www.w3.org/TR/webrtc/#rtcsdptype
https://www.w3.org/TR/webrtc/#rtcsignalingstate-enum
Traits
This trait is implemented by backends and should never be used directly by
the client. Use WebRtcController instead