mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-19 14:56:48 +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
286 B
JSON
11 lines
286 B
JSON
{
|
|
"createMeeting": {
|
|
"createButton": "Create",
|
|
"joinButton": "Join with Visio",
|
|
"copyLinkTooltip": "Copy link",
|
|
"resetLabel": "Reset",
|
|
"participantLimit": "Up to 150 participants.",
|
|
"popupBlocked": "Popup was blocked. Please allow popups for this site."
|
|
}
|
|
}
|