Adding MyFirstWinRtc
This commit is contained in:
Augusto Righetto 2020-05-18 16:25:58 -07:00 коммит произвёл GitHub
Родитель 52d0dd9f3a
Коммит cfcc90744b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,13 @@ We're in our earlier stages, stay tuned because we're going to be developing thi
The `WebRtcWrapper` folder contains an alpha version of WinRT wrappers for WebRTC. With these wrappers you'll be able to consume WebRTC functionality from any WinRT projection. We're working on NuGet packages for these wrappers. It takes more than a .nuspec file to have binary code shipped in a NuGet package.
This is a work in progress and we'd love to hear from you.
This is a work in progress, and we would love to hear from you.
## Sample code for building a Xaml component
The MyFirstWinRtc folder contains sample code of a Xaml component and an UWP app using the WinRt/C++ projection. This sample code uses https://appr.tc as signaling, network traversal and another peer to connect with. The code is in this folder is for educational purposes only.
This is a work in progress, and we would love to hear from you.
# Contributing