freeswitch/html5/verto/verto_communicator/partials/incall.html

6 lines
267 B
HTML

<div class="centered-block-frame" id="incall">
<div class="col-md-12 centered-block" ng-class="{'video-call': storage.data.videoCall, 'phone-call': !storage.data.videoCall}">
<div class="slide-animate height100" ng-include="callTemplate"></div>
</div>
</div>