Cargo Features
[dependencies]
tx5-connection = { 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-connection
is added without
somewhere in the dependency tree.default-features = false - backend-libdatachannel default
-
use the libdatachannel crate as the webrtc backend
Enables datachannel
- datachannel-vendored default
-
Enables vendored of datachannel
- backend-go-pion
-
use the tx5-go-pion crate as the webrtc backend
Enables tx5-go-pion
- backend-webrtc-rs
-
use the webrtc-rs crate as the webrtc backend