Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4881462

Browse files
committed
home page
1 parent 79f02ad commit 4881462

File tree

2 files changed

+232
-3
lines changed

2 files changed

+232
-3
lines changed

‎README.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ WebRTC有三个模块:
9797
## :hibiscus: JavaScript API
9898

9999
* [getUserMedia()](https://webrtc.github.io/samples/src/content/getusermedia/gum/):捕捉音频和视频
100-
* [MediaRecorder](https://webrtc.github.io/samples/src/content/getusermedia/record/):录制音频和视频
101100
* [RTCPeerConnection](https://webrtc.github.io/samples/src/content/peerconnection/pc1/):在用户之间流式传输音频和视频
102101
* [RTCDataChannel](https://webrtc.github.io/samples/src/content/datachannel/basic/):在用户之间传输数据
102+
* [MediaRecorder](https://webrtc.github.io/samples/src/content/getusermedia/record/):录制音频和视频
103103

104104
## :tulip: 接口教程
105105
- [x] [MediaDevices.getUserMedia() 接口详解](/docs/webrtc_tutorial_01.md)
106-
- [ ]RTCPeerConnection 接口详解
106+
- [x][RTCPeerConnection 接口详解](/docs/webrtc_tutorial_02.md)
107107

108108
## :bouquet: 实战和DEMO教程
109109

@@ -114,7 +114,9 @@ WebRTC有三个模块:
114114
- [x] 创建一个拍照室应用 :memo: [源码](/docs/tinywan-demo-02/index.html) :computer: [在线演示](https://webrtc.tinywan.com/tinywan-demo-02/index.html)
115115
- [x] 修改媒体流,添加CSS样式滤镜 :memo: [源码](/docs/tinywan-demo-03/index.html) :computer: [在线演示](https://webrtc.tinywan.com/tinywan-demo-03/index.html)
116116

117-
## :blue_book: 文档
117+
## :blue_book: 相关参考
118118

119+
* [WebRTC官网](https://webrtc.org/)
120+
* [WebRTC中文网](http://webrtc.org.cn/)
119121
* [一步一步学习 WebRTC](https://codelabs.developers.google.com/codelabs/webrtc-web)
120122

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /