Re: [webrtc-pc] Initial data channel state is inconsistent

> "This is the initial state of an RTCDataChannel object dispatched as a part of an RTCDataChannelEvent."

The sentence above is from the time when channels delivered by the 'datachannel' event were always open. I guess it should have been removed when we moved to the always 'connecting' approach. As long as we "delay" the 'datachannel' event enough so we consistently can say that all channels dispatched with the event always are open, I like that approach better. At least now I can't see any major drawbacks with the hybrid solution suggested here.


-- 
GitHub Notification of comment by adam-be
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1761#issuecomment-386205834 using your GitHub account

Received on Thursday, 3 May 2018 06:54:45 UTC