# WebRTC Demo **Repository Path**: bigflowerfat/webrtc-demo ## Basic Information - **Project Name**: WebRTC Demo - **Description**: 基于 WebRTC 实现的各种 Demo 1. 音频通话 2. 视频通话 3. 直播(单向音、视频流) 4. 桌面共享(录桌面) 5. 音、视频录制 6. 音、视频录制下载 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2022-09-19 - **Last Updated**: 2024-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: webrtc ## README # WebRTC Demos 去看官网吧,全得很:[https://webrtc.github.io/samples/](https://webrtc.github.io/samples/) Please see the official demos: [https://webrtc.github.io/samples/](https://webrtc.github.io/samples/) ## 安装教程 1. clone 代码 2. npm install 3. npm run dev ## 功能 1. 视频的录制与下载 DownloadRecorder.html