Comment by behnamoh

5 years ago

Then how come Zoom works in FF?

Zoom does very weird things in the browser. They essentially don‘t use WebRTC, but rather grab raw camera frames, H.264 encode them in software (using WASM!) and shove them down a Websocket (or WebRTC Data Connection. This lets them use their own encryption as well.

More details: https://webrtchacks.com/zoom-avoids-using-webrtc/