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§
- IceCandidate
- https://www.w3.org/TR/webrtc/#rtcicecandidate-interface
- Session
Description - https://www.w3.org/TR/webrtc/#rtcsessiondescription-class
Enums§
- Bundle
Policy - https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection#RTCBundlePolicy_enum
- Description
Type - Gathering
State - https://www.w3.org/TR/webrtc/#rtcicegatheringstate-enum
- IceConnection
State - https://www.w3.org/TR/webrtc/#rtciceconnectionstate-enum
- SdpType
- https://www.w3.org/TR/webrtc/#rtcsdptype
- Signaling
State - https://www.w3.org/TR/webrtc/#rtcsignalingstate-enum
- WebRtc
Error
Traits§
- WebRtc
Backend - WebRtc
Controller Backend - This trait is implemented by backends and should never be used directly by the client. Use WebRtcController instead
- WebRtc
Signaller