Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.
This repository was archived by the owner on May 13, 2024. It is now read-only.

Uncaught (in promise) DOMException: Could not start video source openUserMedia  #19

Open
@sonricardo

Description

@sonricardo

the error brings me to this function:
(when clicking on "cameraBtn" Button)

const stream = await navigator.mediaDevices.getUserMedia(
{video: true, audio: true});

I tried on android browser and works fine, but in my pc doesnt work, any one knows why ???

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions