cancel
Showing results for 
Search instead for 
Did you mean: 

MDK record audio

Facundo_Quevedo
Explorer
0 Kudos

Hello expert, I am developing an app with MDK and now I am trying to implement a function to record audio. Is there a way to do this natively without the need to add a NativeScript plugin?

View Entire Topic
bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

MDK does not provide any out of the box solution for recording audio.  You will need to create an extension control if you want to do it from within the MDK app.  One option would be using a nativescript plugin with your branded client.  Another would be creating your own native extension control to do it.

Might be easiest to investigate if there is a plugin that will provide what you need instead of creating from scratch.  It will all depend on your use case.