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.
18 lines
745 B
18 lines
745 B
<div class="audioVideo"> |
|
<div id="card"> |
|
<div id="local"> |
|
<video id="localVideo" autoplay="autoplay" muted="true"></video> |
|
<div class="overlaylogo"></div> |
|
</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> |
|
<div class="overlayactions"> |
|
<button class="btn btn-link" title="{{_('Standard view')}}" ng-click="setRenderer('onepeople')"><i class="fa fa-table" ></i></button> |
|
<button class="btn btn-link" title="{{_('Kiosk view')}}" ng-click="setRenderer('conferencekiosk')"><i class="fa fa-user"></i></button> |
|
</div> |
|
</div> |