Closed
Description
Currently the MediaTrackSettings
bindings define the properties as non-null.
However, when retrieving the settings of a MediaStreamTrack, not all properties are available,
which results in an error when trying to retrieve these properties.
For example, when creating a MediaStreamTrack on my Macbook in Chrome, the settings do not have a facing mode,
despite the binding being a String
.
As an example, calling objectKeys()
on the track settings object yields:
[aspectRatio, deviceId, frameRate, groupId, height, resizeMode, width]
We should probably make all these nullable?
Metadata
Metadata
Assignees
Labels
No labels