Add empty config default for rtc_transports to not generate false.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -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>,
|
||||
}
|
||||
|
||||
@@ -1864,7 +1864,7 @@
|
||||
# livekit_service_url = "https://livekit.yourdomain.com"
|
||||
# ```
|
||||
#
|
||||
#rtc_transports = false
|
||||
#rtc_transports = []
|
||||
|
||||
#[global.blurhashing]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user