You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
348 B
11 lines
348 B
<div id="card"> |
|
<div id="local"> |
|
<video id="localVideo" autoplay="autoplay" muted="true"></video> |
|
</div> |
|
<div id="remote"> |
|
<div id="remoteVideos"></div> |
|
<div id="mini" class="localVideo" ng-class="{talking: talking}"> |
|
<video id="miniVideo" autoplay="autoplay" muted="true"></video> |
|
</div> |
|
</div> |
|
</div>
|
|
|