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();