[mirotalksfu] - update rules

هذا الالتزام موجود في:
Miroslav Pejic
2022-08-19 14:11:18 +02:00
الأصل 29647a86d1
التزام 77be7494bf
3 ملفات معدلة مع 18 إضافات و1 حذوفات

عرض الملف

@@ -472,6 +472,11 @@ class RoomClient {
participantsCount = data.peer_counts;
adaptAspectRatio(participantsCount);
if (isParticipantsListOpen) getRoomParticipants(true);
if (participantsCount == 1) {
isPresenter = true;
handleRules(isPresenter);
console.log('I am alone in the room, got Presenter Rules');
}
}.bind(this),
);