jitsi / docker-jitsi-meet

Jitsi Meet on Docker
https://hub.docker.com/u/jitsi/
Apache License 2.0
3.09k stars 1.37k forks source link

E2EE not available #603

Closed degus2019 closed 4 years ago

degus2019 commented 4 years ago

Hello,

we are interestet in E2EE. We build a unstable release and deployed this in k8s with exposed ports for web (443) and jvc (only udp). We only used jitsi with browser, video conferencing works fine.

Which Steps or Services are needed to activate E2EE? The most settings in our config are default.

we set for the web container following config.js p2pTestMode: true # we only use internal over vpn
testMode: true, # should we activate?

deployed root page on https connection to web container: `

Jitsi Meet

`

saghul commented 4 years ago

Which Steps or Services are needed to activate E2EE?

You need to be running Chrome 83 with the Experimental Web Platform flag set, or the insertable streams field trial enabled. There is nothing to configure on the server side.