Interface VideoCamera

VideoCamera devices can capture video streams.

Hierarchy

  • VideoCamera

Methods

  • Get a video stream.

    Parameters

    • Optional options: RequestMediaStreamOptions

      The media stream to fetch. If the id is specified, the exact stream will be retrieved. Otherwise, the returned stream will be implementation dependent. If no options are provided at all, the implementation must return the first stream listed in getVideoStreamOptions.

    Returns Promise<MediaObject>

Generated using TypeDoc