Our goal is to create a unique user interface that showcases the available screen sharing applications on the computer. Using WebRTC, users can then select which application they want to share.
However, when using
navigator.mediaDevices.getDisplayMedia()
, the browser's default pop-up box is utilized to display the current shareable applications. How can we access and incorporate a list of shareable screen application data into our own UI?