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"
/// livekit_service_url = "https://livekit.yourdomain.com"
/// ```
///
/// default: []
#[serde(default)]
pub rtc_transports: Vec<serde_json::Value>,
}