-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OnnegotiationNeeded should get triggered after negotiation is done and still the negotiation is needed. #1491
Comments
@sumeet-tiwari-samespace thanks for creating this issue. can you provide a test that reproduces this issue? |
@tarrencev
Then OnnegotiationNeeded should trigger after negotiation is done, coz the peerconnection still needs negotiation as the new track was added after creating answer. |
@sumeet-tiwari-samespace you add a track to PeerConnection? sender, err := peerConnection.AddTrack(outputTrack) |
yes @tekig |
@sumeet-tiwari-samespace I may have misunderstood your problem, can you please attach the full code for testing. |
Resolving for lack of activity @sumeet-tiwari-samespace if you are still have this issue/other repro ideas please re-open! thank you |
Your environment.
What did you do?
Added a track right after creating answer, but negotiation was not complete yet, but no onNegotiationNeeded is triggered ever , even after negotiation got completed.
What did you expect?
OnnegotiationNeeded should get triggered once negotiation is completed
What happened?
OnnegotiationNeeded was not fired.
It fires only when track is added after negotiation is completed.
The text was updated successfully, but these errors were encountered: