Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 470 Bytes

readme.md

File metadata and controls

14 lines (11 loc) · 470 Bytes

Intel® Collaboration Suite for WebRTC JavaScript SDK

How to build release package

  1. run npm install -g grunt-cli to install grunt.
  2. Goto "scripts" folder.
  3. Run npm install to install development dependencies.
  4. Run grunt.
  5. Get release package in "dist" folder.

How to build uncompressed SDK

Run grunt debug in "scripts" folder and get files in "dist/sdk-debug".

Where to find API documents

Run Doxygen with configuration in "docs" folder.