Skip to content

Commit

Permalink
adding urlencoded opencast-dc-title metadata, fixes elan-ev#138
Browse files Browse the repository at this point in the history
  • Loading branch information
ferishili committed Mar 23, 2021
1 parent 5816e9f commit c4c930a
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 c4c930a

Please sign in to comment.