Skip to content

Commit e222a2a

Browse files
committed
Update README.md
1 parent b9fab67 commit e222a2a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,17 @@ If you want to use them in your project, I recommend working with IntelliJ IDEA
1515

1616
- Start a new android application project
1717
- Add the .jar and .so in the libs folder
18-
- Right-click "add as library"
18+
- Right-click "add as library"
19+
20+
## How To
21+
22+
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).
23+
24+
When you launch the app, you will be given several options to send a message : "Call someone"
25+
Use this menu to send the link to your stream. This link can be opened with a WebRTC-capable browser or by another AndroidRTC.
26+
The video call should then start.
27+
28+
Your stream should appear as "android_test" in ProjectRTC, so you can also use the call feature there.
1929

2030
## Author
2131

0 commit comments

Comments
 (0)