Hi,
We record windows desktop screen using navigator.mediaDevices.getUserMedia api. When the machine is locked (Win + l) during active desktop screen recording, recording (MediaStream) stopped and doesn't resume after unlocking the machine.
Is there a chromium flag/option to make recording (MediaStream) resume on unlocking the machine. Web Camera's MediaStream is getting stopped on machine lock and resumed on unlocking machine. And also I would like to understand why this is being handled in this manner for screen sharing/recording, compared to streaming web camera. Could you please let me know reasoning behind this ?
Please see https://chromium.googlesource.com/chrom ... ger.cc#963 and https://chromium.googlesource.com/chrom ... ger.cc#934