Skip to content

Commit

Permalink
Merge pull request elan-ev#215 from ferishili/issue_138
Browse files Browse the repository at this point in the history
adding urlencoded opencast-dc-title metadata, fixes elan-ev#138
  • Loading branch information
ferishili authored Mar 24, 2021
2 parents 5816e9f + c4c930a commit c37034d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Driver/BigBlueButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ public function createMeeting(MeetingParameters $parameters)
$features['welcome'] = Driver::getConfigValueByDriver((new \ReflectionClass(self::class))->getShortName(), 'welcome');
}

if (isset($features['meta_opencast-dc-isPartOf'])) {
$features['meta_opencast-dc-title'] = htmlspecialchars($params['name']);
}

$params = array_merge($params, $features);
}

Expand Down

0 comments on commit c37034d

Please sign in to comment.