DisplaySurface - infobip/infobip-rtc-js GitHub Wiki
type DisplaySurface = "browser" | "monitor" | "window";Defines a set of string values for controlling the display surface when sharing a screen.
let displaySurface: DisplaySurface = "window";type DisplaySurface = "browser" | "monitor" | "window";Defines a set of string values for controlling the display surface when sharing a screen.
let displaySurface: DisplaySurface = "window";