Add empty config default for rtc_transports to not generate false.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
6f34b8e9ca
commit
f77bd41837
2 changed files with 3 additions and 1 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue