Add Livekit server integration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user