Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 415 Bytes

ReadMe.md

File metadata and controls

10 lines (10 loc) · 415 Bytes

Webrtc Sample介绍

├── getusermedia
│   ├── gum             # 采集音视频
│   ├── record          # 录制播放
│   ├── resolution      # 选择不同的分辨率采集
│   └── screensharing   # 屏幕共享(需要HTTPServer,不能在浏览器直接打开使用)
├── peerconnection
│   └── basic           # 最基础的peerconnection使用