Navigator.getUserMedia is not supporting in IOS in Meteor app

I am building the hybrid app with this Meteor. Navigator.getUserMedia is not supporting in IOS.
I am getting the error mesg " Sorry, your browser doesn’t have microphone support".
How to resolve this for microphone access in IOS.

#Any Help will be appreciated.

WebRTC and the getUserMedia API are not available on WebKit (Safari). You will have to use a native Cordova plugin to get access to the mic.