Browse Source

docs: Documents the p2p.useStunTurn option.

j8
George Politis 7 years ago
parent
commit
86c867ea71
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      config.js

+ 1
- 0
config.js View File

95
         // connection.
95
         // connection.
96
         enabled: true,
96
         enabled: true,
97
         // The STUN servers that will be used in the peer to peer connections
97
         // The STUN servers that will be used in the peer to peer connections
98
+        //  useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server
98
         stunServers: [
99
         stunServers: [
99
             { urls: "stun:stun.l.google.com:19302" },
100
             { urls: "stun:stun.l.google.com:19302" },
100
             { urls: "stun:stun1.l.google.com:19302" },
101
             { urls: "stun:stun1.l.google.com:19302" },

Loading…
Cancel
Save