Recent comments

πŸ‡ΈπŸ‡¬Singapore adominique

No, the button always start a video in a new room.
But the room is random.
https://www.drupal.org/docs/contributed-modules/ek-jitsi/block β†’

πŸ‡ΈπŸ‡¬Singapore adominique

Yes, as long as you restrict the button for new video to logged-in user, the call is aware of that user info.
These are the data that are pass to the video window, which include user name, email and picture:

$content = [
'#theme' => 'jitsi_video_page',
'#room' => $room,
<strong>'#user' => $username,</strong>
'#link_external' => Link::fromTextAndUrl('Room link', $url),
'#attached' => [
'drupalSettings' => [
'ek_jitsi' => [
'autostart' => 0,
'domain' => $domain,
'room' => $room,
'user' => $username,
<strong>'email' => $mail,
'avatar' => $picture,</strong>
'jwt' => $config->get('ek_jitsi_jwt') ? $config->get('ek_jitsi_jwt') : '',
'menu_bar' => true,
],
],
'library' => ['ek_jitsi/video'],
],
];
πŸ‡ΈπŸ‡¬Singapore adominique

Thank you,
That solved the problem for now.

πŸ‡ΈπŸ‡¬Singapore adominique

Yes everything is remaining on disk and server structure as before upgrade.
I managed to find the origin of the problem: s3fs module. After uninstalling it, the file not found error was cleared.
For some reason D10 version was ignoring the "Private local files served by Drupal." setting in file-system.
Problem fixed.
Thank you.

πŸ‡ΈπŸ‡¬Singapore adominique

Can you confirm clearing the Drupal Cache and running update.php?

Yes update.php will clear the error.
Thank you.

Production build 0.71.5 2024