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 16:53:51 +0300
committerJoas Schilling <coding@schilljs.com>2020-10-30 12:38:07 +0300
commit89bdbe0c51a509891a70c4a84b0c92d0c6825319 (patch)
tree0f18774c22bba2531949cdb6399b515f77e192d0 /lib/Manager.php
parentab2e30a6506da13b09aeac3b08f208d2e5e5085f (diff)
Add an endpoint to enable the SIP per conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Manager.php')
-rw-r--r--lib/Manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Manager.php b/lib/Manager.php
index 7d3df1e48..9cc3dc0da 100644
--- a/lib/Manager.php
+++ b/lib/Manager.php
@@ -148,7 +148,7 @@ class Manager {
(int) $row['type'],
(int) $row['read_only'],
(int) $row['lobby_state'],
- (int) $row['sip_status'],
+ (int) $row['sip_enabled'],
$assignedSignalingServer,
(string) $row['token'],
(string) $row['name'],