I am trying to make screen black when a screen recorder is on and user is viewing videos in fullscreen. Is it possible with js?
Thank you.
I am trying to make screen black when a screen recorder is on and user is viewing videos in fullscreen. Is it possible with js?
Thank you.
I dont think there is an way do that using javascript till now , but u can disable in built windows screen recorder by adding keyeventlisteners to windows key + g , you can do only this with javascript...