[mirotalksfu] - fix

هذا الالتزام موجود في:
Miroslav Pejic
2025-01-05 02:42:37 +01:00
الأصل e75e5f6018
التزام 8efb33867d

عرض الملف

@@ -2601,8 +2601,12 @@ class RoomClient {
}
}
this.consumers.get(consumer_id).close();
this.consumers.delete(consumer_id);
const consumer = this.consumers.get(consumer_id);
if (consumer) {
consumer.close();
this.consumers.delete(consumer_id);
}
this.sound('left');
}