[mirotalksfu] - comment log

هذا الالتزام موجود في:
Miroslav Pejic
2022-08-01 17:43:47 +02:00
الأصل 199d02ba05
التزام e8d8350a75

عرض الملف

@@ -2696,7 +2696,7 @@ class RoomClient {
let pbProducer = this.getId(peerId + '_pitchBar');
let pbConsumer = this.getId(peerId + '__pitchBar');
let audioVolume = data.audioVolume * 10; //10-100
console.log('Active speaker', { peer_name: peerName, peer_id: peerId, audioVolume: audioVolume });
//console.log('Active speaker', { peer_name: peerName, peer_id: peerId, audioVolume: audioVolume });
if (audioVolume > 40) {
if (producerAudioBtn) producerAudioBtn.style.color = 'orange';
if (consumerAudioBtn) consumerAudioBtn.style.color = 'orange';