Apr 29
Enable Microphone Access for Android Devices in Custom Plugins
Currently, microphone access is not available for Android devices inside Custom Plugin sections.
Enabling microphone permissions would allow developers to create voice-based features, such as voice assistants, educational tools, and interactive experiences.
Adding this capability would bring Android functionality in line with iOS and open more creative possibilities for apps built with GoodBarber.
Completed
Hi Marios, This is live. Since the release of September 3, custom code extensions can record audio on Android. To enable it, open the Privacy Center, go to the Permissions tab and switch on the "Record audio" permission. Your extension can then access the microphone. One thing to keep in mind: permissions are applied when your app is compiled, so build and publish a new Android version for the change to reach your users. Thanks for a request that was precise enough to act on, and thanks to Rogério for backing it. Curious to see what you build with it.