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

[Mac, iPad, iPhone] enumerateDevices does not load audio outputs #1037

Open
ollyde opened this issue Aug 3, 2022 · 4 comments
Open

[Mac, iPad, iPhone] enumerateDevices does not load audio outputs #1037

ollyde opened this issue Aug 3, 2022 · 4 comments

Comments

@ollyde
Copy link

ollyde commented Aug 3, 2022

Flutter 3.0.5

Calling this function
await navigator.mediaDevices.enumerateDevices()

Does not produce audio outputs

182596861-798ed604-951a-4d02-aa84-3b638ba88ebd

We have no way to switch audio-outputs for multiple reasons

Think apps that play media (very common)
Apps that do WebRTC
Apps that are music players
Etc

!!! Have not tested on Windows/Android or Web

I wasn't sure if this was a native flutter issue or this library, so also logged it here: flutter/flutter#108874

@cloudwebrtc
Copy link
Member

This PR fixes audio outputs device enumeration on macOS/Windows/Android.

#1030

@bfamzz
Copy link

bfamzz commented Aug 3, 2022

This PR fixes audio outputs device enumeration on macOS/Windows/Android.

#1030

@cloudwebrtc Wondering why iOS is not here. Does device enumeration work out-of-the-box for iOS?

Thanks.

@cloudwebrtc
Copy link
Member

@bfamzz
Copy link

bfamzz commented Aug 4, 2022

Alright @cloudwebrtc

Thanks.

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

3 participants