opentok / opentok-windows-sdk-samples

Sample applications illustrating best practices using OpenTok Windows SDK
MIT License
9 stars 29 forks source link

OPENTOK-50350 Sample to create a UWP desktop app with the regular windows SDK #45

Closed sergioturgil-vonage closed 1 year ago

sergioturgil-vonage commented 1 year ago

Shows how to create a UWP desktop app with the regular windows SDK instead of the specific UWP SDK. It uses the netstandard2.0 version of OpenTok, a custom UWP dispatcher and a custom UWP renderer.

This sample is required because the regular windows SDK no longer supports UWP desktop apps out-of-the-box. We now need to provide the video renderer and the dispatcher.