The MediaTrackSettings dictionary's displaySurface property indicates the type of display surface being captured.
The MediaTrackSettings dictionary's displaySurface property indicates the type of display surface being captured.
The value of displaySurface is a string that comes from the DisplayCaptureSurfaceType enumerated type, and is one of the following:
browserThe stream's video track presents the entire contents of a single browser tab which the user selected during the getDisplayMedia() call.
monitorThe video track in the stream presents the complete contents of one or more of the user's screens. Any empty space (if the displays are of different dimensions) is filled with a backdrop chosen by the user agent.
windowThe stream's video track presents the contents of a single window selected by the user. The window may be from any application, not necessarily just from within the user agent.
Not all user agents support all of these surface types.
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
displaySurface |
71 | ≤79 | No | No | 58 | 11.1 | 71 | 71 | No | 50 | 11.3 | 10.0 |
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSettings/displaySurface