Add Livekit server integration

This commit is contained in:
mplorentz
2026-03-02 17:09:49 -05:00
parent d0520bbe3c
commit e8a042c776
8 changed files with 442 additions and 67 deletions
+6
View File
@@ -49,6 +49,12 @@ type Config struct {
Enabled bool `toml:"enabled" json:"enabled"`
} `toml:"blossom" json:"blossom"`
Livekit struct {
ServerURL string `toml:"server_url" json:"server_url"`
APIKey string `toml:"api_key" json:"api_key"`
APISecret string `toml:"api_secret" json:"api_secret"`
} `toml:"livekit" json:"livekit"`
Roles map[string]Role `toml:"roles" json:"roles"`
// Private/parsed values