microsoft / MixedReality-WebRTC

MixedReality-WebRTC is a collection of components to help mixed reality app developers integrate audio and video real-time communication into their application and improve their collaborative experience
https://microsoft.github.io/MixedReality-WebRTC/
MIT License
898 stars 277 forks source link

How to creat a listener on not capture device? #821

Open Xiink opened 2 years ago

Xiink commented 2 years ago

I have a UWP app in Hololens2 and I want to get the live stream from Hololens2 and show on my pc UWP app.

But my pc without any capture device so when I initialize PeerConnection I will get a error "No capture device available".

I wonder whether it's a bug or I require more steps.