Skip to content

Commit fd2bd14

Browse files
authored
Merge pull request #17 from blackneck/patch-1
Update index.js
2 parents 3b31bd6 + 3b91525 commit fd2bd14

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)