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 - 116: Supported
  4. 117: Supported
  5. 118 - 120: Supported

Edge

  1. 12 - 18: Not supported
  2. 79 - 116: Supported
  3. 117: Supported

Safari

  1. 3.1 - 10.1: Not supported
  2. 11 - 16.5: Partial support
  3. 16.6: Partial support
  4. 17.0 - TP: Partial support

Firefox

  1. 2 - 42: Not supported
  2. 43 - 116: Partial support
  3. 117: Partial support
  4. 118 - 120: Partial support

Opera

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

IE

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

Chrome for Android

  1. 117: Supported

Safari on iOS

  1. 3.2 - 16.6: Not supported
  2. 17.0: Not supported
  3. 17.1: Not supported

Samsung Internet

  1. 4: Not supported
  2. 5 - 7.4: Partial support
  3. 8.2 - 21: Supported
  4. 22: Supported

Opera Mini

  1. all: Not supported

Opera Mobile

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

UC Browser for Android

  1. 15.5: Supported

Android Browser

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

Firefox for Android

  1. 117: Partial support

QQ Browser

  1. 13.1: Supported

Baidu Browser

  1. 13.18: 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