navigator.mediaDevices.getUserMedia on iOS

I can’t get navigator.mediaDevices.getUserMedia to work on iOS devices anymore. Works fine on android, pc etc. I managed to get an error response
undefined is not an object evaluating navigator mediadevices getusermedia

Any help greatly appreciated.
Cheers
Graham

There’s a great site called caniuse.com which can tell you which sites support various JavaScript features.

Have a look at this:

It doesn’t look like it’s supported on iOS.