makes disableAudioFocus flag generic, so it can be used also from iOS

This commit is contained in:
tmoldovan8x8
2021-03-11 15:13:24 +02:00
committed by GitHub
parent c508572cc5
commit 751644db16
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ export const ADD_PEOPLE_ENABLED = 'add-people.enabled';
* Used by apps that do not use Jitsi audio.
* Default: disabled (false)
*/
export const ANDROID_AUDIO_FOCUS_DISABLED = 'android.audio-focus.disabled';
export const AUDIO_FOCUS_DISABLED = 'audio-focus.disabled';
/**
* Flag indicating if the audio mute button should be displayed.