- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Thu, 21 Sep 2023 14:21:53 +0000
- To: public-webrtc-logs@w3.org
The following commits were just pushed by alvestrand to https://github.com/w3c/webrtc-extensions: * Add RTCIceTransport extensions by Sameer Vijaykar https://github.com/w3c/webrtc-extensions/commit/387b243052aaf4fa58b153bce8c966ca93947b0d * Remove the ProposalPending internal slot (for now) This slot is only needed once method(s) are added to RTCIceTransport to perform ICE actions, eg. pruneCandidatePair(). Then the slot is used to guard against performing another action while a proposal is pending resolution. So defer adding the slot until methods are added. by Sameer Vijaykar https://github.com/w3c/webrtc-extensions/commit/e4f75448b9f9e724c37fee60697cbe73bc9bf000 * Add candidatepairadded event This event adds symmetry to the candidate pair lifecycle, so apps are informed of both candidate pair formation and pruning. The candidatepairadded event is not strictly necessary for the pruneproposed event, but makes it easier to use. by Sameer Vijaykar https://github.com/w3c/webrtc-extensions/commit/7dbb8860daf4bd19b6313c2abae514f5156b0fff * Rename pruning event to icecandidatepairprune by Sameer Vijaykar https://github.com/w3c/webrtc-extensions/commit/ff18ac7d3121eee71f882807eae04ecb072248d5 * Rename candidatepairadded event to icecandidatepair by Sameer Vijaykar https://github.com/w3c/webrtc-extensions/commit/789cc4783ad631337e0826f377da821d6a6ecf83 * Replace dictionary attribute with interface attributes. by Sameer Vijaykar https://github.com/w3c/webrtc-extensions/commit/a0e4a1ea225c11cf9c499ba8a1ea17c233c48075 * Fix HTML validation errors. by Sameer Vijaykar https://github.com/w3c/webrtc-extensions/commit/96eb5fdad80ed3f081bcfb01bbe7656278109613 * Rename events to add/remove. by Sameer Vijaykar https://github.com/w3c/webrtc-extensions/commit/9c3d3f0fd686323f370ef92cd5b181fa612a30ca * Merge pull request #168 from sam-vi/samvi-166-pruneproposal Prevent candidate pair removal by Harald Alvestrand https://github.com/w3c/webrtc-extensions/commit/3ab7dbdd27939d8f5d43cf82478018c438dcfa68 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 21 September 2023 14:21:55 UTC