搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

When will be available: Webrtc screensharing with sound and private fields support in JS

  • 無回覆
  • 1 有這個問題
  • 1 次檢視
more options

When I started to learn a bit about Javascript and Webrtc technology, I encountered the problem that Firefox does not support capturing the sound of the entire computer (while Chrome can do this) and does not support capturing the sound of the application (Chrome can't do this either, and it's very bad). To be more specific, the MediaDevices.getDisplayMedia() method does not have audio capture support. And Firefox doesn't support private fields (Chrome does). All this is described on https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia and https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Classes/Class_fields. It is very interesting, is this planned to be implemented in Firefox, and if so, when? It seems to me that this would be very useful for developers that trying to build some open free projects based on WebRTC Technology. Thank you in advance for your answer. And sorry for my english if I made a mistake somewhere.

When I started to learn a bit about Javascript and Webrtc technology, I encountered the problem that Firefox does not support capturing the sound of the entire computer (while Chrome can do this) and does not support capturing the sound of the application (Chrome can't do this either, and it's very bad). To be more specific, the MediaDevices.getDisplayMedia() method does not have audio capture support. And Firefox doesn't support private fields (Chrome does). All this is described on https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia and https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Classes/Class_fields. It is very interesting, is this planned to be implemented in Firefox, and if so, when? It seems to me that this would be very useful for developers that trying to build some open free projects based on WebRTC Technology. Thank you in advance for your answer. And sorry for my english if I made a mistake somewhere.