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/01_AccountLogin
Thibault Lemaire aca479888a
Give the UWP Tutorial a little refresher
3 years ago
..
Assets Tutorial for LinphoneSDK x UWP - C# 3 years ago
Properties Tutorial for LinphoneSDK x UWP - C# 3 years ago
01_AccountLogin.csproj Give the UWP Tutorial a little refresher 3 years ago
App.xaml Tutorial for LinphoneSDK x UWP - C# 3 years ago
App.xaml.cs Tutorial for LinphoneSDK x UWP - C# 3 years ago
MainPage.xaml Tutorial for LinphoneSDK x UWP - C# 3 years ago
MainPage.xaml.cs Give the UWP Tutorial a little refresher 3 years ago
Package.appxmanifest Tutorial for LinphoneSDK x UWP - C# 3 years ago
Readme.md Give the UWP Tutorial a little refresher 3 years ago

Readme.md

Linphone X UWP tutorial 01_AccountLogin

This project will walk you through the different steps of logging in and out of a SIP account.

If you do not yet have a SIP account, please create one here : https://www.linphone.org/freesip/home

New/updated files to watch :

01_AccountLogin
│   MainPage.xaml(.cs) : This was changed to a minimalist login page and displays your login status.
│                        take a look at the code to understand how to login/out with LinphoneSDK.