Back to Webrtc Experiment

Development directory

RecordRTC/dev/README.md

latest1.4 KB
Original Source

Development directory

  1. RecordRTC API Reference
  2. MRecordRTC API Reference
  3. MediaStreamRecorder API Reference
  4. StereoAudioRecorder API Reference
  5. WhammyRecorder API Reference
  6. Whammy API Reference
  7. CanvasRecorder API Reference
  8. GifRecorder API Reference
  9. Global API Reference

Wanna Contribute?

sh
mkdir node_modules
npm install --save-dev

# install grunt for code style verifications
npm install [email protected] -g

npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]

Compile distribution

sh
grunt

# or auto compile
grunt watch

It will generate RecordRTC.js and RecordRTC.min.js in the main directory.

Success? Make a pull request!