- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Thu, 06 Jun 2024 14:37:09 +0000
- To: public-webrtc-logs@w3.org
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