From d134a28dd90dbf8de009daf0bbc8f366f59e2d96 Mon Sep 17 00:00:00 2001 From: murtaza98 Date: Mon, 18 Oct 2021 14:50:58 +0530 Subject: [PATCH] Fix typo --- src/components/Calls/CallNotification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Calls/CallNotification.js b/src/components/Calls/CallNotification.js index 79d90d2d4..b60c346d6 100644 --- a/src/components/Calls/CallNotification.js +++ b/src/components/Calls/CallNotification.js @@ -32,7 +32,7 @@ export const CallNotification = ({ callProvider, callerUsername, url, dispatch, await dispatch({ incomingCallAlert: { show: false, url, callProvider }, ongoingCall: { callStatus: CallStatus.ACCEPT, time: { time } } }); break; } - case constants.webrtcCallStartedMessageType: { + case constants.webRTCCallStartedMessageType: { await Livechat.updateCallStatus(CallStatus.INPROGRESS, rid, callId); if (isMobileDevice()) { callInNewTab();