Skip to content

Building SFU SDK from source

1. Download sources

git clone https://github.com/flashphoner/sfu_sdk.git

2. Install npm

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
nvm install 16

3. Install npm dependencies

cd sfu_sdk
nvm use 16
npm install 

4. Build SFU SDK

npm run build