You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
linphone-tutorials/java
Ghislain MARY e44404fe32
Add Java tutorials.
2 weeks ago
..
0-HelloWorld Add Java tutorials. 2 weeks ago
1-AccountLogin Add Java tutorials. 2 weeks ago
2-IncomingCall Add Java tutorials. 2 weeks ago
3-OutgoingCall Add Java tutorials. 2 weeks ago
.gitignore Add Java tutorials. 2 weeks ago
README.md Add Java tutorials. 2 weeks ago

README.md

Java tutorials

Tutorials are numbered 0 to 3, and we recommend you to read them in that order as features from previous tutorials are used in the next ones, such as account login.

Each tutorial is a full project, so you should build it and run it independently. For each tutorial, you need to extract the Linphone Java SDK zip file in the tutorial directory and run ./gradlew run to execute it.

Code is being kept as short and simple as possible, and comments explain how and why things are being done.

Full Java API is available here.