Prathamesh1420 commited on
Commit
066cfb1
·
verified ·
1 Parent(s): 016003c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -37,7 +37,7 @@
37
  </div>
38
 
39
  <script>
40
- const token = "__LIVEKIT_TOKEN__"; // Replace with server-side injection or hardcode for dev
41
  const confSlider = document.getElementById("conf-threshold");
42
  const confValue = document.getElementById("conf-value");
43
  const videoOutput = document.getElementById("video-output");
 
37
  </div>
38
 
39
  <script>
40
+ const token = "wss://myvoiceassistant-h4f2cbzj.livekit.cloud"; // Replace with server-side injection or hardcode for dev
41
  const confSlider = document.getElementById("conf-threshold");
42
  const confValue = document.getElementById("conf-value");
43
  const videoOutput = document.getElementById("video-output");