[mirotalksfu] - replace ScriptProcessorNode (deprecated) with AudioWorkletNode

هذا الالتزام موجود في:
Miroslav Pejic
2025-07-09 14:36:41 +02:00
الأصل f8c43426f3
التزام 61d0896e5e
7 ملفات معدلة مع 186 إضافات و81 حذوفات

عرض الملف

@@ -1047,7 +1047,9 @@ module.exports = {
*/
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.",
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',
},