Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit d134a28

Browse files
author
murtaza98
committed
Fix typo
1 parent 8daee44 commit d134a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Calls/CallNotification.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const CallNotification = ({ callProvider, callerUsername, url, dispatch,
3232
await dispatch({ incomingCallAlert: { show: false, url, callProvider }, ongoingCall: { callStatus: CallStatus.ACCEPT, time: { time } } });
3333
break;
3434
}
35-
case constants.webrtcCallStartedMessageType: {
35+
case constants.webRTCCallStartedMessageType: {
3636
await Livechat.updateCallStatus(CallStatus.INPROGRESS, rid, callId);
3737
if (isMobileDevice()) {
3838
callInNewTab();

0 commit comments

Comments
 (0)