react-native-webrtc / react-native-webrtc/react-native-incall-manager
Sometimes Speaker is OFF and I can't hear Video Call on Loud Speaker (IOS)
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 597
- Forks
- 201
- Avg merge
- 2h 42m
- Merged PRs (30d)
- 1
Description
Description
On Video Calls to my IOS device, sometimes the Video Call Speakerphone is off and I cannot hear. I can only hear the sound if I put the device to my ear. The code I have using IncallManager should always have Speaker Phone on.
Most of the time, it works fine.
Code
InCallManager.start({ media: 'video', auto: true });
InCallManager.setSpeakerphoneOn(true);
InCallManager.setForceSpeakerphoneOn(true)
Versions
- IncallManager: Latest
- React Native: 0.63.2
- IOS: 13.5.1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Start by reproducing the intermittent behavior on iOS 13.5.1 with the shown InCallManager.start and speakerphone calls, then trace the iOS audio-route handling. Done means video calls consistently keep the speakerphone enabled and the behavior is covered by an appropriate test or reproducible check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, javascript, react-native
- Domain
- audio-video-rtc, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100