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

✨ Env var to setup STUN/TURN #835

Closed
wants to merge 3 commits into from

Conversation

madmath03
Copy link
Contributor

✨ Env var to setup STUN/TURN to close #820

Signed-off-by: mathieu.brunot mathieu.brunot@monogramm.io

Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
@madmath03 madmath03 marked this pull request as ready for review November 23, 2020 13:20
@madmath03
Copy link
Contributor Author

madmath03 commented Nov 23, 2020

@saghul I believe this might be useful for anyone who wishes to configure STUN/TURN for Jitsi through env var:

ENABLE_STUN_TURN=1
ENABLE_P2P_STUN_TURN=1
P2P_STUN_SERVERS=stun:stun1.example.com:5349,stun:stun2.example.com:5349

@goacid
Copy link
Contributor

goacid commented Nov 26, 2020

#667

@saghul
Copy link
Member

saghul commented Nov 26, 2020

ENABLE_STUN_TURN is no longer necessary, internally it now defaults to true, we removed the setting.

@saghul
Copy link
Member

saghul commented Dec 17, 2020

Ping?

@saghul
Copy link
Member

saghul commented Apr 16, 2021

No follow-up, closing.

@saghul saghul closed this Apr 16, 2021
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.

.ENV variable for useStunTurn: true, and STUN Server
3 participants