emrah

Results 8 issues of emrah

### Description: Features (_such as recording, screen-sharing_) are always disabled in UI if `enableFeaturesBasedOnToken` is enabled in `config.js` and if there is no user data in token's `context`. ### Steps...

### Description: jibri cannot record if the token authentication is enabled and `allow_empty_token = false` for the latest stable. If I switch back to the anonymous authentication or set `allow_empty_token...

This PR adds `sip-jibri` container. Even it is working, there are still some parts that need improvement. Please take this as a starting point. For now: - `pjsua` executable is...

There is a new dependency because of the newly added [ExecStartPre](https://github.com/jitsi/jibri/blob/master/resources/debian-package/etc/systemd/system/jibri.service#L10). This PR adds `sudo` into the dependency list.

I have an up-to-date Debian 12 Bookworm VM. I installed `nodejs` and `yarn`. My `/etc/apt/sources.list.d/nodesource.list`: ``` deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main ``` My `/etc/apt/sources.list.d/yarn.list` ``` deb [signed-by=/usr/share/keyrings/yarn.gpg] https://dl.yarnpkg.com/debian/ stable main...

See https://github.com/jitsi-contrib/prosody-plugins/pull/38

This PR allows Jitsi containers to run without using `root` account. Main changes: - s6-overlay is upgraded to `v3.2.0.2` - All processes are run by a non-root user: `s6` -...

See [the related topic](https://community.jitsi.org/t/jigasi-on-kubernetes-config-permission-issue/140971) in the community forum. Jigasi cannot update permissions when it is not the owner of `/config` folder. ``` SEVERE: [17] net.java.sip.communicator.impl.configuration.ConfigurationActivator.fixPermissions: Error while fixing config file...