Skip to content

Commit 555c3c0

Browse files
committed
Update README.md
1 parent b419b4c commit 555c3c0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
An Android client for [ProjectRTC](https://github.com/pchab/ProjectRTC).
66

7-
It is designed to demonstrate WebRTC video calls between androids and/or desktop browsers, but WebRtcClient could be used in other scenarios.
7+
It is designed to demonstrate WebRTC video calls between androids and/or desktop browsers, but WebRtcClient could be used in other scenarios.
8+
Build with Android 1.1.0. The Intellij IDEA version is in the master branch.
9+
You can import the webrtc-client module in your own app if you want to work with it.
810

911
## How To
1012

@@ -21,12 +23,6 @@ Your stream should appear as "android_test" in ProjectRTC, so you can also use t
2123
### [libjingle peerconnection](https://code.google.com/p/webrtc/)
2224
### [socket.io-client](https://github.com/nkzawa/socket.io-client.java)
2325

24-
If you want to use them in your project, I recommend working with IntelliJ IDEA :
25-
26-
- Start a new android application project
27-
- Add the .jar and .so in the libs folder
28-
- Right-click "add as library"
29-
3026
## Author
3127

3228
- Pierre Chabardes

0 commit comments

Comments
 (0)