From 03d18e22d59470bd0a2a0f2c9ae4a2bf1d612265 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Mon, 20 Nov 2023 10:16:41 +0100 Subject: [PATCH] [mirotalksfu] - fix typo --- app/src/config.template.js | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/app/src/config.template.js b/app/src/config.template.js index 4276e022..923666e2 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -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,