[mirotalksfu] - add join_first in presenters config

هذا الالتزام موجود في:
Miroslav Pejic
2023-12-01 10:27:30 +01:00
الأصل b587e66e96
التزام f65f18678c
5 ملفات معدلة مع 32 إضافات و18 حذوفات

عرض الملف

@@ -56,14 +56,17 @@ module.exports = {
//...
],
},
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 SFU',
],
presenters: {
list: [
/*
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 SFU',
],
join_first: true, // Set to true for traditional behavior, false to prioritize presenters
},
console: {
debug: true,
colors: true,