chris124567 / zoomer

Chat bots (& more) for Zoom by figuring out their websocket protocol
MIT License
57 stars 6 forks source link

Feature development: Audio/Video support #3

Open cowsaysfoo opened 2 years ago

cowsaysfoo commented 2 years ago

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

chris124567 commented 2 years ago

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.