Viktoriia преди 2 месеца
родител
ревизия
c908b245ba

+ 0 - 2
src/screens/InAppScreens/MessagesScreen/ChatScreen/index.tsx

@@ -206,8 +206,6 @@ const ChatScreen = ({ route }: { route: any }) => {
     setAudioModeAsync({
       allowsRecording: false,
       playsInSilentMode: true,
-      shouldPlayInBackground: true,
-      shouldRouteThroughEarpiece: true,
       interruptionModeAndroid: 'duckOthers',
       interruptionMode: 'mixWithOthers'
     });

+ 0 - 2
src/screens/InAppScreens/MessagesScreen/GroupChatScreen/index.tsx

@@ -248,8 +248,6 @@ const GroupChatScreen = ({ route }: { route: any }) => {
     setAudioModeAsync({
       allowsRecording: false,
       playsInSilentMode: true,
-      shouldPlayInBackground: true,
-      shouldRouteThroughEarpiece: true,
       interruptionModeAndroid: 'duckOthers',
       interruptionMode: 'mixWithOthers'
     });