Hi, has anyone had any problems?, securing the conference with jitsi meet, I am trying to add authentication to my conference, but I can't get it to work.
in the latest version the jicofo.conf file is modified, but I can't get it to ask for authentication.
https://jitsi.github.io/handbook/docs/devops-guide/secure-domain/
version of Jitsi meet with Debian 11:
jitsi-meet 2.0.7439-1 all WebRTC JavaScript video conferences
jitsi-meet-prosody 1.0.6260-1 all Prosody configuration for Jitsi Meet
jitsi-meet-turnserver 1.0.6260-1 all Configures coturn to be used with Jitsi Meet
jitsi-meet-web 1.0.6260-1 all WebRTC JavaScript video conferences
jitsi-meet-web-config 1.0.6260-1 all Configuration for web serving of Jitsi Meet
jicofo.conf
jicofo {
authentication: {
enabled: true
type: XMPP
login-url: conferencia.mysuperdomain.com
}
xmpp: {
client: {
client-proxy: focus.conferencia.mysuperdomain.com
}
trusted-domains: [ "recorder.conferencia.mysuperdomain.com" ]
}
bridge: {
brewery-jid: "[email protected]"
}
}
any advice/help?