Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Kuaave

enumerateDevices() still doesn't work

  • 2 Mbohovái
  • 0 oguereko ko apañuãi
  • 27 Hecha
  • Mbohovái ipaháva Jamie Taylor

more options

Despite being listed as supported on: https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices

enumerateDevices() still only returns input devices. Running navigator.mediaDevices.enumerateDevices().then(devices => console.log(devices)); in the Firefox console only shows input devices while on Chrome it shows output devices.

I use a website that supports playing from multiple output devices so when receiving a phone call, your desktop speakers and your headset can ring at the same time. This works in Chrome but it doesn't in Firefox.

Despite being listed as supported on: https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices enumerateDevices() still only returns input devices. Running navigator.mediaDevices.enumerateDevices().then(devices => console.log(devices)); in the Firefox console only shows input devices while on Chrome it shows output devices. I use a website that supports playing from multiple output devices so when receiving a phone call, your desktop speakers and your headset can ring at the same time. This works in Chrome but it doesn't in Firefox.
Mba’erechaha japyhypyre oñondivegua

Opaite Mbohovái (2)

more options

Try to test it there -> https://jan-ivar.github.io/dummy/enumerate.html

Click Start both and then Enumerate devices.

more options

I've enabled some extra output devices and reopened both browsers. I've gone to the link and pressed Start Both! and then Enumerate Devices! and I've posted the screenshots below. With Firefox I get the default device and Nvidia Broadcast but on Chrome I get everything.