linphone-tutorials/uwp/cs/01_AccountLogin
2021-09-13 15:50:58 +02:00
..
Assets Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
Properties Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
01_AccountLogin.csproj Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
App.xaml Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
App.xaml.cs Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
MainPage.xaml Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
MainPage.xaml.cs Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
Package.appxmanifest 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

Linphone X UWP tutorial 01_AccountLogin

In this tutorial we present you the different steps to login and logout a SIP account.

To first register an account go here : https://www.linphone.org/freesip/home

Don't forget to install those NuGet packages :

New/updated files to watch :

01_AccountLogin
│   MainPage.xaml(.cs) : This time this page is a minimalist login page and it display your login status.
│                   Watch its code to understand how to login/out with LinphoneSDK.