Skip to content

Commit 9a8a311

Browse files
authored
Update README.md
1 parent c34b72a commit 9a8a311

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
> 一个webRTC Demo,你可以非常简单的运行起来它,之后我会继续优化的,现在只能实现P2P的聊天功能
44
55

6+
需要依赖:
7+
8+
```
9+
compile 'com.android.support:appcompat-v7:22.0.0'
10+
compile 'com.github.nkzawa:socket.io-client:0.4.2'   //webSocket相关
11+
compile 'io.pristine:libjingle:8871@aar'   //webRTC官方aar包
12+
```
13+
614

715
如何运行它:
816

0 commit comments

Comments
 (0)