r-cdriscoll
Results
2
comments of
r-cdriscoll
You can always download one of the .deb packages from the release page and install that via apt or dpkg.
If it's helpful at all, this is the hacky method I've been using to determine if I'm in a call or not via cron: `ps aux | grep -E '.*[t]eams-for-linux.*utility-sub-type=video_capture.mojom.VideoCaptureService.*'`...