Interface MediaStream

A stream of media content. A stream consists of several tracks such as video or audio tracks. Each track is specified as an instance of MediaStreamTrack.

MDN Reference

Hierarchy

Properties

active: boolean
id: string
onaddtrack: ((this, ev) => any)

Type declaration

onremovetrack: ((this, ev) => any)

Type declaration

Methods

  • Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.

    MDN Reference

    Parameters

    Returns boolean