Re: [webrtc-pc] Add RTCPeerConnection.getDataChannels() (#2770)

A few notes: It might be interesting to add a slot in `RTCDataChannel` to its `RTCPeerConnection` object. It would make referencing it easier, and it would allow us to have a path to the channel's associated `RTCSctpTransport` object to read its `maxMessageSize` during the [send() algorithm step 4](https://w3c.github.io/webrtc-pc/#datachannel-send).

-- 
GitHub Notification of comment by Orphis
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/2770#issuecomment-1249946595 using your GitHub account


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

Received on Saturday, 17 September 2022 00:04:38 UTC