linphone-tutorials/uwp/cs/00_HelloWorld
Thibault Lemaire aca479888a Give the UWP Tutorial a little refresher
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)
2022-02-17 16:10:10 +01: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
00_HelloWorld.csproj Give the UWP Tutorial a little refresher 2022-02-17 16:10:10 +01: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 Give the UWP Tutorial a little refresher 2022-02-17 16:10:10 +01:00
Package.appxmanifest Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
Readme.md Give the UWP Tutorial a little refresher 2022-02-17 16:10:10 +01:00

Linphone X UWP tutorial 00_HelloWorld

The first tutorial is just a hello world app displaying the current SDK version number.

Main files :

00_HelloWorld
│   README.md : you are here
│   App.xaml(.cs) : Default Windows Application file, nothing special here
│   MainPage.xaml(.cs) : This is were the magic happens, 
│       jump into this file to learn the basics of how to setup your app to use Linphone by creating the Core object.
│
└───Assets : default UWP app assets
    │   LockScreenLogo.scale-200.png
    │   ...