-
Notifications
You must be signed in to change notification settings - Fork 156
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
Support to audio output route ear/speaker #173
Labels
Comments
For now you can use IncallManager library for that. |
Using InCallManager( https://www.npmjs.com/package/react-native-incall-manager) doesn't work for me. Anyone had any success with it? Is there any other way to route audio through the earpiece rather than the default speaker? |
Yeah, it does not work with OT. |
Would require this feature as well. Is there any update on this? |
Duplicate of #159 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It will be nice if we have audioOutputRoute property explicit at OTSubscriber object.
<OTSubscriber audioOutputRoute={"ear"} />
or
<OTSubscriber audioOutputRoute={"speaker"} />
The text was updated successfully, but these errors were encountered: