Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

1. Download sources

cd /usr/local/src

Download from Git: https://github.com/flashphoner/flashphoner_client/tree/wcs_api-2.0 CHANGE ME

wget https://github.com/flashphoner/flashphoner_client/archive/wcs_api-2.0.zip CHANGE ME
unzip wcs_api-2.0.zip


2. Install npm and grunt

curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash -
yum -y install nodejs
npm install -g grunt

3. Install npm modules

cd sfu-sdk
npm install

4. Build SFU SDK

grunt build
  • No labels