react-native-webrtc / react-native-webrtc/react-native-callkeep

[iOS] hold/unhold issue

Open
#762 8 comments 0 reactions 0 assignees View on GitHub

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

  1. Make an outbound/inbound call
  2. Set it on hold
  3. Try to unhold it and no audio is heard
  4. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.