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.

Hierarchy

  • EventTarget
    • MediaStream

Properties

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

Type declaration

onremovetrack: ((this: MediaStream, ev: MediaStreamTrackEvent) => 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.

    Parameters

    • event: Event

    Returns boolean