aca479888a
In order to write an equivalent tutorial for Xamarin, I am first following the UWP tutorial. Fixed many little spelling mistakes and rephrased some sentences. Fixed a crash when video is requested but the device has no camera. Fixed a crash when opening an audio recording. (Linphone.Content.FilePath returns a path with mixed '/' and '\'. I don't know why and I'm not sure I understand why the file was auto-downloaded either) |
||
---|---|---|
.. | ||
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
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.