Re: [webrtc-extensions] Need to specify behavior of detached RTCDataChannel objects. (#115)

Detached channels have their ready state set to closed. So send should throw.
[[IsTransferable]] plays the same role as [[Detached]]. We should probably use [[Detached]] and remove [[IsTransferable]].

With regards to getDataChannels(), a detached channel ready state being closed, it should not appear in getDataChannels.
We might need to update RTCDataChannel transfer steps so that this happens depending on how getDataChannels is specified.

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


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

Received on Tuesday, 27 September 2022 09:01:41 UTC