[webrtc-pc] If you close your data channel before first offer, does the "m=application" line still show up? (#2839)

henbos has just created a new issue for https://github.com/w3c/webrtc-pc:

== If you close your data channel before first offer, does the "m=application" line still show up? ==
In Chromium, we recently fixed a bug that would leave closed RTCDataChannels in a "closing" state indefinitely if it was never negotiated.
When we fixed this bug, we found out that if there are no other DCs then the first offer will not have the "m=application" line until more DCs are created.

Now the question is: should we or should we not have an m=application line in this case?

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2839 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 15 March 2023 13:53:57 UTC