Skip to content

setAudioRoute not working in IOS #820

Description

@SamarthKadam

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions