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

Cannot create offer after stop transceiver #2638

Closed
medved276 opened this issue Mar 25, 2021 · 1 comment
Closed

Cannot create offer after stop transceiver #2638

medved276 opened this issue Mar 25, 2021 · 1 comment

Comments

@medved276
Copy link

I use peerConnection with some transceivers.
When I stop 2 of them...
pc.getTransceivers()[0].stop()
...I try to createOffer at some moment.
But I got
Failed to execute 'setLocalDescription' on 'RTCPeerConnection': Failed to set local offer sdp: The m= section with mid='2' should be rejected.
What incorrect?

@henbos
Copy link
Contributor

henbos commented Mar 25, 2021

If you believe you have found a bug in a chromium-based browser, you may file a bug report over at https://crbug.com/.
But if you do, please provide a code snippet for example using https://codepen.io/ or https://jsfiddle.net/ that reproduces the problem so that one of the engineers can take a look.

@henbos henbos closed this as completed Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants