freddyaboulton HF staff commited on
Commit
4571c63
·
verified ·
1 Parent(s): a3adf13

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -114,7 +114,7 @@
114
  async function setupWebRTC() {
115
  const config = __RTC_CONFIGURATION__;
116
 
117
- peerConnection = new RTCPeerConnection();
118
 
119
  try {
120
  const stream = await navigator.mediaDevices.getUserMedia({
 
114
  async function setupWebRTC() {
115
  const config = __RTC_CONFIGURATION__;
116
 
117
+ peerConnection = new RTCPeerConnection(config);
118
 
119
  try {
120
  const stream = await navigator.mediaDevices.getUserMedia({