files/en-us/web/api/mediatracksettings/displaysurface/index.md
{{APIRef("Media Capture and Streams")}}
The {{domxref("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:
browser
monitor
window
Not all user agents support all of these surface types.
{{Specifications}}
{{Compat}}