zoomer icon indicating copy to clipboard operation
zoomer copied to clipboard

Feature development: Audio/Video support

Open cowsaysfoo opened this issue 2 years ago • 1 comments

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?)

cowsaysfoo avatar Jul 28 '22 21:07 cowsaysfoo

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.

chris124567 avatar Aug 06 '22 01:08 chris124567