Re: [webrtc-extensions] Investigate the possibility to interact with data channel in workers (#64)

Cool!

> If the peer connection that created the original data channel closes, the data channel gets closed.

That should only really affect service worker use cases, right?

> Current prototype restricts transferring data channels to 'connecting' state at the moment.

Since setting the `connecting` state is queued in a task, sending the data channel should still be possible directly after the `createDataChannel` call. If so, that would be a pragmatic and simple solution even when the SCTP association is already up.

-- 
GitHub Notification of comment by lgrahl
Please view or discuss this issue at https://github.com/w3c/webrtc-extensions/issues/64#issuecomment-795423263 using your GitHub account


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

Received on Wednesday, 10 March 2021 13:36:53 UTC