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 default-features = false somewhere in the dependency tree.

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