Files
linphone-tutorials/cs/02_outgoing_call/App.xaml
Anthony Gauchy ce2aceaeb4 Login tutorial for LinphoneSDK x UWP
Third step of the tutorial with the ability to perform outgoing calls.
Audio / video + controles (mic, speaker, cameras) are availables.
Dev only.
2020-12-21 10:52:25 +01:00

8 lines
247 B
XML

<Application
x:Class="_02_outgoing_call.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:_02_outgoing_call">
</Application>