[mirotalksfu] - add logs

هذا الالتزام موجود في:
Miroslav Pejic
2023-02-26 12:38:22 +01:00
الأصل 2f77ecbe51
التزام b95f7badf7
3 ملفات معدلة مع 7 إضافات و3 حذوفات

عرض الملف

@@ -1454,6 +1454,7 @@ class RoomClient {
}
this.getConsumeStream(producer_id, peer_info.peer_id, type).then(
function ({ consumer, stream, kind }) {
console.log('CONSUMER MEDIA TYPE ----> ' + type);
console.log('CONSUMER', consumer);
this.consumers.set(consumer.id, consumer);
@@ -1462,8 +1463,6 @@ class RoomClient {
if (isParticipantsListOpen) getRoomParticipants(true);
}
console.log('CONSUMER MEDIA TYPE ----> ' + type);
this.handleConsumer(consumer.id, type, stream, peer_name, peer_info);
consumer.on(