|
|
|
|
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" },
|