Sfoglia il codice sorgente

docs: Documents the p2p.useStunTurn option.

j8
George Politis 7 anni fa
parent
commit
86c867ea71
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      config.js

+ 1
- 0
config.js Vedi File

@@ -95,6 +95,7 @@ var config = { // eslint-disable-line no-unused-vars
95 95
         // connection.
96 96
         enabled: true,
97 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 99
         stunServers: [
99 100
             { urls: "stun:stun.l.google.com:19302" },
100 101
             { urls: "stun:stun1.l.google.com:19302" },

Loading…
Annulla
Salva