Media Capture from DOM Elements API

- WD

API to capture Real-Time video and audio from a DOM element, such as a <video>, <audio>, or <canvas> element via the captureStream method, in the form of a MediaStream

Chrome

  1. 4 - 50: Not supported
  2. 51 - 61: Disabled by default
  3. 62 - 134: Supported
  4. 135: Supported
  5. 136 - 138: Supported

Edge

  1. 12 - 18: Not supported
  2. 79 - 134: Supported
  3. 135: Supported

Safari

  1. 3.1 - 10.1: Not supported
  2. 11 - 18.3: Partial support
  3. 18.4: Partial support
  4. 18.5 - TP: Partial support

Firefox

  1. 2 - 42: Not supported
  2. 43 - 136: Partial support
  3. 137: Partial support
  4. 138 - 140: Partial support

Opera

  1. 9 - 35: Not supported
  2. 36 - 47: Disabled by default
  3. 48 - 116: Supported
  4. 117: Supported

IE

  1. 5.5 - 10: Not supported
  2. 11: Not supported

Chrome for Android

  1. 135: Supported

Safari on iOS

  1. 3.2 - 18.3: Not supported
  2. 18.4: Not supported
  3. 18.5: Not supported

Samsung Internet

  1. 4: Not supported
  2. 5 - 7.4: Partial support
  3. 8.2 - 26: Supported
  4. 27: Supported

Opera Mini

  1. all: Not supported

Opera Mobile

  1. 10 - 12.1: Not supported
  2. 80: Supported

UC Browser for Android

  1. 15.5: Supported

Android Browser

  1. 2.1 - 4.4.4: Not supported
  2. 135: Supported

Firefox for Android

  1. 137: Partial support

QQ Browser

  1. 14.9: Supported

Baidu Browser

  1. 13.52: Supported

KaiOS Browser

  1. 2.5: Partial support
  2. 3: Partial support
Resources:
MDN Web Docs - capture from <canvas>
MDN Web Docs - capture from <video>/<audio>
Google Developers article