Add empty config default for rtc_transports to not generate false.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-11-06 13:41:43 +00:00
parent 6f34b8e9ca
commit f77bd41837
2 changed files with 3 additions and 1 deletions

View File

@@ -2178,6 +2178,8 @@ pub struct WellKnownConfig {
/// type = "livekit" /// type = "livekit"
/// livekit_service_url = "https://livekit.yourdomain.com" /// livekit_service_url = "https://livekit.yourdomain.com"
/// ``` /// ```
///
/// default: []
#[serde(default)] #[serde(default)]
pub rtc_transports: Vec<serde_json::Value>, pub rtc_transports: Vec<serde_json::Value>,
} }

View File

@@ -1864,7 +1864,7 @@
# livekit_service_url = "https://livekit.yourdomain.com" # livekit_service_url = "https://livekit.yourdomain.com"
# ``` # ```
# #
#rtc_transports = false #rtc_transports = []
#[global.blurhashing] #[global.blurhashing]