Cargo Features

[dependencies]
tx5 = { version = "0.1.1-beta", default-features = false, features = ["backend-go-pion", "backend-webrtc-rs"] }
default = backend-go-pion

The backend-go-pion feature is set by default whenever tx5 is added without default-features = false somewhere in the dependency tree.

backend-go-pion default

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