Results 1 - 3 of 3

MediaDevices

The MediaDevices interface provides access to connected media input devices like cameras and microphones, as well as screensharing.
API Interface Media MediaDevices

MediaDevices.getUserMedia()

The MediaDevices.getUserMedia() method prompts the user for permission to use one video and/or one audio input device such as a camera or screensharing and/or a microphone. If the user provides permission, then the returned Promise is resolved with the resulting MediaStream object. If the user denies permission, or media is not available, then the promise is rejected with PermissionDeniedError or NotFoundError respectively. Note that it is possible for the returned promise to neither resolve nor reject, as the user is not required to make a choice.
API Audio audio Experimental MediaDevices Method Reference Video video