[mirotalksfu] - make whoAreYou page configurable

هذا الالتزام موجود في:
Miroslav Pejic
2025-07-07 21:06:11 +02:00
الأصل ade8634875
التزام f8c43426f3
8 ملفات معدلة مع 61 إضافات و14 حذوفات

عرض الملف

@@ -1039,6 +1039,19 @@ module.exports = {
footer: process.env.SHOW_FOOTER !== 'false',
},
/**
* Who Are You? Section
* ---------------------
* Prompts users to identify themselves before joining a room.
* Customizable text and button labels.
*/
whoAreYou: {
title: process.env.WHO_ARE_YOU_TITLE || 'Who are you?',
description: process.env.WHO_ARE_YOU_DESCRIPTION || "If you\'re the presenter, please log in now.<br />Otherwise, kindly wait for the presenter to join.",
buttonLoginLabel: process.env.WHO_ARE_YOU_BUTTON_LOGIN_LABEL || 'LOGIN',
buttonJoinLabel: process.env.WHO_ARE_YOU_JOIN_LABEL || 'JOIN ROOM',
},
/**
* About/Credits Section
* ---------------------