Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Upload folder using huggingface_hub
Browse files- index.html +2 -2
index.html
CHANGED
@@ -157,8 +157,8 @@
|
|
157 |
method: 'POST',
|
158 |
headers: { 'Content-Type': 'application/json' },
|
159 |
body: JSON.stringify({
|
160 |
-
sdp:
|
161 |
-
type:
|
162 |
webrtc_id: webrtc_id
|
163 |
})
|
164 |
});
|
|
|
157 |
method: 'POST',
|
158 |
headers: { 'Content-Type': 'application/json' },
|
159 |
body: JSON.stringify({
|
160 |
+
sdp: peerConnection.localDescription.sdp,
|
161 |
+
type: peerConnection.localDescription.type,
|
162 |
webrtc_id: webrtc_id
|
163 |
})
|
164 |
});
|