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-08-24 12:18:40 +0300
committerJoachim Bauch <bauch@struktur.de>2018-08-24 12:38:12 +0300
commit1c1f91871ebf6d2850f46c16a7292241730fe420 (patch)
treeb040893288c34db67d8db8e1c24fdae907abd853 /lib/Participant.php
parent6583d6146521347583fcb1059d6dcb7fa62bea95 (diff)
Add "in-call-flags" capability, return flags from API and evaluate in UI.
Signed-off-by: Joachim Bauch <bauch@struktur.de>
Diffstat (limited to 'lib/Participant.php')
-rw-r--r--lib/Participant.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Participant.php b/lib/Participant.php
index f53f98d90..a07835be7 100644
--- a/lib/Participant.php
+++ b/lib/Participant.php
@@ -96,7 +96,7 @@ class Participant {
return $this->sessionId;
}
- public function isInCall() {
+ public function getInCallFlags() {
return $this->inCall;
}