We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hy, You have in Dockerfile
RUN apt install -y coturn \ && turnadmin -a -u bob -p 1234 -r usa \ && turnserver -o
Do I need to config janus.jcfg under Nat section for nat_1_1_mapping and also i need to set turn_server as in Dockerfile?
#turn_server = "myturnserver.com" #turn_port = 3478 #turn_type = "udp" #turn_user = "myuser" #turn_pwd = "mypassword"
And also I should remove the line from Dockerfile ?
command: "/opt/janus/bin/janus -S stun.l.google.com:19302"
Thanks!
The text was updated successfully, but these errors were encountered:
Actually, I'm not sure. If you can try it out and report back it would be great.
Otherwise, I might be able to try it out next week
Sorry, something went wrong.
No branches or pull requests
Hy,
You have in Dockerfile
Do I need to config janus.jcfg under Nat section for nat_1_1_mapping and also i need to set turn_server as in Dockerfile?
And also I should remove the line from Dockerfile ?
command: "/opt/janus/bin/janus -S stun.l.google.com:19302"
Thanks!
The text was updated successfully, but these errors were encountered: