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 - 110: Supported
  4. 111: Supported
  5. 112 - 114: Supported

Edge

  1. 12 - 18: Not supported
  2. 79 - 110: Supported
  3. 111: Supported

Safari

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

Firefox

  1. 2 - 42: Not supported
  2. 43 - 110: Partial support
  3. 111: Partial support
  4. 112 - 113: Partial support

Opera

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

IE

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

Chrome for Android

  1. 111: Supported

Safari on iOS

  1. 3.2 - 16.3: Not supported
  2. 16.4: Not supported
  3. 16.5: Not supported

Samsung Internet

  1. 4: Not supported
  2. 5 - 7.4: Partial support
  3. 8.2 - 19.0: Supported
  4. 20: Supported

Opera Mini

  1. all: Not supported

Opera Mobile

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

UC Browser for Android

  1. 13.4: Supported

Android Browser

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

Firefox for Android

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