[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2024-03-20 19:49:44 +01:00
الأصل 3a13b77784
التزام 9425ccbdfd

عرض الملف

@@ -451,8 +451,8 @@ module.exports = class Room {
});
peer.removeConsumer(id);
// Tell client consumer is dead
this.io.to(socket_id).emit('consumerClosed', {
// Notify the client that consumer is closed
this.send(socket_id, 'consumerClosed', {
consumer_id: id,
consumer_kind: kind,
});