remove stuns
ci/woodpecker/push/base Pipeline was successful Details

pull/2/head
gapodo 2023-11-21 16:47:36 +01:00
parent c9fb5f7471
commit 091ac83fd7
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:turn.lp.kle.li:3478", "stuns:turn.kle.li:5349"] }] iceServers: [{ urls: ["stun:turn.lp.kle.li:3478"] }]
}); });
if (this.audioSupport) { if (this.audioSupport) {