Microphone Permission Issue Preventing Recording Function Implementation in TMS Web Core.

Dear TMS Web Core Team,

I am currently working on implementing an audio recording feature in a TMS Web Core project. However, I have encountered a critical issue with microphone access. Despite following the standard browser APIs for requesting microphone permissions, it appears that Web Core is unable to properly handle or access the microphone.

This limitation prevents me from enabling recording functionality in the application. I have tested this across different browsers to confirm that the issue is specific to TMS Web Core, as microphone access works as expected in a plain JavaScript implementation.

Could you please confirm if microphone access and recording are currently supported in TMS Web Core? If not, is there a recommended workaround or any upcoming update planned to address this limitation?

Any guidance or clarification would be greatly appreciated, as this feature is essential for the project.

Thank you for your support.

Best regards,
Subhadip Paria

Are you using the TMS WEB Core app via HTTPS?
For many years now, browsers do block microphone & camera access for security reasons to web applications over HTTP.
So, please make sure to make your TMS WEB Core available over HTTPS.