From 61504d5c6f5cde31d0f880c69aabd4f30bde5246 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 14 Oct 2020 17:13:14 +0200 Subject: Add a phone icon for SIP phone users Signed-off-by: Joas Schilling --- src/constants.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/constants.js') 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, -- cgit v1.2.3