tabris-js
tabris-js copied to clipboard
Allow users to disable a camera sound
Feature description
Currently, whenever a user calls captureImage, a device makes a sound.
Proposed solution
Allow users to disable a camera sound.
Tabris.js: 3.7.2 Platform: Currently, I have only tested on iOS. OS: 14.6
Some jurisdictions require the shutter sound to be played due to a legal requirement or a voluntary agreement between the carrier and OS manufacturer.
https://developer.android.com/reference/android/hardware/Camera.html#enableShutterSound(boolean)
Note that devices may not always allow disabling the camera shutter sound.