freddyaboulton HF staff commited on
Commit
a32f525
·
verified ·
1 Parent(s): 13f6bfe

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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: offer.sdp,
180
- type: offer.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
  });