linphone-tutorials/uwp/cs/00_HelloWorld/Readme.md
2021-09-13 15:50:58 +02:00

821 B

Linphone X UWP tutorial 00_HelloWorld

The first tutorial is just here to display a hello world app with the current Linphone's version number.

Don't forget to install those NuGet packages :

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 happen, 
│       jump into this file to learn about Linphone core creation and how to display a hello world.
│
└───Assets : default UWP app assets
    │   LockScreenLogo.scale-200.png
    │   ...