How to enable RECORD_AUDIO permission on a FTV Cube APP?

Description
I am developing an application for the Fire Tv Cube with your Video-Sdk. For this, it is very important to have the RECORD_AUDIO permission.

How do I make the FTV Cube ask me for this permission just like its ZOOM app from the store does?

It is not enough to declare the permission in the manifest or request it from the user, since by nature, the FTV CUBE does not show the permission despite registering it.

What do I have to do so that my app requests the permission as you do?

For more details I leave this link:
https://amazon.developer.forums.answerhub.com/questions/244621/how-to-request-the-microphone-record-audio-permiss.html

Which Android Video SDK version?
1.2.1

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Create an Android app
  2. Add RECORD_AUDIO permission
  3. Request the RECORD_AUDIO permission in the MainActivity
  4. launch the app in the FTV Cube v2
  5. Nothing happens

Hi @deneb.chorny,

Requesting permissions is done through the OS and not through our SDK, so I would recommend checking out an Android resource, such as the official Android documentation. If you have any questions directly related to the usage of our SDK, please don’t hesitate to reach out in a new topic. :slightly_smiling_face:

Thanks!