Update bundle policy

This commit is contained in:
Nicolas Mowen 2024-05-17 07:22:12 -06:00
parent 8219914e07
commit 8af7a84670

View File

@ -40,6 +40,7 @@ export default function WebRtcPlayer({
}
const pc = new RTCPeerConnection({
bundlePolicy: "max-bundle",
iceServers: [{ urls: "stun:stun.l.google.com:19302" }],
});