diff options
author | David Baker <dbkr@matrix.org> | 2014-09-10 11:35:14 +0100 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-09-10 11:35:14 +0100 |
commit | 80b54706638df76b90ca9e6edc65db4f74fdfc7e (patch) | |
tree | 3fce410cc08ee2d6b7c4cce25e4817dcf38dd59e /webclient | |
parent | Show mxid in call bar for users with no displayname (diff) | |
download | synapse-80b54706638df76b90ca9e6edc65db4f74fdfc7e.tar.xz |
Add text for incoming calls
Diffstat (limited to 'webclient')
-rw-r--r-- | webclient/index.html | 1 |
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> |