Skip to content

Commit 5c3ca59

Browse files
committed
Add resizeMode constraint (only) to getUserMedia
1 parent a7f5869 commit 5c3ca59

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

api/MediaDevices.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,42 @@
11251125
"deprecated": false
11261126
}
11271127
}
1128+
},
1129+
"constraints_resizeMode_parameter": {
1130+
"__compat": {
1131+
"description": "`constraints.resizeMode` parameter",
1132+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackConstraints#resizemode",
1133+
"spec_url": "https://w3c.github.io/mediacapture-main/#dom-mediatrackconstraintset-resizemode",
1134+
"tags": [
1135+
"web-features:web-audio"
1136+
],
1137+
"support": {
1138+
"chrome": {
1139+
"version_added": "≤75"
1140+
},
1141+
"chrome_android": "mirror",
1142+
"edge": "mirror",
1143+
"firefox": {
1144+
"version_added": "144"
1145+
},
1146+
"firefox_android": "mirror",
1147+
"oculus": "mirror",
1148+
"opera": "mirror",
1149+
"opera_android": "mirror",
1150+
"safari": {
1151+
"version_added": false
1152+
},
1153+
"safari_ios": "mirror",
1154+
"samsunginternet_android": "mirror",
1155+
"webview_android": "mirror",
1156+
"webview_ios": "mirror"
1157+
},
1158+
"status": {
1159+
"experimental": false,
1160+
"standard_track": true,
1161+
"deprecated": false
1162+
}
1163+
}
11281164
}
11291165
},
11301166
"selectAudioOutput": {

0 commit comments

Comments
 (0)