getDisplayMedia: the browser standard
navigator.mediaDevices.getDisplayMedia(), a native, permission-gated way to capture screens. The OS-level dialog you see is the browser asking you (not us) what to share. We never have access to your screen unless you actively pick it from that dialog. Once recording stops, the stream is closed and nothing persists.Permission-gated, OS-level: the most secure capture model on the web.