diff --git a/app/mobile/src/context/useRingContext.hook.js b/app/mobile/src/context/useRingContext.hook.js index 410afd77..cc0b8b8c 100644 --- a/app/mobile/src/context/useRingContext.hook.js +++ b/app/mobile/src/context/useRingContext.hook.js @@ -468,6 +468,7 @@ export function useRingContext() { if (track.kind === 'video') { videoTrack.current = track; pc.current.addTrack(track, stream); + InCallManager.setForceSpeakerphoneOn(true); const localStream = new MediaStream(); localStream.addTrack(track, localStream); updateState({ localVideo: true, localStream });