You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,16 @@
5
5
An Android client for [ProjectRTC](https://github.com/pchab/ProjectRTC).
6
6
7
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.
8
+
Build with Android Studio 1.1.0. The Intellij IDEA version is in the master branch.
9
9
You can import the webrtc-client module in your own app if you want to work with it.
10
10
11
+
It is also featured in the [Android Arsenal](https://android-arsenal.com/details/3/1262) !
12
+
11
13
## How To
12
14
13
15
You need [ProjectRTC](https://github.com/pchab/ProjectRTC) up and running, and it must be somewhere that your android can access. (You can quickly test this with your android browser). Modify the host string (in res/values/strings.xml) to the server IP.
14
16
15
-
When you launch the app, you will be given several options to send a message : "Call someone"
17
+
When you launch the app, you will be given several options to send a message : "Call someone".
16
18
Use this menu to send a link of your stream. This link can be opened with a WebRTC-capable browser or by another AndroidRTC.
0 commit comments