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

> Doesn't this clash with the functionality to transfer data channels to workers

Good point.
As long as we are ok removing the transferred data channel from the list returned by getDataChannels(), we should be good.
We would need to ensure that the "remove from getDataChannel" steps happen when transferring the data channel (typically when the transferred data channel state gets to closed).

-- 
GitHub Notification of comment by youennf
Please view or discuss this issue at https://github.com/w3c/webrtc-extensions/issues/110#issuecomment-1251332154 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 17:35:31 UTC