.. | ||
Assets | ||
Properties | ||
01_AccountLogin.csproj | ||
App.xaml | ||
App.xaml.cs | ||
MainPage.xaml | ||
MainPage.xaml.cs | ||
Package.appxmanifest | ||
Readme.md |
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 :
- LinphoneSDK (can be found here : https://www.linphone.org/snapshots/windows/sdk/)
- Microsoft.NETCore.UniversalWindowsPlatform (version 6.2.12 recommended)
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.