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

1. Загрузка исходных текстов

GitHub

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

NPM

npm init
npm install @flashphoner/sfusdk-examples
cd node_modules/@flashphoner/sfusdk-examples

2. Сборка примеров

nvm use 16
npm install && npm run build

3.Выгрузка готовых примеров на web сервер

mkdir -p /var/www/html/flashphoner-sfu-test
cp -r dist/* /var/www/html/flashphoner-sfu-test
  • No labels