DEV Community

Cover image for Chrome 151 introduces the new <usermedia> element.
ShankarPrasad
ShankarPrasad

Posted on

Chrome 151 introduces the new <usermedia> element.

Chrome is introducing a new HTML element that changes how websites request camera and microphone permissions.

Rather than relying entirely on getUserMedia(), permission handling moves into browser-controlled UI, improving user experience and reducing failed permission flows.

This article explores how the new element works, why it matters, and what developers should consider before adopting it.

Read the full article:
https://blog.invidelabs.com/chrome-usermedia-html-element/

Top comments (0)