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