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

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
murtaza98 committed Nov 16, 2021
1 parent 8daee44 commit d134a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Calls/CallNotification.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit d134a28

Please sign in to comment.