Let invited speakers bypass Events registration and join as panelists.
Deploy Ladill Meet / deploy (push) Successful in 1m30s

Verify speaker tokens from Events on join, grant panelist role for linked webinars, and point bulk comms links to the attendees page instead of the JSON preview API.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-03 15:48:35 +00:00
co-authored by Cursor
parent 08a1437b44
commit f5f599d1e3
5 changed files with 122 additions and 5 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ class EventsSourceLink
{
$eventId = self::eventId($room);
return $eventId ? self::baseUrl().'/events/'.$eventId.'/attendees/comms-preview' : null;
return $eventId ? self::baseUrl().'/events/'.$eventId.'/attendees#comms' : null;
}
public static function eventBadgesUrl(Room $room): ?string