I’m using RecordRTC for screen recording on my website.
I want to wait for 5 seconds and show a timer-like thing AFTER THE USER HAS SELECTED THE WINDOW|TAB to record the screen on.
Basically I’m interested on some browser events that will be fired when the user selects the window|tab to perform screen recording on.
Is this possible? Thx in advance.
2
Answers
something like this ?
(it has to be inside and async function)
You can use window.onfocus a timeout function.