makeratplay / VirtualMeetingMonitor

C# app to monitor UDP traffic to detect a Zoom, WebEx, or MS Teams Meeting then automatically turn on an On Air sign I built.
http://www.makeratplay.com/projects/43
19 stars 7 forks source link

Would it be possible to detect web app based virtual meetings like Google Meet? #6

Open esphoenixc opened 8 months ago

esphoenixc commented 8 months ago

Hi Would it be possible to detect web app based virtual meetings like Google Meet?

Thank you for your project!

makeratplay commented 6 months ago

I assume that Google Meet utilizes WebRTC for browser-based communications, rather than relying on UDP traffic, which differs from the techniques I used to detect Zoom, MS Teams, and WebEx connections. I'm uncertain whether it's possible to identify WebRTC connections through any Windows Network API. Maybe it is worth exploring whether such detection could be achieved by developing a Chrome plugin.