mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-04 20:34:14 +01:00
Disable custom audio config by default for internal users.
This commit is contained in:
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.
|
||||
|
||||
Reference in New Issue
Block a user