Add livekit config option

This commit is contained in:
Jon Staab
2026-03-03 11:45:57 -08:00
parent 0482c2710a
commit 01d9d3bd05
9 changed files with 45 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ pub struct RelayConfig {
pub groups: Option<serde_json::Value>,
pub management: Option<serde_json::Value>,
pub blossom: Option<serde_json::Value>,
pub livekit: Option<serde_json::Value>,
pub push: Option<serde_json::Value>,
}