Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wazquez committed Sep 30, 2024
1 parent e5564e5 commit 8050606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div id="embeddable-meetings-widget"></div>
<script>

const token = "";
const token = GUEST_ACCESS_TOKEN;
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
const sipAddress = urlParams.get("sipAddress");
Expand Down

0 comments on commit 8050606

Please sign in to comment.