Skip to content

Audio Recording not working in Mozilla #22

@sajjanbalar

Description

@sajjanbalar

Hi,

It seems that the navigator.getUserMedia function is not safe to use without prefix for mozilla.
Could you change the code to use this:

navigator.getUserMedia = ( navigator.getUserMedia ||
                     navigator.webkitGetUserMedia ||
                     navigator.mozGetUserMedia ||
                     navigator.msGetUserMedia);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions