This commit is contained in:
EleanorMao
2022-07-04 23:55:05 +08:00
commit 83089af7c7
24 changed files with 8904 additions and 0 deletions

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# learn-webrtc
```bash
git clone https://gitee.com/sevenzyh/learn-webrtc.git
cd webrtc-server
yarn
npm start
cd webrtc-static
yarn
npm start
```