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/qt/02_IncomingCall
Ghislain MARY dfad6c515f
Add 02_IncomingCall qt tutorial.
5 months ago
..
src Add 02_IncomingCall qt tutorial. 5 months ago
ui Add 02_IncomingCall qt tutorial. 5 months ago
.gitignore Add 02_IncomingCall qt tutorial. 5 months ago
CMakeLists.txt Add 02_IncomingCall qt tutorial. 5 months ago
README.md Add 02_IncomingCall qt tutorial. 5 months ago
resources.qrc Add 02_IncomingCall qt tutorial. 5 months ago

README.md

Incoming call tutorial

This time we are going to receive our first calls!

If you don't have SIP friends to test with, you can also install Linphone on your mobile device (Android or iOS) and call yourself with a different account.

How to build

In the following instructions, replace by the real path where your SDK is located, e.g. ~/projects/linphone-sdk/build-default/linphone-sdk/desktop/

mkdir build
cd build
cmake .. -DCMAKE_PREFIX_PATH=<PATH-TO-SDK>
cmake --build .