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-11-03 21:11:59 +0300
committerJoas Schilling <coding@schilljs.com>2020-11-26 11:46:44 +0300
commit23aab9ed18b6e5c1a9e8ca84d4740a0593e90c86 (patch)
tree16ecb65eb04d812c9b6e3511f41fc4f288faa8ac /lib/Controller
parent84b75970bb33b00b5b5e7b37fabf07d316b8daeb (diff)
Show the dial-in info in the sidebar
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Controller')
-rw-r--r--lib/Controller/RoomController.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Controller/RoomController.php b/lib/Controller/RoomController.php
index cc07ce174..17debc2a2 100644
--- a/lib/Controller/RoomController.php
+++ b/lib/Controller/RoomController.php
@@ -159,6 +159,9 @@ class RoomController extends AEnvironmentAwareController {
$this->config->getAppValue('spreed', 'allowed_groups', '') . '#' .
$this->config->getAppValue('spreed', 'start_conversations', '') . '#' .
$this->config->getAppValue('spreed', 'has_reference_id', '') . '#' .
+ $this->config->getAppValue('spreed', 'sip_bridge_groups', '[]') . '#' .
+ $this->config->getAppValue('spreed', 'sip_bridge_dialin_info') . '#' .
+ $this->config->getAppValue('spreed', 'sip_bridge_shared_secret') . '#' .
$this->config->getAppValue('theming', 'cachebuster', '1')
)];
}