summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-09-10 11:35:14 +0100
committerDavid Baker <dbkr@matrix.org>2014-09-10 11:35:14 +0100
commit80b54706638df76b90ca9e6edc65db4f74fdfc7e (patch)
tree3fce410cc08ee2d6b7c4cce25e4817dcf38dd59e
parentShow mxid in call bar for users with no displayname (diff)
downloadsynapse-80b54706638df76b90ca9e6edc65db4f74fdfc7e.tar.xz
Add text for incoming calls
-rw-r--r--webclient/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/index.html b/webclient/index.html

index 3b531027e1..150b7c4407 100644 --- a/webclient/index.html +++ b/webclient/index.html
@@ -56,6 +56,7 @@ <br /> <span id="callState"> <span ng-show="currentCall.state == 'invite_sent'">Calling...</span> + <span ng-show="currentCall.state == 'ringing'">Incoming Call</span> <span ng-show="currentCall.state == 'connecting'">Call Connecting...</span> <span ng-show="currentCall.state == 'connected'">Call Connected</span> <span ng-show="currentCall.state == 'ended' && !currentCall.didConnect && currentCall.direction == 'outbound' && currentCall.hangupParty == 'remote'">Call Rejected</span>