streamproc/MediaStreamRecorder

Example of how to record the screen?

Closed this issue · 1 comments

Hi,

I saw this mentions it can record the screen, tabs etc but none of the examples demonstrate this. Any ideas of how to go about this? I tried navigator.mediaDevices.getDisplayMedia but it says:

TypeError: Failed to construct 'MediaRecorder': parameter 1 is not of type 'MediaStream'

Which doesn'y make sense as it should be of that type according to the documentation.

Thanks

Nevermind, there was an error in my code haha