Files
linphone-tutorials/uwp/cs/00_HelloWorld

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
    │   ...