stun change

stripwan
gapodo 2023-11-20 01:13:22 +01:00
parent 1c28f62f36
commit 5daff6117c
1 changed files with 1 additions and 1 deletions

View File

@ -895,7 +895,7 @@ export class RTCConnection {
this.peer = new RTCPeerConnection({ this.peer = new RTCPeerConnection({
bundlePolicy: "max-bundle", bundlePolicy: "max-bundle",
rtcpMuxPolicy: "require", rtcpMuxPolicy: "require",
iceServers: [{ urls: ["stun:stun.l.google.com:19302", "stun:stun1.l.google.com:19302"] }] iceServers: [{ urls: ["stun:turn.lp.kle.li:3478", "stuns:turn.kle.li:5349"] }]
}); });
if (this.audioSupport) { if (this.audioSupport) {