Hello,
- Is it possible to deactivate the smileys in Jitsi Meet!
- Is it possible to only deactivate the sounds of smileys but not Smileys?
Best Regards
Hello,
Best Regards
If you’re hosting your own server, you can set the following in your config.js:
disableReactions
: true,
Yes. While in a meeting, click on ‘Settings’ and go to the ‘Sounds’ tab. From there, you can uncheck ‘Meeting reactions’ to turn off the sounds associated with the smileys:
Thank you, but we use Jitsi Meet in schools. So, the question is, if we can deactivate the sound on the server side for everybody (for students). Or can a moderator deactivate it for everyone in the call?
In config.js, set the following:
disabledSounds: [ 'REACTION_SOUND' ],