We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b31bd6 + 3b91525 commit fd2bd14Copy full SHA for fd2bd14
index.js
@@ -9,7 +9,7 @@ class InCallManager {
9
constructor() {
10
this.vibrate = false;
11
this.recordPermission = 'unknow';
12
- this.caeraPermission = 'unknow';
+ this.cameraPermission = 'unknow';
13
this.audioUriMap = {
14
ringtone: { _BUNDLE_: null, _DEFAULT_: null},
15
ringback: { _BUNDLE_: null, _DEFAULT_: null},
0 commit comments