You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version: 0.11.0
Looks like there's a regression in 0.11.0 compared to 0.8.0, that i am currently using, here's a minimal code that reproduces the potential bug:
Description: I've created a thread local track, added it to the peer connection and tried to get it showing up within my webrtc answer. I am using a simple OFFER, that i grabbed from by browser - it offers a VP8 video track from the built in web cam.
Version:
0.11.0
Looks like there's a regression in
0.11.0
compared to0.8.0
, that i am currently using, here's a minimal code that reproduces the potential bug:Description: I've created a thread local track, added it to the peer connection and tried to get it showing up within my webrtc answer. I am using a simple
OFFER
, that i grabbed from by browser - it offers aVP8
video track from the built in web cam.Expected answer (behavior of
0.8.0
):Actual (what i am getting in
0.11.0
):Explanation:
0.11.0
's answer is missing this partIn other words, the local track, that i've just created wont show up. Am i doing it wrong? Is there a workaround for that?
The text was updated successfully, but these errors were encountered: