this post was submitted on 06 Aug 2023
962 points (99.1% liked)

Privacy

31236 readers
878 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

Zoom's updated policy states that all rights to Service Generated Data are retained solely by Zoom. This extends to Zoom's rights to modify, distribute, process, share, maintain, and store such data "for any purpose, to the extent and in the manner permitted under applicable law.", including AI and Machine Learning.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago* (last edited 1 year ago)

Update: they have a very active github for the desktop app, and they had a fix almost immediately. There are webAPI calls that can be appended to the end of the meeting link before starting. If your link for example is "https://meet.jit.si/myLesson" you can append the following string: #config.disableAP=true&config.disableAEC=true&config.disableNS=true&config.disableAGC=true&config.disableHPF=true&config.stereo=true

making it https://meet.jit.si/myLesson#config.disableAP=true&config.disableAEC=true&config.disableNS=true&config.disableAGC=true&config.disableHPF=true&config.stereo=true`

and this will disable all the audio processing that could harm the meeting. You will probably want headphones though as it will cause a lot of echoes if it can hear anything from the meeting.

Figured I'd leave this here in case anyone else was looking for a similar solution.

EDIT: Lemmy keeps adding "amp;" after each & symbol. Those are incorrect but so far I'm failing to get the thing to stop doing it every time I hit post. Those should be removed for a working link. Try this link to see how it should look.