mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-24 21:45:27 +00:00
replicate more closely
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user