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 - 123: Supported
  4. 124: Supported
  5. 125 - 127: Supported

Edge

  1. 12 - 18: Not supported
  2. 79 - 122: Supported
  3. 123: Supported

Safari

  1. 3.1 - 10.1: Not supported
  2. 11 - 17.3: Partial support
  3. 17.4: Partial support
  4. 17.5 - TP: Partial support

Firefox

  1. 2 - 42: Not supported
  2. 43 - 124: Partial support
  3. 125: Partial support
  4. 126 - 128: Partial support

Opera

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

IE

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

Chrome for Android

  1. 123: Supported

Safari on iOS

  1. 3.2 - 17.3: Not supported
  2. 17.4: Not supported
  3. 17.5: Not supported

Samsung Internet

  1. 4: Not supported
  2. 5 - 7.4: Partial support
  3. 8.2 - 23: Supported
  4. 24: 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. 123: Supported

Firefox for Android

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