Re: [webrtc-extensions] Add getDataChannels() method on RTCPeerConnection (#110)

Doesn't this clash with the functionality to transfer data channels to workers which would have to invalidate/mock all transferred data channels returned by `getDataChannels`? The exact same argument can also be made on making `RTCPeerConnection` accessible on the `RTCDataChannel` - it would again have to be invalidated/mocked.

Because of this, I would be cautious to add this functionality.  As a developer, who is working with data channels a lot, I never had the need for this.

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


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

Received on Monday, 19 September 2022 07:10:38 UTC