mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-25 09:46:47 +00:00
66f307b7e8
Use a totally different strategy, which hopefully works in prod env. Actually broadcast channel cannot be shared between two different browsing context, even on a same domain, an iFrame and a pop up cannot communicate. Moreover, in an iFrame session cookie are unavailable. Rely on a newly created backend endpoint to pass room data.
11 lines
345 B
JSON
11 lines
345 B
JSON
{
|
|
"createMeeting": {
|
|
"createButton": "Créer un lien",
|
|
"joinButton": "Participer avec Visio",
|
|
"copyLinkTooltip": "Copier le lien",
|
|
"resetLabel": "Réinitialiser",
|
|
"participantLimit": "Jusqu'à 150 participants.",
|
|
"popupBlocked": "La fenêtre pop-up a été bloquée. Veuillez autoriser les pop-ups pour ce site."
|
|
}
|
|
}
|