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

« Previous Version 2 Next »

1. Download sources

Download from GitHub: https://github.com/flashphoner/sfu_sdk/tree/1.0

wget https://github.com/flashphoner/sfu_sdk/archive/refs/heads/1.0.zip
unzip 1.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