You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MediaStreamTrackConstraints are defined in a dictionary, so by default don't get detected by the collector, although they clearly change the interoperability surface.
A simple way to detect whether a browser supports a given constraint is to see if the key exists in the navigator.mediaDevices.getSupportedConstraints()
The text was updated successfully, but these errors were encountered:
MediaStreamTrackConstraints
are defined in a dictionary, so by default don't get detected by the collector, although they clearly change the interoperability surface.A simple way to detect whether a browser supports a given constraint is to see if the key exists in the
navigator.mediaDevices.getSupportedConstraints()
The text was updated successfully, but these errors were encountered: