Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

1. Download sources

Code Block
languagebash
themeRDark
cd /usr/local/src

Download from GitGitHub: https://github.com/flashphoner/flashphonersfu_clientsdk/tree/wcs_api-21.0 CHANGE ME

Code Block
languagebash
themeRDark
wget https://github.com/flashphoner/flashphonersfu_clientsdk/archive/wcs_api-2/refs/heads/1.0.zip CHANGE ME
unzip wcs_api-21.0.zip

2. Install npm and grunt

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

3. Install npm modules

Code Block
languagebash
themeRDark
cd sfu-sdk
npm install

4. Build SFU SDK

Code Block
languagebash
themeRDark
grunt build