GitHub - pion/handoff: Start WebRTC in the browser—run it somewhere else
Create WebRTC session in the browser—run it somewhere else
Why
WebRTC is the real-time communication technology used for real-time media streaming. Used for things like Google Meet, Discord and Zoom on the web.
With Handoff you create your WebRTC session in the browser, but then move it to a process you control. This lets you do a few interesting things.
Record - Join the Zoom call via handoff and save media as it passes through.
Send - Use FFmpeg or send an external source. Not limited by brows...
Read more at github.com