Suppose I own a website called https://stackoverflow.com, so when a user visits that website, I want to record the video of the screen (just like employee monitoring tools do) and save the video in database. I searched a lot online but no luck. Is it possible? Any suggestions?
I tried the code given in codesandbox, it gets video in iframe
using requestAnimationFrame
but how to convert it into a video file?