From dcb49ebd6daefec0119608b1a94c52060ab51779 Mon Sep 17 00:00:00 2001 From: Hugo Zigha Date: Tue, 10 Jan 2023 16:30:41 +0100 Subject: [PATCH] MT#56343 WebRTC calls stuck on CSC interface Change-Id: I0f09816fe29d033c7114cdc38a5a02c7ed59d95b --- src/store/call/actions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/call/actions.js b/src/store/call/actions.js index 5e6e8a2b..d06a2fac 100644 --- a/src/store/call/actions.js +++ b/src/store/call/actions.js @@ -71,6 +71,7 @@ export default { if (!options.cause) { if (errorVisibilityTimer) { clearTimeout(errorVisibilityTimer) + errorVisibilityTimer = null } context.commit('endCall') context.commit('hangUpCall')