We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c9ae2 commit c54d57bCopy full SHA for c54d57b
index.html
@@ -14,7 +14,6 @@
14
enabled. Please enable it to continue.</strong
15
>
16
</noscript>
17
- <div id="video-call"></div>
18
<div id="app"></div>
19
<script type="module" src="/src/main.ts"></script>
20
</body>
src/components/CallTile.vue
@@ -27,6 +27,7 @@
27
28
29
<div v-if="participants" class="participants-container">
30
+ <div id="video-call"></div>
31
32
<template v-if="count === 1">
33
<waiting-card :url="roomUrl" />
0 commit comments