From c89b7828805a13682c6d74bff59bd8668d6e7022 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Mon, 12 Jun 2023 13:37:49 +0200 Subject: [PATCH] [mirotalksfu] - fix typo --- public/js/RoomClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index d7d9ff7c..319c4863 100644 --- a/public/js/RoomClient.js +++ b/public/js/RoomClient.js @@ -694,7 +694,7 @@ class RoomClient { hideClass: { popup: 'animate__animated animate__fadeOutUp' }, }).then((result) => { if (!result.isConfirmed) { - this.exit(); + this.event(_EVENTS.exitRoom); } }); }