[mirotalksfu] - reduce audio observer interval

هذا الالتزام موجود في:
Miroslav Pejic
2023-04-05 20:06:24 +02:00
الأصل d1a022ff4e
التزام a819e3b01f
2 ملفات معدلة مع 4 إضافات و5 حذوفات

عرض الملف

@@ -4045,7 +4045,7 @@ class RoomClient {
if (consumerAudioBtn) consumerAudioBtn.style.color = audioColor;
if (pbProducer) pbProducer.style.height = '0%';
if (pbConsumer) pbConsumer.style.height = '0%';
}, 2000);
}, 200);
}
// ####################################################