Request microphone permission on IOS

1
Hello guys how can i request microphone permission on IOS? Actually i’m using a JavaScript code to recorder audio, but the function “navigator.mediaDevices.getUserMedia” does not work on Safari v12+ then i think i could to request it from an other mode but i dont know if is it possible. Does anyone any idea?
asked
1 answers
0

That seems more a stackoverflow question. See for example here: https://stackoverflow.com/questions/38444560/permission-to-record-audio-on-ios It looks like IOS is doing that automaticly.

Regards,

Ronald

 

answered