Re: [webrtc-pc] PC.local_description and friends - snapshot views or dynamic views? (#2977)

So this would replace all the places with "add candidate to connection.[[PendingLocalDescription]].sdp" and similar with
"replace connection.[[PendingLocalDescription]] with a new object where 'candidate' has been added to the sdp"?

This works for me; x = pc.localDescription; x === pc.localDescription; await addCandidate(); x !== pc.LocalDescription


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


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

Received on Thursday, 6 June 2024 14:37:10 UTC