linphone-tutorials/android/kotlin/5-BasicChat
Sylvain Berfini f004b5c107 Added READMEs
2021-09-08 16:04:17 +02:00
..
.idea Renamed Android tutorials 2021-09-08 10:26:42 +02:00
app Renamed Android tutorials 2021-09-08 10:26:42 +02:00
gradle/wrapper Renamed Android tutorials 2021-09-08 10:26:42 +02:00
.gitignore Renamed Android tutorials 2021-09-08 10:26:42 +02:00
build.gradle Renamed Android tutorials 2021-09-08 10:26:42 +02:00
gradle.properties Renamed Android tutorials 2021-09-08 10:26:42 +02:00
gradlew Renamed Android tutorials 2021-09-08 10:26:42 +02:00
gradlew.bat Renamed Android tutorials 2021-09-08 10:26:42 +02:00
README.md Added READMEs 2021-09-08 16:04:17 +02:00
settings.gradle Renamed Android tutorials 2021-09-08 10:26:42 +02:00

Basic chat tutorial

This tutorial will demonstrate how to send and display a simple SIP message containing either text or an image (but it works the same for any kind of file).

Note that for file transfer, a file transfer server is required. In this tutorial we'll use the one at https://www.linphone.org:444/lft.php that we use in our own linphone-android and linphone-iphone apps, but you can get it's source code and deploy your own.

Messages sent in this tutorial are standard SIP messages, so no matter the SIP proxy server you are using it should work, unlike the next advanced chat tutorial.