mirror of https://github.com/sualko/cloud_bbb
Add support for meta_analytics-callback-url
parent
7874807fef
commit
841342608e
|
@ -175,8 +175,8 @@ class API {
|
||||||
$createMeetingParams->addMeta('bbb-origin', \method_exists($this->defaults, 'getProductName') ? $this->defaults->getProductName() : 'Nextcloud');
|
$createMeetingParams->addMeta('bbb-origin', \method_exists($this->defaults, 'getProductName') ? $this->defaults->getProductName() : 'Nextcloud');
|
||||||
$createMeetingParams->addMeta('bbb-origin-server-name', $this->request->getServerHost());
|
$createMeetingParams->addMeta('bbb-origin-server-name', $this->request->getServerHost());
|
||||||
|
|
||||||
if (!empty($this->config->getAppValue('bbb', 'api.meta_analytics-callback-url')) {
|
if (!empty($this->config->getAppValue('bbb', 'api.meta_analytics-callback-url'))) {
|
||||||
$createMeetingParams->addMeta('analytics-callback-url', \urlencode($this->config->getAppValue('bbb', 'api.meta_analytics-callback-url')));
|
$createMeetingParams->addMeta('analytics-callback-url', $this->config->getAppValue('bbb', 'api.meta_analytics-callback-url'));
|
||||||
}
|
}
|
||||||
|
|
||||||
$mac = $this->crypto->calculateHMAC($room->uid);
|
$mac = $this->crypto->calculateHMAC($room->uid);
|
||||||
|
|
Loading…
Reference in New Issue