As per MDN, MediaStreamTrack.applyConstraints should be supported on iOS 11+ - https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrack/applyConstraints But a basic demo works on Android but not iOS: https://codepen.io/adamrifai/pen/YLxjKa Is there any way to get `torch` to work on iOS? If not, any plans to?
<rdar://problem/97743066>
The `torch` constraint is part of the MediaStream Image Capture spec, which WebKit doesn't support yet - https://w3c.github.io/mediacapture-image/#dom-mediatracksupportedconstraints-torch
Thanks Eric. Is any ETA available? Any other tickets I should follow?