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.
9 lines
480 B
9 lines
480 B
<div class="remoteVideo" ng-class="{'dummy': dummy, 'withvideo': withvideo, 'onlyaudioVideo': onlyaudio, 'talking': peersTalking[peerid]}"> |
|
<video autoplay="autoplay"></video> |
|
<div class="peerLabel">{{peerid|displayName}}</div> |
|
<div class="peerActions"> |
|
<a title="{{_('Start chat')}}" ng-click="doChat()" class="btn btn-default"><i class="fa fa-comments-o"></i></a> |
|
</div> |
|
<div class="onlyaudio"><i class="fa fa-eye-slash"></i></div> |
|
<div class="overlayLogo"></div> |
|
</div> |