[mirotalksfu] - add join_first in presenters config
هذا الالتزام موجود في:
@@ -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,
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم