Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setAudioRoute not working in IOS #820

Open
2 tasks
SamarthKadam opened this issue Nov 29, 2024 · 0 comments
Open
2 tasks

setAudioRoute not working in IOS #820

SamarthKadam opened this issue Nov 29, 2024 · 0 comments

Comments

@SamarthKadam
Copy link

SamarthKadam commented Nov 29, 2024

Bug report

  • I've checked the example to reproduce the issue.

  • Reproduced on:

  • iOS

Description

Im building an Video call app which uses Stream sdk where Im working on audioroute functionality. Im not able to settheaudio route.

Steps to Reproduce

So I was trying to change the audio route in IOS. I first getAudioRoutes It gives me [{"name": "Speaker", "selected": true, "type": "Speaker"}, {"name": "iPhone Microphone", "type": "Phone"}].
After that I try to set using await RNCallKeep.setAudioRoute(uuid, routeName); with routeName as name. But this function is not setting the audio route.

Versions

- Callkeep:4.3.13
- React Native: 0.72
- iOS: 18.1.1
- Phone model:  Iphone 11

Logs

Im not even able to see any logs.

Paste here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant