Cargo Features
[dependencies]
tx5 = { version = "0.3.0-beta", default-features = false, features = ["backend-libdatachannel", "datachannel-vendored", "backend-go-pion", "backend-webrtc-rs"] }
- default = backend-libdatachannel, datachannel-vendored
-
These default features are set whenever
tx5
is added without
somewhere in the dependency tree.default-features = false - backend-libdatachannel default
-
use the libdatachannel crate as the webrtc backend
Enables backend-libdatachannel of tx5-connection
- datachannel-vendored default
-
vendor the datachannel library
Enables datachannel-vendored of tx5-connection
- backend-go-pion
-
use the tx5-go-pion crate as the webrtc backend
Enables backend-go-pion of tx5-connection
- backend-webrtc-rs
-
use the webrtc-rs crate as the webrtc backend
Enables backend-webrtc-rs of tx5-connection