Type alias ScreenSourceType

ScreenSourceType: "screen" | "window" | "application"

The type of the source for screen sharing.

  • "screen": Sharing the whole screen.
  • "application": Sharing all windows of an app.
  • "window": Sharing a window of an app.