From 8af7a84670da15d618b11a0effcc251c605f2565 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 17 May 2024 07:22:12 -0600 Subject: [PATCH] Update bundle policy --- web/src/components/player/WebRTCPlayer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/player/WebRTCPlayer.tsx b/web/src/components/player/WebRTCPlayer.tsx index f98f9114f..8f966254b 100644 --- a/web/src/components/player/WebRTCPlayer.tsx +++ b/web/src/components/player/WebRTCPlayer.tsx @@ -40,6 +40,7 @@ export default function WebRtcPlayer({ } const pc = new RTCPeerConnection({ + bundlePolicy: "max-bundle", iceServers: [{ urls: "stun:stun.l.google.com:19302" }], });