We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbdcf9 commit 6d655ebCopy full SHA for 6d655eb
1 file changed
README.md
@@ -122,7 +122,7 @@ Config.CaptureSupport : contains various configurations as follows:
122
```
123
- **CaptureSound** - To Enable camera capture sound.
124
```java
125
- CameraSupport.CamConfigClass.CaptureSound = true;
+ Config.CaptureSupport.CaptureSound = true;
126
127
- **DeviceInfo** - Will share all general information about the device.
128
0 commit comments