Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

PeerConnection implicitly creates a datachannel on CreateOffer #1349

Closed
wdouglass opened this issue Jul 28, 2020 · 0 comments · Fixed by #1350
Closed

PeerConnection implicitly creates a datachannel on CreateOffer #1349

wdouglass opened this issue Jul 28, 2020 · 0 comments · Fixed by #1350
Assignees

Comments

@wdouglass
Copy link
Member

Creating a channel implicitly goes against the w3c standard, this should be removed for v3

Your environment.

What did you do?

Created/Connected a peerconnection with a single video channel

What did you expect?

An SDP with a single mediaSection

What happened?

the SDP has an extra mediaSection of type "application"

@wdouglass wdouglass self-assigned this Jul 28, 2020
wdouglass added a commit that referenced this issue Jul 28, 2020
Don't create data media sections unless we're asked to

Fixes #1349
wdouglass added a commit that referenced this issue Jul 29, 2020
Don't create data media sections unless we're asked to

Fixes #1349
wdouglass added a commit that referenced this issue Jul 29, 2020
Don't create data media sections unless we're asked to

Fixes #1349
wdouglass added a commit that referenced this issue Jul 29, 2020
Don't create data media sections unless we're asked to

Fixes #1349
Sean-Der pushed a commit that referenced this issue Jul 29, 2020
Don't create data media sections unless we're asked to

Fixes #1349
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant