[mirotalksfu] - improve isPresenter

هذا الالتزام موجود في:
Miroslav Pejic
2023-11-19 09:51:30 +01:00
الأصل 3ce1c61010
التزام 06a0fe77b1
5 ملفات معدلة مع 32 إضافات و15 حذوفات

عرض الملف

@@ -46,6 +46,14 @@ module.exports = {
username: 'username',
password: 'password',
},
presenter: {
/*
By default, the presenter is identified as the first participant to join the room, identified by username and uuid.
Additional layers can be added to specify the presenter by setting a designated username.
This username can also be used to apply presenter rules to another participant with the same username.
*/
username: 'Miroslav Pejic',
},
console: {
debug: true,
colors: true,