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§

datachannel
thread

Structs§

IceCandidate
https://www.w3.org/TR/webrtc/#rtcicecandidate-interface
SessionDescription
https://www.w3.org/TR/webrtc/#rtcsessiondescription-class

Enums§

BundlePolicy
https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection#RTCBundlePolicy_enum
DescriptionType
GatheringState
https://www.w3.org/TR/webrtc/#rtcicegatheringstate-enum
IceConnectionState
https://www.w3.org/TR/webrtc/#rtciceconnectionstate-enum
SdpType
https://www.w3.org/TR/webrtc/#rtcsdptype
SignalingState
https://www.w3.org/TR/webrtc/#rtcsignalingstate-enum
WebRtcError

Traits§

WebRtcBackend
WebRtcControllerBackend
This trait is implemented by backends and should never be used directly by the client. Use WebRtcController instead
WebRtcSignaller

Type Aliases§

WebRtcDataChannelResult
WebRtcResult