zoomer
zoomer copied to clipboard
Feature development: Audio/Video support
Any chance you could offer notes or starting points on what you've discerned so far re: trying to add audio/video support (in case any contributors would like to try?)
Apologies for the late response. I did not really look into this (mostly because my webcam doesn't work on Linux). Apparently Zoom doesn't use WebRTC for video and instead uses Websockets, which is also what they use for chat. Maybe it's possible to do it just using this library. https://webrtchacks.com/zoom-avoids-using-webrtc/ seems relevant.