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:
authorJoachim Bauch <bauch@struktur.de>2018-05-23 17:59:03 +0300
committerJoachim Bauch <mail@joachim-bauch.de>2018-08-24 11:52:20 +0300
commitadff1068d5404a67aa55cd241b25764d0aa28015 (patch)
tree731d0e0f4f252f954a01769fc0e1de5efeaed6a5 /lib/Room.php
parentd4929b7525f506a7a0a10bac5c499045751bc696 (diff)
Rename flag for when user is in call.
Signed-off-by: Joachim Bauch <bauch@struktur.de>
Diffstat (limited to 'lib/Room.php')
-rw-r--r--lib/Room.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Room.php b/lib/Room.php
index 7bc550b6f..18eb71e55 100644
--- a/lib/Room.php
+++ b/lib/Room.php
@@ -44,7 +44,7 @@ class Room {
// Bit flags for 'in_call' status. Must stay in sync with values in
// "js/app.js".
- const FLAG_IN_ROOM = 1;
+ const FLAG_IN_CALL = 1;
const FLAG_WITH_AUDIO = 2;
const FLAG_WITH_VIDEO = 4;