[mirotalksfu] - make more customizable

هذا الالتزام موجود في:
Miroslav Pejic
2022-10-21 09:18:38 +02:00
الأصل a6c6476964
التزام 8b951690ad
2 ملفات معدلة مع 22 إضافات و7 حذوفات

عرض الملف

@@ -26,6 +26,7 @@ const BUTTONS = {
unlockRoomButton: true,
lobbyButton: true,
participantsButton: true,
tabRecording: true,
},
producerVideo: {
fullScreenButton: true,
@@ -51,6 +52,13 @@ const BUTTONS = {
audioVolumeInput: true,
ejectButton: true,
},
chat: {
chatSaveButton: true,
chatEmojiButton: true,
chatMarkdownButton: true,
chatShareFileButton: true,
chatSpeechStartButton: true,
},
//...
};