linphone-tutorials/android/kotlin/4-OutgoingCall
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

Outgoing call tutorial

In the previous tutorial we saw how to handle an incoming call, now let's start one.

We'll also see how to enable video during a call, switch between the front and back cameras if available and display our own preview.