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.
1 parent 3b31bd6 commit 3b91525Copy full SHA for 3b91525
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