mirror of
https://github.com/tooot-app/app
synced 2025-01-23 07:12:02 +01:00
parent
2516b9753b
commit
955478c605
@ -4,8 +4,8 @@ import log from './log'
|
||||
const audio = () => {
|
||||
log('log', 'audio', 'setting audio playback default options')
|
||||
Audio.setAudioModeAsync({
|
||||
interruptionModeIOS: InterruptionModeIOS.DuckOthers,
|
||||
interruptionModeAndroid: InterruptionModeAndroid.DuckOthers,
|
||||
interruptionModeIOS: InterruptionModeIOS.DoNotMix,
|
||||
interruptionModeAndroid: InterruptionModeAndroid.DoNotMix,
|
||||
playsInSilentModeIOS: true,
|
||||
staysActiveInBackground: false
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user