Disable custom audio config by default for internal users.

This commit is contained in:
Jim Gustafson
2026-07-01 07:31:12 -07:00
committed by Michelle Tang
parent 1ee4c590b7
commit 7d39ad04e3
@@ -144,7 +144,7 @@ class InternalValues internal constructor(store: KeyValueStore) : SignalStoreVal
/**
* Whether or not to override the audio settings from the remote configuration.
*/
var callingSetAudioConfig by booleanValue(CALLING_SET_AUDIO_CONFIG, true).falseForExternalUsers()
var callingSetAudioConfig by booleanValue(CALLING_SET_AUDIO_CONFIG, false).falseForExternalUsers()
/**
* If overriding the audio settings, use the Oboe ADM or not.