I have been referencing https://www.electronjs.org/docs/latest/api/desktop-capturer and https://stackoverflow.com/questions/72424013/electron-js-use-desktopcapture-outside-main-js.
Any tips on how to approach this as a beginner? Are there similar projects I can reference? The ones I found are out of date.
Access information about media sources that can be used to capture audio and video from the desktop using the navigator.mediaDevices.getUserMedia API.