mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 01:02:12 +00:00
FS-7876 [verto_communicator] Adding hold button for video calls
This commit is contained in:
parent
fa7cb3d546
commit
e41ae3709a
@ -99,6 +99,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6 col-xs-6 text-right">
|
<div class="col-md-6 col-xs-6 text-right">
|
||||||
|
<button ng-if="!verto.data.conf" tooltips="" tooltip-title="Hold" tooltip-side="bottom" tooltip-lazy="false" class="btn btn-material-900" ng-click="hold()">
|
||||||
|
<i class="big-icon" ng-class="{'mdi-av-pause':!storage.data.onHold, 'mdi-av-play-arrow': storage.data.onHold}"></i>
|
||||||
|
</button>
|
||||||
<button class="btn btn-danger" ng-click="hangup()" translate>
|
<button class="btn btn-danger" ng-click="hangup()" translate>
|
||||||
<i class="mdi-communication-call-end"></i>
|
<i class="mdi-communication-call-end"></i>
|
||||||
{{ watcher ? 'BUTTON_CLOSE' : 'BUTTON_END_CALL' }}
|
{{ watcher ? 'BUTTON_CLOSE' : 'BUTTON_END_CALL' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user