Declare your app's audio permissions
Add the following to your AndroidManifest.xml, inside the bottom of the element.
If your application uses Trill SDK as a receiver, the application would need to ask record audio permissions from the user. To facilitate the same, follow the below steps:
Make sure the SDK is initialised after the permission block.
To do so check if Manifest.permission.RECORD_AUDIO is available for the application, if not ask for permission. Once permission is given by USER, TrillSDK can be initialised.
Last updated