Docker-jitsi-meet: Add .env variables for external TURN with shared secrets

Created on 17 May 2020  路  2Comments  路  Source: jitsi/docker-jitsi-meet

Although you are working on a Docker with TURN-server (#163), I would like to use external servers. Atm I have to configure manually after creating the container (pain).

Could we have a variable like EXTERNAL_STUN_TURN="server1.com:80/udp server2.com:443/tcp" which triggers

  • downloading and installing prosody/mod_turncredentials.lua
  • enable it inside prosody.cfg.lua
  • insert it into web/config.js

I would give it some effort but I fear that you would not take it when implementing an internal turn server.

Most helpful comment

+1

All 2 comments

+1

+1

Was this page helpful?
0 / 5 - 0 ratings