Skip to content

Commit

Permalink
Add data for getDisplayMedia() monitorTypeSurfaces option (mdn#21518)
Browse files Browse the repository at this point in the history
* Add data for getDisplayMedia() monitorTypeSurfaces option

* Add default value as per other options
  • Loading branch information
chrisdavidmills authored Dec 14, 2023
1 parent e62c283 commit 737cae2
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions api/MediaDevices.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,43 @@
}
}
},
"monitorTypeSurfaces_option": {
"__compat": {
"description": "<code>monitorTypeSurfaces</code> option",
"spec_url": "https://w3c.github.io/mediacapture-screen-share/#dom-displaymediastreamoptions-monitortypesurfaces",
"support": {
"chrome": {
"version_added": "119",
"notes": "Default value = <code>include</code>"
},
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"preferCurrentTab_option": {
"__compat": {
"description": "<code>preferCurrentTab</code> option",
Expand Down

0 comments on commit 737cae2

Please sign in to comment.