[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2024-01-30 12:51:45 +01:00
الأصل 29012995b3
التزام ef65bf45e9

عرض الملف

@@ -194,7 +194,7 @@ class RoomClient {
this.chatMessageTimeBetween = 1000; // ms
this.chatMessageNotifyDelay = 10000; // ms
this.chatMessageSpamCount = 0;
this.chatMessageSpamCountToBan = 1;
this.chatMessageSpamCountToBan = 10;
this.isAudioAllowed = isAudioAllowed;
this.isVideoAllowed = isVideoAllowed;