Re: [webrtc-pc] Should garbage collecting RTCDataChannels be observable? (#2624)

> we need language that says that if a peer connection is actively sending any data from audio, video or data channel, then it MUST not be garbage collected.

This is a bit vague, we should probably look at the rules each browser is using to prevent GC so that we can define more precise rules.
WebKit is probably only allowing closed peer connection to be GCed right now. Maybe "failed" would be ok if it is terminal without some JS calls being made on the RTCPeerConnection.

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


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

Received on Monday, 30 January 2023 14:11:06 UTC