react-native-webrtc / react-native-webrtc/react-native-callkeep
[iOS] hold/unhold issue
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 511
- Avg merge
- 9h 12m
- Merged PRs (30d)
- 2
Description
Bug report
-
I've checked the example to reproduce the issue.
-
Reproduced on:
-
Android
-
iOS
Description
I am using jssip with callkeep to manage calls in our app and I have an issue with hold/unhold functionality. When the call is in progress and all is good trying to hold a call RNCallKeep.setOnHold(uuid, true) works but when I try to unhold it audio and microphone is not working. Only when user toggles the audio route it starts working.
I've tried to leave jssip out to isolate issue.
Also checked this one #80 #123
Any help is appreciated!
Steps to Reproduce
- Make an outbound/inbound call
- Set it on hold
- Try to unhold it and no audio is heard
- Change audio route (toggle speaker) and it works
Versions
- Callkeep: ^4.3.12
- React Native: ^0.72.7
- iOS: 17.2
- Android:
- Phone model: iPhone 15 Pro
Logs
N/A
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
Start with the linked example and reproduce the outbound or inbound call flow using RNCallKeep.setOnHold(uuid, true), then test unhold on iOS 17.2. Check the related issues #80 and #123 for existing context. Done means audio and microphone work immediately after unhold without toggling the audio route.
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