WebDevSimplified / Zoom-Clone-With-WebRTC

1.52k stars 865 forks source link

screen recording #29

Open dimanshu opened 4 years ago

dimanshu commented 4 years ago

how to record screen while video call ?

vettorazi commented 4 years ago

You can copy your stream from the video tag to a canvas and then record. webRTC page has a example ready for you. It's something like this: https://janus.conf.meetecho.com/canvas.html