diff --git a/src/webpage/voice.ts b/src/webpage/voice.ts index b25a354..6c149cd 100644 --- a/src/webpage/voice.ts +++ b/src/webpage/voice.ts @@ -984,7 +984,7 @@ a=rtcp-mux\r`; async startWebRTC() { this.status = "makingOffer"; const pc = new RTCPeerConnection({ - iceServers: [{urls: "stun:stun.l.google.com:19302"}], + bundlePolicy: "max-bundle", }); pc.ontrack = async (e) => { this.status = "done";