-
Notifications
You must be signed in to change notification settings - Fork 0
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.
let displaySurface: DisplaySurface = "window";