Skip to content

Commit d26c534

Browse files
committed
Update README.md
1 parent 1284af6 commit d26c534

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
An Android client for [ProjectRTC](https://github.com/pchab/ProjectRTC).
66

77
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.
99
You can import the webrtc-client module in your own app if you want to work with it.
1010

1111
## How To
1212

1313
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.
1414

15-
When you launch the app, you will be given several options to send a message : "Call someone"
15+
When you launch the app, you will be given several options to send a message : "Call someone".
1616
Use this menu to send a link of your stream. This link can be opened with a WebRTC-capable browser or by another AndroidRTC.
1717
The video call should then start.
1818

0 commit comments

Comments
 (0)