Definition
Media Capture and Streams Extensions defines HTMLUserMediaElement
[Exposed=Window]
interface HTMLUserMediaElement : HTMLElement {
[HTMLConstructor] constructor();
readonly attribute MediaStream? stream;
readonly attribute DOMException? error;
undefined setConstraints(optional HTMLMediaStreamConstraints constraints = {});
attribute EventHandler onstream;
attribute EventHandler onerror;
attribute EventHandler oncancel;
};