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 3 Current »

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
  • No labels