FF144 MDN docs work for this can be tracked in https://github.com/mdn/content/issues/41132 This talks only about `getUserMedia()`, but also refers to screens/windows. Would I be correct in thinking that for this case we're talking about using the constraint with `getDisplayMedia()`?
Bug 1286945 Comment 77 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
FF144 MDN docs work for this can be tracked in https://github.com/mdn/content/issues/41132 This talks only about `getUserMedia()`, but also refers to screens/windows. Would I be correct in thinking that for this case we're talking about using the constraint with `getDisplayMedia()`? In addition, for the screen case, does the crop-and-scale also reduce the frame rate to match constraints, or only the resolution?
FF144 MDN docs work for this can be tracked in https://github.com/mdn/content/issues/41132 This talks only about `getUserMedia()`, but also refers to screens/windows. Would I be correct in thinking that for this case we're talking about using the constraint with `getDisplayMedia()`? In addition, for the screen case, does the crop-and-scale also reduce the frame rate to match constraints, or only the resolution? Last of all, I see that `crop-and-scale` is Firefox default. However I can't see it specified as a default in the spec. Is this specified or is it up to the implementation?