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