diff --git a/src/core/config/mod.rs b/src/core/config/mod.rs index 78a9eb85..998b3fb1 100644 --- a/src/core/config/mod.rs +++ b/src/core/config/mod.rs @@ -2178,6 +2178,8 @@ pub struct WellKnownConfig { /// type = "livekit" /// livekit_service_url = "https://livekit.yourdomain.com" /// ``` + /// + /// default: [] #[serde(default)] pub rtc_transports: Vec, } diff --git a/tuwunel-example.toml b/tuwunel-example.toml index 5122966a..d7926cbb 100644 --- a/tuwunel-example.toml +++ b/tuwunel-example.toml @@ -1864,7 +1864,7 @@ # livekit_service_url = "https://livekit.yourdomain.com" # ``` # -#rtc_transports = false +#rtc_transports = [] #[global.blurhashing]