Interface VideoRecorder

Hierarchy

  • VideoRecorder

Methods

  • Returns a MediaObject for a recording stream.

    Parameters

    • options: RequestRecordingStreamOptions

      Options that denote where to start the recording stream. If a duration is specified, a downloadable stream will be returned. If a duration is not specified, a playback stream will be returned.

    • Optional recordingStream: MediaObject

      Optionally provide a previously returned recording stream to seek to a new position within that stream. If the seek is successful, the previous MediaObject will update its playback position and no MediaObject will be returned.

    Returns Promise<MediaObject>

  • Parameters

    Returns Promise<number>

Generated using TypeDoc