Docs.rs
web-datachannel-0.2.0
web-datachannel 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
coevolutions
Dependencies
js-sys ^0.3
normal
log ^0.4
normal
serde ^1
normal
serde-wasm-bindgen ^0.4
normal
thiserror ^1
normal
wasm-bindgen ^0.2
normal
wasm-bindgen-futures ^0.4
normal
web-sys ^0.3
normal
async-channel ^2
dev
async-notify ^0.3
dev
console_error_panic_hook ^0.1
dev
wasm-bindgen-test ^0.3
dev
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
web_
datachannel
0.2.0
SdpType
Aliased Type
Variants
Answer
Offer
Pranswer
Rollback
In crate web_
datachannel
web_datachannel
Type Alias
SdpType
Copy item path
Source
pub type SdpType =
RtcSdpType
;
Aliased Type
§
enum SdpType { Offer = 0, Pranswer = 1, Answer = 2, Rollback = 3, }
Variants
§
§
Offer = 0
§
Pranswer = 1
§
Answer = 2
§
Rollback = 3