When I use navigator.mediaDevices.getDisplayMedia() it will give the user a selection of windows and tabs to choose from media stream API selection choice When the use makes a selection chrome will navigate to the tab/screen/window the user selected to share with the getDisplayMidia()
Is there a way for the user to select the screen to share without chrome navigating to it but rather staying on the same webpage?
Thank you!