There was an error while loading. Please reload this page.
1 parent 88b34f8 commit ebb1b5dCopy full SHA for ebb1b5d
1 file changed
web/static/scripts/chat/calls/PeerConnection.js
@@ -1,4 +1,12 @@
1
-const ICE = [{ urls: "stun:stun.l.google.com:19302" }];
+const ICE = [
2
+ { urls: "stun:stun.l.google.com:19302" },
3
+ {
4
+ urls: ["turn:turn.falbue.ru:3478", "turns:turn.falbue.ru:5349"],
5
+ username: "lime",
6
+ credential: "live-message",
7
+ },
8
+];
9
+
10
11
export class PeerConnection {
12
constructor(remoteUid, onIce, onTrack) {
0 commit comments