summary refs log tree commit diff
path: root/syweb/webclient/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'syweb/webclient/index.html')
-rw-r--r--syweb/webclient/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/syweb/webclient/index.html b/syweb/webclient/index.html
index 3ed968a5ea..992e8d3377 100644
--- a/syweb/webclient/index.html
+++ b/syweb/webclient/index.html
@@ -85,7 +85,7 @@
                     </span>
                 </div>
                 <span ng-show="currentCall.state == 'ringing'">
-                    <button ng-click="answerCall()" ng-disabled="!isWebRTCSupported" title="{{isWebRTCSupported ? '' : 'Your browser does not support VoIP' }}">Answer {{ currentCall.type }} call</button>
+                    <button ng-click="answerCall()" ng-disabled="!isWebRTCSupported()" title="{{isWebRTCSupported() ? '' : 'Your browser does not support VoIP' }}">Answer {{ currentCall.type }} call</button>
                     <button ng-click="hangupCall()">Reject</button>
                 </span>
                 <button ng-click="hangupCall()" ng-show="currentCall && currentCall.state != 'ringing' && currentCall.state != 'ended' && currentCall.state != 'fledgling'">Hang up</button>