replicate more closely

This commit is contained in:
MathMan05
2025-12-01 19:33:08 -06:00
parent 89f47dd569
commit d7c514ee61
+1 -1
View File
@@ -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";