Skip to main content

Recorder

An ISLE component for recording audio, screen and video.

Options

  • audio | boolean: indicates whether audio should be recorded. Default: false.
  • camera | boolean: indicates whether webcam should be recorded. Default: false.
  • screen | boolean: indicates whether the screen should be captured. Default: false.
  • autostart | boolean: indicates whether recording should start immediately. Default: false.
  • downloadable | boolean: indicates whether users should be able to download the recording. Default: false.
  • uploadable | boolean: indicates whether users should be able to upload the recording to the server. Default: false.
  • bitsPerSecond | number: bits per second. Default: 1280000.
  • style | object: CSS inline styles. Default: {}.

Examples

Live Editor
Result
ReferenceError: Provider is not defined