[mirotalksfu] - remove sound on exit room

هذا الالتزام موجود في:
Miroslav Pejic
2023-05-05 10:09:26 +02:00
الأصل 4aace0e424
التزام bcc8cd5a92

عرض الملف

@@ -1991,7 +1991,7 @@ class RoomClient {
} }
exitRoom() { exitRoom() {
this.sound('eject'); //...
this.exit(); this.exit();
} }