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/uwp/cs
Anthony Gauchy 29f4bbef5c
Tutorial for LinphoneSDK x UWP - C#
3 years ago
..
00_HelloWorld Tutorial for LinphoneSDK x UWP - C# 3 years ago
01_AccountLogin Tutorial for LinphoneSDK x UWP - C# 3 years ago
02_IncomingCall Tutorial for LinphoneSDK x UWP - C# 3 years ago
03_OutgoingCall Tutorial for LinphoneSDK x UWP - C# 3 years ago
04_BasicChat Tutorial for LinphoneSDK x UWP - C# 3 years ago
05_FileTransfer Tutorial for LinphoneSDK x UWP - C# 3 years ago
06_GroupChat Tutorial for LinphoneSDK x UWP - C# 3 years ago
07_AdvancedChat Tutorial for LinphoneSDK x UWP - C# 3 years ago
Readme.md Tutorial for LinphoneSDK x UWP - C# 3 years ago
TutorialsCS.sln Tutorial for LinphoneSDK x UWP - C# 3 years ago

Readme.md

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.