[mirotalk] - feat: add branding support for waiting room text

This commit is contained in:
Miroslav Pejic
2026-03-17 02:26:10 +01:00
parent 36ee568736
commit 1dedf41944
9 changed files with 68 additions and 16 deletions
+10 -1
View File
@@ -2,7 +2,7 @@
/**
* ==============================================
* MiroTalk P2P v.1.7.46 - Configuration File
* MiroTalk P2P v.1.7.47 - Configuration File
* ==============================================
*
* This file is the central configuration source.
@@ -286,6 +286,15 @@ module.exports = {
privacyPolicyTitle: 'MiroTalk - privacy and policy.',
stunTurnTitle: 'Test Stun/Turn Servers.',
notFoundTitle: 'MiroTalk - 404 Page not found.',
waitingRoomTitle: 'MiroTalk - Waiting for host to start the meeting',
waitingRoomHeading: 'Waiting for host...',
waitingRoomDescription:
"The meeting hasn't started yet.<br />You'll join automatically when the host opens the room.",
waitingRoomStatus: 'Checking room status...',
waitingRoomReady: 'Room is ready! Joining...',
waitingRoomWaiting: 'Waiting for host to start the meeting...',
waitingRoomHostLink: 'Are you the host?',
waitingRoomLoginLink: 'Login here',
},
html: {
topSponsors: true,