Skip to content

Commit 843aade

Browse files
committed
Fix typo on setMutedCAll
1 parent 3318b29 commit 843aade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class RNCallKeep {
7474
hasPhoneAccount = async () =>
7575
isIOS ? true : await RNCallKeepModule.hasPhoneAccount();
7676

77-
setMutedCAll = (uuid, muted) => {
77+
setMutedCall = (uuid, muted) => {
7878
if (!isIOS) {
7979
// Can't mute on Android
8080
return;

0 commit comments

Comments
 (0)