mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 19:55:41 +00:00
11 lines
403 B
Go
11 lines
403 B
Go
package clientconfiguration
|
|
|
|
// configurations for livekit-client, add more configuration to StaticConfigurations as need
|
|
var StaticConfigurations = []ConfigurationItem{
|
|
// {
|
|
// Match: &ScriptMatch{Expr: `c.protocol <= 5 || c.browser == "firefox"`},
|
|
// Configuration: &livekit.ClientConfiguration{ResumeConnection: livekit.ClientConfigSetting_DISABLED},
|
|
// Merge: false,
|
|
// },
|
|
}
|