1023
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 06 Aug 2023
1023 points (99.0% liked)
Privacy
31609 readers
341 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
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
Chat rooms
-
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
Just a thought: Explain your needs to Jitsi devs. Or other software linked here. Maybe they could cater to a niche market to get more market share. Or offer a free music lesson for their trouble.
Must be an email address on their site somewhere.
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.
That is a good idea I’ll hunt around for where to request it later today!