-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Option to always use speaker instead of earpiece #94
Comments
Is it even possible for mobile phones to another output when you have another one connected and set? |
Well, I'm not sure about it. But what I was thinking was an option to always use speaker, so that it doesn't need to change on the fly. I'll do some research. |
https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/setSinkId This is what I found... but I have no clue how to use it. |
Ok, setSinkId is NOT available for Chrome on Android, thus Webview (HA Companion App). I think the only solution is either something in JsSIP or in HA Companion App. |
In my HA companion app when talking to the doorbell it does not make sense to use earpiece since I also want to view video.
The text was updated successfully, but these errors were encountered: