Skip to content

Commit 3b91525

Browse files
authored
Update index.js
fix typo
1 parent 3b31bd6 commit 3b91525

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
@@ -9,7 +9,7 @@ class InCallManager {
99
constructor() {
1010
this.vibrate = false;
1111
this.recordPermission = 'unknow';
12-
this.caeraPermission = 'unknow';
12+
this.cameraPermission = 'unknow';
1313
this.audioUriMap = {
1414
ringtone: { _BUNDLE_: null, _DEFAULT_: null},
1515
ringback: { _BUNDLE_: null, _DEFAULT_: null},

0 commit comments

Comments
 (0)