Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LocalVideoTrack

Interface for starting/stopping local video capture

Hierarchy

  • LocalVideoTrack

Index

Methods

Methods

start

  • start(videoDOMElement: HTMLVideoElement): Promise<void | Error>
  • Starts local video capture and plays it back in a video DOM element

    Parameters

    • videoDOMElement: HTMLVideoElement

      Video DOM element that will contain the video playback

    Returns Promise<void | Error>

stop

  • stop(): Promise<void | Error>
  • Stops local video capture

    Returns Promise<void | Error>

Generated using TypeDoc