linphone-tutorials/uwp/cs
2021-09-13 15:50:58 +02:00
..
00_HelloWorld Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
01_AccountLogin Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
02_IncomingCall Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
03_OutgoingCall Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
04_BasicChat Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
05_FileTransfer Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
06_GroupChat Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
07_AdvancedChat Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
Readme.md Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
TutorialsCS.sln Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00

Linphone X UWP tutorial

Welcome to the C# tutorial, we are going to learn how to use the LinphoneSDK in the UWP (Universal Windows Platform) environment.

We recommend you to use Visual Studio 2019 to follow this tutorial.

First of all you can open the TutorialsCS solution in Visual Studio (TutorialsCS.sln) . Under the solution you will find several projects, each is a step from a hello world to a nearly full communication app using LinphoneSDK. Each step work and can be run independently, and in each step the new "Linphone" code is explained.

Don't forget to get a look at Liblinphone doc to see the complete list of available APIs.

You can find a readme file in each project, explaining the project goal and how to run and understand it.