react-native-webrtc / react-native-webrtc/react-native-incall-manager
Mute button not working in native call UI in iOS lockscreen
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 597
- Forks
- 201
- Avg merge
- 2h 42m
- Merged PRs (30d)
- 1
Description
Steps:
- Receiving call when the iPhone is in lock state.
- Slide to answer the call to display native call screen.
- Tap on Mute button ( the first left button on the first row with microphone icon )
Expectation: it should mute the local audio stream.
Actual: The local audio stream still is there.
Tried to disable local audio stream or remove local stream did not help. I think this functionality should be handled by InCallManager like it did with Speaker button in the same screen so I assumed this is an issue from the library.
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
Reproduce the issue using the listed iPhone lock-screen call steps, then inspect the library's native iOS call UI handling and how the Speaker button is connected. The work is done when tapping Mute in the native call screen disables the local audio stream, without relying on application-level stream removal.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, 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