Skip to content

DisplaySurface

Kenan Genjac edited this page Nov 28, 2023 · 1 revision
type DisplaySurface = "browser" | "monitor" | "window";

Defines a set of string values for controlling the display surface when sharing a screen.

Example

let displaySurface: DisplaySurface = "window";

Tutorials

Migration guides

Reference documentation

Clone this wiki locally