Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js/models
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-04-17 11:53:00 +0300
committerJoas Schilling <coding@schilljs.com>2018-04-19 17:42:17 +0300
commit2ef5a179766b7cb81835b9906009e3f69ba46425 (patch)
tree1d572586250f036797147a276d003b1627a86852 /js/models
parentecdc2cbfd3771be23905b2811318c90d7bdea3db (diff)
Add an icon for participants which are in the call
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'js/models')
-rw-r--r--js/models/participant.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/models/participant.js b/js/models/participant.js
index 452368d60..faa0b6817 100644
--- a/js/models/participant.js
+++ b/js/models/participant.js
@@ -32,6 +32,7 @@
userId: '',
sessionId: '',
participantType: 4,
+ inCall: 0,
lastPing: 0
},