Just a quick question:
Jitsi Meet intergration: Camera is “disabled” by default - How can I change the default setting to “enabled” ?
I tried looking into this, and was not able to get some more infos
But you keep looking for it please ? It’s annoying that colleagues always forget to turn on their camera. That wouldn’t happen if it was on by default.
I am not sure, but that looks like a privacy concern.
And this is the desired behavior, as of now. I was able to trace it back to this line:
What would be interesting, as a feature request, is to maybe remember this configuration on a global or per channel scope.
But as of now, this is the intended behavior.
Is it worth to change this file in our system ?
The file is located here:
/opt/Rocket.Chat/programs/server/npm/node_modules/@rocket.chat/ui-video-conf/src/hooks/useVideoConfControllers.ts
And cam is on false.
It’s not that easy. hehehe
There is a whole building process involved.
But past that step, that’s the file you should change
So, there isn’t a quick solution ?
As the basis of a feature request, I would see that the setting is configurable.
You could try using the Custom JavaScript to change that setting, but I am not sure how to do that… or if that’s even possible using this customization feature
But that would be a first try.
Which customization feature do you mean ?