Re: [webrtc-pc] Add support for WebRTC Data Channel in Workers (#230)

@jimmywarting @benjamingr The "work" would probably involve implementing the [RTCDtlsTransport](http://draft.ortc.org/#rtcdtlstransport*) and [RTCDataChannel](http://draft.ortc.org/#rtcdatachannel*) interfaces from ORTC, in addition to [WebRTC-ICE](https://w3c.github.io/webrtc-ice/) which had an Origin Trial in Chrome last Spring along with [WebRTC-QUIC](https://w3c.github.io/webrtc-quic/).

The big question is whether there is enough motivation for browser vendors to support RTDataChannel in workers, as opposed to RTCQuicTransport in workers.  [WebTransport API](https://wicg.github.io/web-transport/) seems to be garnering interest, the existing WebRTC data channel not so much. 

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

Received on Monday, 4 May 2020 20:34:57 UTC