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

C# UWP app Only the caller is able to get the remote and local video feed #860

Open Ankit055 opened 2 years ago

Ankit055 commented 2 years ago

Describe the bug Using two apps running on different systems When we click on the connect button from App1(Caller) then we are able to see the video in App2(Calle) but App2 local feed is not sent to App1

To Reproduce Steps to reproduce the behavior:

  1. Run the app in two systems Say System 1 and System 2
  2. Click on Connect (for Create offer) in System 1
  3. You will see that the video for local and remote is visible in System 2 and System 1 shows only the local camera feed
  4. See error

Expected behavior Both system 1 and system 2 apps should show both the remote and local video being rendered App1 (2)(1).zip