EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit cc508cb8 authored by Karl Grube's avatar Karl Grube
Browse files

right ports for xmpp servers turns

parent c68ffa71
No related branches found
No related tags found
No related merge requests found
......@@ -1082,9 +1082,9 @@ var config = {
// The STUN servers that will be used in the peer to peer connections
stunServers: [
{ urls: 'stun:1.turn.{{domain_name}}:5443' },
{ urls: 'stun:2.turn.{{domain_name}}:5443' },
{ urls: 'stun:3.turn.{{domain_name}}:5443' }
{ urls: 'stun:1.turn.{{domain_name}}:5349' },
{ urls: 'stun:2.turn.{{domain_name}}:5349' },
{ urls: 'stun:3.turn.{{domain_name}}:5349' }
],
// DEPRECATED! Use `codecPreferenceOrder/mobileCodecPreferenceOrder` instead.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment