What dependencies are needed for screen share?

We are using WebRTC for capturing and transmission.
For windows, the only requirement is a more-or-less recent windows 10 version (all windows 11 versions should be fine). More precisely:
Windows 10.0.19043 / 21H1 Update.

To my knowledge no vcredist is required. We don’t use Java.
For capturing, a runtime detection will chose a suiteable + compatible path for capturing. This considers DX, Windows Game Capture API and a more traditional Windows Screen Capture API.

So in other words, you shouldn’t need to worry about that if you are on a more recent (stock) Windows Version.

8 Likes