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
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-10-14 18:13:14 +0300
committerJoas Schilling <coding@schilljs.com>2020-10-30 12:38:08 +0300
commit61504d5c6f5cde31d0f880c69aabd4f30bde5246 (patch)
tree4448c8869ed5c0017f0710ff86c94506f8a6f877 /src/constants.js
parenta4543ae3ccd81450def0dc0450c9707d7071fc86 (diff)
Add a phone icon for SIP phone users
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/constants.js')
-rw-r--r--src/constants.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants.js b/src/constants.js
index 0c5abe7d4..e5a5cfb09 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -47,6 +47,7 @@ export const PARTICIPANT = {
IN_CALL: 1,
WITH_AUDIO: 2,
WITH_VIDEO: 4,
+ WITH_PHONE: 8,
},
NOTIFY: {
DEFAULT: 0,