mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
fix: remove invalid active_loopback_prevention from LiveKit config
Field doesn't exist in current LiveKit SFU AudioConfig struct, causing YAML unmarshal error on startup.
This commit is contained in:
@@ -73,9 +73,6 @@ keys:
|
||||
|
||||
logging:
|
||||
level: info
|
||||
|
||||
audio:
|
||||
active_loopback_prevention: true
|
||||
`, p.cfg.LiveKitAPIKey, p.cfg.LiveKitAPISecret)
|
||||
|
||||
if err := os.MkdirAll(p.dataDir, 0o755); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user