jquerywebrtcrecordrtc

navigator.mediaDevices.getUserMedia 'undefined' is not an object


Please help me our as I am new in recordrtc functionality and i am getting this error navigator.mediaDevices.getUserMedia 'undefined' is not an object and it is not working in safari browser only.

Thanks in advance


Solution

  • Safari only supports getUserMedia since version 11 (which has just been released): http://caniuse.com/stream/embed/description

    Check for support (i.e. is navigator.mediaDevices a thing) before using it.