While using MediaRecorder to record the canvas and its animation, if I minimize the browser or switch the tab, the recorder will:
- In Chrome, nothing is recorded;
- In FireFox, only some frames are recorded, which is also not working.
My Question is:
How to keep recording while user switch tabs or minimize their browser?
Thanks!