Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Upload folder using huggingface_hub
Browse files- index.html +2 -2
index.html
CHANGED
@@ -176,8 +176,8 @@
|
|
176 |
method: 'POST',
|
177 |
headers: { 'Content-Type': 'application/json' },
|
178 |
body: JSON.stringify({
|
179 |
-
sdp:
|
180 |
-
type:
|
181 |
webrtc_id: webrtc_id
|
182 |
})
|
183 |
});
|
|
|
176 |
method: 'POST',
|
177 |
headers: { 'Content-Type': 'application/json' },
|
178 |
body: JSON.stringify({
|
179 |
+
sdp: peerConnection.localDescription.sdp,
|
180 |
+
type: peerConnection.localDescription.type,
|
181 |
webrtc_id: webrtc_id
|
182 |
})
|
183 |
});
|