Let invited speakers bypass Events registration and join as panelists.
Deploy Ladill Meet / deploy (push) Successful in 1m30s
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user