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
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,17 @@ If you want to use them in your project, I recommend working with IntelliJ IDEA
15
15
16
16
- Start a new android application project
17
17
- 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.
0 commit comments