Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add mod_turncredentials to prosody #837

Closed
wants to merge 2 commits into from

Conversation

madmath03
Copy link
Contributor

✨ Add mod_turncredentials to prosody

There have been so many TURN Pull Requests (latest active being #163) and none being validated yet that I'm thinking it might be good to do it step by step.

  • ✨ Env var to setup STUN/TURN #835 Provides env var to configure Jitsi Web STUN support
  • this one just adds mod_turncredentials.lua to prosody. Without any other developments, TURN can be setup simply with GLOBAL_* env var:
GLOBAL_MODULES=turncredentials
GLOBAL_CONFIG=turncredentials_secret = "mysupersecuresharedturnsecret";\nturncredentials_host = "turn.example.com";\nturncredentials_port = 5349;

@saghul what do you think ?

@goacid
Copy link
Contributor

goacid commented Nov 26, 2020

This is already in the PR for adding Turn
#667

@saghul
Copy link
Member

saghul commented Nov 26, 2020

#667 is indeed the way to go here.

@saghul saghul closed this Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants