Skip to content
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

Generate answer to match group bundle in offer #2563

Merged
merged 1 commit into from
Sep 7, 2023
Merged

Conversation

cnderrauber
Copy link
Member

Description

User report negotiation failed in livekit/livekit#1850.

When the client sends offer to stop a transceiver (inactive), it removes the media section from group bundle, but pion still includes the media section in the answer, making negotiation failed by Failed to set remote answer sdp: A BUNDLE group in answer contains a MID='3' that was not in the offered group.

@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

Patch coverage is 100.00% of modified lines.

Files Changed Coverage
peerconnection.go 100.00%
rtpcodec.go 100.00%
sdp.go 100.00%

📢 Thoughts on this report? Let us know!.

@cnderrauber
Copy link
Member Author

As the v4.0 has not been released, created a v3 branch to hold the v3 fix development, will pick this to master too once it is merged. @Sean-Der

Generate answer to match group bundle in offer
@Sean-Der
Copy link
Member

Sean-Der commented Sep 7, 2023

Thanks for starting a /v3 @cnderrauber !

@cnderrauber cnderrauber merged commit 36dcdde into v3 Sep 7, 2023
15 checks passed
@cnderrauber cnderrauber deleted the bundle_match branch September 7, 2023 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants