[mirotalksfu] - add logs
هذا الالتزام موجود في:
@@ -136,14 +136,18 @@ module.exports = class Peer {
|
||||
return console.error('Consume failed', error);
|
||||
}
|
||||
|
||||
console.log('Consumer ----->', { type: consumer.type });
|
||||
log.debug('Consumer ----->', { type: consumer.type });
|
||||
|
||||
// https://www.w3.org/TR/webrtc-svc/
|
||||
|
||||
if (consumer.type === 'simulcast') {
|
||||
await consumer.setPreferredLayers({
|
||||
spatialLayer: 1,
|
||||
temporalLayer: 3,
|
||||
});
|
||||
log.debug('Consumer scalabilityMode ----->', {
|
||||
scalabilityMode: consumer.rtpParameters.encodings[0].scalabilityMode,
|
||||
});
|
||||
}
|
||||
|
||||
this.consumers.set(consumer.id, consumer);
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم