Header menu logo fable-electron-docs-api

Video Type

Constructors

Constructor Description

Video(id, name)

Full Usage: Video(id, name)

Parameters:
    id : string - The id of the stream being granted. This will usually come from a DesktopCapturerSource object.
    name : string - The name of the stream being granted. This will usually come from a DesktopCapturerSource object.

Returns: Video
id : string

The id of the stream being granted. This will usually come from a DesktopCapturerSource object.

name : string

The name of the stream being granted. This will usually come from a DesktopCapturerSource object.

Returns: Video

Instance members

Instance member Description

this.id

Full Usage: this.id

The id of the stream being granted. This will usually come from a DesktopCapturerSource object.

this.name

Full Usage: this.name

The name of the stream being granted. This will usually come from a DesktopCapturerSource object.

Type something to start searching.