[mirotalksfu] - fix typo

main
Miroslav Pejic 5 years ago
parent 2256861e84
commit 1f4efe1a39

@ -52,7 +52,7 @@ module.exports = class Room {
const volume = volumes[0].volume;
let audioVolume = Math.round(Math.pow(10, volume / 85) * 10); // 1-10
if (audioVolume > 2) {
console.log('PEERS', this.peers);
//console.log('PEERS', this.peers);
this.peers.forEach((peer) => {
peer.producers.forEach((producer) => {
if (producer.kind == 'audio' && peer.peer_audio === true) {

@ -607,6 +607,7 @@ class RoomClient {
videoGoogleStartBitrate: 1000,
};
}
producer = await this.producerTransport.produce(params);
console.log('PRODUCER', producer);

Loading…
Cancel
Save