From 570af301e8293e301c19160d1aa1589c03156a65 Mon Sep 17 00:00:00 2001 From: Chabardes Date: Fri, 27 Mar 2015 21:09:05 +0100 Subject: [PATCH] modified socket.io library --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a638b7a..fd0fee1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ ## WebRTC Live Streaming An Android client for [ProjectRTC](https://github.com/pchab/ProjectRTC). -The apk is available [here](https://github.com/pchab/ProjectRTC/raw/master/AndroidRTC.apk). It is designed to demonstrate WebRTC video calls between androids and/or desktop browsers, but WebRtcClient could be used in other scenarios. @@ -20,7 +19,7 @@ Your stream should appear as "android_test" in ProjectRTC, so you can also use t ## Libraries ### [libjingle peerconnection](https://code.google.com/p/webrtc/) -### [android-websockets](https://github.com/koush/android-websockets) +### [socket.io-client](https://github.com/nkzawa/socket.io-client.java) If you want to use them in your project, I recommend working with IntelliJ IDEA :