Skip to content

Commit 95fc6a5

Browse files
Chrome 141 adds MediaStreamTrack restrictOwnAudio constraint (#28122)
Chrome 141 restrictOwnAudio constraint
1 parent c40a7c6 commit 95fc6a5

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

api/MediaStreamTrack.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,43 @@
677677
}
678678
}
679679
},
680+
"restrictOwnAudio_constraint": {
681+
"__compat": {
682+
"description": "`restrictOwnAudio` constraint",
683+
"spec_url": "https://w3c.github.io/mediacapture-screen-share/#dom-mediatrackconstraintset-restrictownaudio",
684+
"tags": [
685+
"web-features:media-capture"
686+
],
687+
"support": {
688+
"chrome": {
689+
"version_added": "141"
690+
},
691+
"chrome_android": {
692+
"version_added": false
693+
},
694+
"edge": "mirror",
695+
"firefox": {
696+
"version_added": false
697+
},
698+
"firefox_android": "mirror",
699+
"oculus": "mirror",
700+
"opera": "mirror",
701+
"opera_android": "mirror",
702+
"safari": {
703+
"version_added": false
704+
},
705+
"safari_ios": "mirror",
706+
"samsunginternet_android": "mirror",
707+
"webview_android": "mirror",
708+
"webview_ios": "mirror"
709+
},
710+
"status": {
711+
"experimental": true,
712+
"standard_track": true,
713+
"deprecated": false
714+
}
715+
}
716+
},
680717
"sampleRate_constraint": {
681718
"__compat": {
682719
"description": "`sampleRate` constraint",

0 commit comments

Comments
 (0)