BlinkID / blinkid-capacitor

ID scanning for cross-platform apps built with Capacitor.
11 stars 3 forks source link

Can't disabel beep sound #38

Open Majstr opened 3 weeks ago

Majstr commented 3 weeks ago

If I set enableBeep to false it still makes sound.

Code example:

const blinkIdOverlaySettings = new BlinkID.BlinkIdOverlaySettings();
blinkIdOverlaySettings.enableBeep = false;
mparadina commented 2 weeks ago

Hi @Majstr

Thank you for reporting this behavior. This will be fixed in the next version of the SDK, v6.10.

Let me know if there is anything else I can assist you with in the meantime.