Element Capture: Origin Trial Starting m121
Posted on:The Element Capture API has entered origin trial in Chrome starting with milestone m121. The trial is scheduled to proceed at least until m126 (inclusive), at which point we plan to either ship the API or extend the trial.
- Spec: https://screen-share.github.io/element-capture/
- Explainer: https://github.com/screen-share/element-capture/blob/main/README.md
- Article: https://developer.chrome.com/docs/web-platform/element-capture
- Demo: https://element-capture-demo.glitch.me/
Registration for the trial is open for all – go here to enroll.
Your feedback is eagerly expected!
This is perfect. We have a video collaboration app where we need to share documents (e.g. PDFs) so users can walk through the document together. As part of this, we have a document viewer that the sharer needs to share during the call and scroll through different pages where others can annotate on the shared document. Prior to Element Capture, this was a lousy user experience since the entire window needed to be displayed and didn’t allow annotations from the sharer. Thank you!