linphone-tutorials/android/kotlin/3-IncomingCall
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

Incoming call tutorial

This tutorial will focus on how the app will be notified when a call is being received and how to either accept it or terminate it.

We'll also cover how to toggle the microphone and the speakerphone during an active call.

If you want to test it on either a device or an emulator, you'll need another SIP client to make the call. If you don't, you can use the outgoing call tutorial to do it.

Note that once again changes to app/build.gradle and AndroidManifest.xml files were made to enable some features in our SDK.