Continue recording with getDisplayMedia on page after reload
问题 I'm recording my screen on a webpage with navigator.mediaDevices.getDisplayMedia . But when I reload the page, it stops. I'd like to automatically continue recording. Is it possible? Maybe I could use the localstorage somehow, that the reloaded page would try to record again, but then the prompt to choose the screen to record appears again, but I'd like to have picked the same screen to record automatically as before, so that the users aren't bothered after every page reload. Is there any way