Update
This commit is contained in:
parent
68c80d563f
commit
88da70731f
@ -46,12 +46,25 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div id="sharedBtns">
|
<div id="sharedBtns">
|
||||||
<video id="localVideo" autoplay class="video" muted></video>
|
<video
|
||||||
|
id="localVideo"
|
||||||
|
autoplay
|
||||||
|
class="video"
|
||||||
|
muted
|
||||||
|
controls
|
||||||
|
playsinline
|
||||||
|
></video>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div id="sharedBtns">
|
<div id="sharedBtns">
|
||||||
<video id="remoteVideo" autoplay class="video" muted controls></video>
|
<video
|
||||||
|
id="remoteVideo"
|
||||||
|
autoplay
|
||||||
|
class="video"
|
||||||
|
muted
|
||||||
|
playsinline
|
||||||
|
></video>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user