You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Logs
Im not even able to see any logs.
The text was updated successfully, but these errors were encountered: