[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-11-20 10:16:41 +01:00
الأصل 8e5dabf4a4
التزام 03d18e22d5

عرض الملف

@@ -46,11 +46,14 @@ module.exports = {
username: 'username',
password: 'password',
},
/*
By default, the presenter is identified as the first participant to join the room, distinguished by their username and UUID.
Additional layers can be added to specify valid presenters and co-presenters by setting designated usernames.
*/
presenters: ['Miroslav Pejic', 'MiroTalk Admin'],
presenters: [
/*
By default, the presenter is identified as the first participant to join the room, distinguished by their username and UUID.
Additional layers can be added to specify valid presenters and co-presenters by setting designated usernames.
*/
'Miroslav Pejic',
'MiroTalk Admin',
],
console: {
debug: true,
colors: true,