Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+0/-0/💬3)
  2 issues received 3 new comments:
  - #2819 Why is RTCIceCandidatePairStats.totalRoundTripTime mandatory to implement, but not responsesReceived? (2 by fippo, jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/2819 
  - #583 Is it OK to call addTransceiver() with a track already added by addTrack()? (1 by fukemy)
    https://github.com/w3c/webrtc-pc/issues/583 [Chair decision needed] 

* w3c/webrtc-stats (+5/-2/💬24)
  5 issues created:
  - Assorted comments on `RTCAudioPlayoutStats` (by padenot)
    https://github.com/w3c/webrtc-stats/issues/742 
  - Feedback on audio capture stats (by padenot)
    https://github.com/w3c/webrtc-stats/issues/741 
  - availableOutgoingBitrate is also available when send-side BWE is not used (by fippo)
    https://github.com/w3c/webrtc-stats/issues/740 
  - Confusing use of the terms defined and undefined (by jan-ivar)
    https://github.com/w3c/webrtc-stats/issues/737 
  - Clarify that metrics are undefined when their value is not yet determined or unknown (by henbos)
    https://github.com/w3c/webrtc-stats/issues/736 

  6 issues received 24 new comments:
  - #742 Assorted comments on `RTCAudioPlayoutStats` (1 by jan-ivar)
    https://github.com/w3c/webrtc-stats/issues/742 
  - #741 Feedback on audio capture stats (1 by henbos)
    https://github.com/w3c/webrtc-stats/issues/741 
  - #737 Confusing use of the terms defined and undefined (2 by henbos)
    https://github.com/w3c/webrtc-stats/issues/737 
  - #736 Clarify that metrics are omitted when their value is not yet determined or unknown (7 by fippo, henbos, jan-ivar)
    https://github.com/w3c/webrtc-stats/issues/736 [Ready for PR] [Editorial] 
  - #731 scalabilityMode: Same as in getParameters() or not? (4 by Orphis, henbos)
    https://github.com/w3c/webrtc-stats/issues/731 
  - #730 The HW exposure check does not solve Cloud Gaming use cases (9 by aboba, pes10k, xingri)
    https://github.com/w3c/webrtc-stats/issues/730 [PR exists] [privacy-tracker] 

  2 issues closed:
  - totalInterFrameDelay, and totalSquaredInterFrameDelay are video only https://github.com/w3c/webrtc-stats/issues/656 [PR exists] [Proposed Rec Blocker] 
  - Confusing use of the terms defined and undefined https://github.com/w3c/webrtc-stats/issues/737 [Ready for PR] 

* w3c/webrtc-ice (+0/-0/💬1)
  1 issues received 1 new comments:
  - #34 Support for ICE Forking (1 by vmx)
    https://github.com/w3c/webrtc-ice/issues/34 

* w3c/mediacapture-main (+3/-0/💬5)
  3 issues created:
  - Global object relevant to what? (by jan-ivar)
    https://github.com/w3c/mediacapture-main/issues/938 [editorial] 
  - Should we introduce a media stream task source? (by youennf)
    https://github.com/w3c/mediacapture-main/issues/935 
  - Don't block getUserMedia on the user typing in URL bar (by jan-ivar)
    https://github.com/w3c/mediacapture-main/issues/934 

  1 issues received 5 new comments:
  - #933 Fitness distance steps 4 and 5 are inconsistent with the rest of the spec (5 by eehakkin, guidou)
    https://github.com/w3c/mediacapture-main/issues/933 

* w3c/mediacapture-screen-share (+1/-0/💬2)
  1 issues created:
  - Exposing mouse events from captured surfaces (by eladalon1983)
    https://github.com/w3c/mediacapture-screen-share/issues/259 

  2 issues received 2 new comments:
  - #259 Exposing mouse events from captured surfaces (1 by happylinks)
    https://github.com/w3c/mediacapture-screen-share/issues/259 
  - #258 Capability Delegation for getDisplayMedia() (1 by bradisbell)
    https://github.com/w3c/mediacapture-screen-share/issues/258 

* w3c/webrtc-extensions (+1/-6/💬14)
  1 issues created:
  - Why RTCRtpHeaderExtensionCapability URI field is not required? (by youennf)
    https://github.com/w3c/webrtc-extensions/issues/144 

  7 issues received 14 new comments:
  - #144 Why RTCRtpHeaderExtensionCapability URI field is not required? (1 by henbos)
    https://github.com/w3c/webrtc-extensions/issues/144 
  - #137 FrozenArray on headerExtensionsToOffer a mistake, wrong semantics (1 by henbos)
    https://github.com/w3c/webrtc-extensions/issues/137 [PR exists] 
  - #136 headerExtensionsToOffer entries are mutable which is surprising (1 by henbos)
    https://github.com/w3c/webrtc-extensions/issues/136 [PR exists] 
  - #135 headerExtensionsToOffer fails to freeze array (1 by henbos)
    https://github.com/w3c/webrtc-extensions/issues/135 [PR exists] 
  - #134 Should setOfferedHeaderExtensions be allowed to restart stopped extensions? (8 by fippo, henbos)
    https://github.com/w3c/webrtc-extensions/issues/134 
  - #132 Suggestion: rename [[HeaderExtensionsToOffer]] to [[HeaderExtensionsSupported]] (1 by henbos)
    https://github.com/w3c/webrtc-extensions/issues/132 [PR exists] 
  - #130 Potential web compat issue with setOfferedRtpHeaderExtensions (1 by henbos)
    https://github.com/w3c/webrtc-extensions/issues/130 [PR exists] 

  6 issues closed:
  - headerExtensionsToOffer fails to freeze array https://github.com/w3c/webrtc-extensions/issues/135 [PR exists] 
  - headerExtensionsToOffer entries are mutable which is surprising https://github.com/w3c/webrtc-extensions/issues/136 [PR exists] 
  - FrozenArray on headerExtensionsToOffer a mistake, wrong semantics https://github.com/w3c/webrtc-extensions/issues/137 [PR exists] 
  - Suggestion: rename [[HeaderExtensionsToOffer]] to [[HeaderExtensionsSupported]] https://github.com/w3c/webrtc-extensions/issues/132 [PR exists] 
  - Potential web compat issue with setOfferedRtpHeaderExtensions https://github.com/w3c/webrtc-extensions/issues/130 [PR exists] 
  - Header extension: direction woes and renames https://github.com/w3c/webrtc-extensions/issues/141 [PR exists] 

* w3c/webrtc-encoded-transform (+1/-0/💬0)
  1 issues created:
  - SFrameTransform should inherit from EventTarget (by dontcallmedom)
    https://github.com/w3c/webrtc-encoded-transform/issues/175 



Pull requests
-------------
* w3c/webrtc-pc (+3/-2/💬2)
  3 pull requests submitted:
  - Annotate amendment boxes (by dontcallmedom)
    https://github.com/w3c/webrtc-pc/pull/2833 
  - add RTCIceCandidatePairResponsesReceived to MTI stats (by fippo)
    https://github.com/w3c/webrtc-pc/pull/2832 
  - Re-organize respec plugins (by dontcallmedom)
    https://github.com/w3c/webrtc-pc/pull/2831 [Editorial] 

  2 pull requests received 2 new comments:
  - #2832 add RTCIceCandidatePair.responsesReceived to MTI stats (1 by dontcallmedom)
    https://github.com/w3c/webrtc-pc/pull/2832 
  - #2824 Update to ReSpec version 32.7.1 (1 by dontcallmedom)
    https://github.com/w3c/webrtc-pc/pull/2824 [Editors can integrate] [Editorial] [repo-management] 

  2 pull requests merged:
  - Annotate amendment boxes
    https://github.com/w3c/webrtc-pc/pull/2833 [Editorial] 
  - Re-organize respec plugins
    https://github.com/w3c/webrtc-pc/pull/2831 [Editorial] 

* w3c/webrtc-stats (+2/-3/💬12)
  2 pull requests submitted:
  - Clarify "exists" and "only defined for" (by fippo)
    https://github.com/w3c/webrtc-stats/pull/739 
  - Fix wrong html tag for mediaSourceId description (by fippo)
    https://github.com/w3c/webrtc-stats/pull/738 

  3 pull requests received 12 new comments:
  - #738 Fix wrong html tag for mediaSourceId description (3 by dontcallmedom, fippo, henbos)
    https://github.com/w3c/webrtc-stats/pull/738 
  - #735 specifiy inbound-rtp RTX statistics (2 by vr000m)
    https://github.com/w3c/webrtc-stats/pull/735 
  - #732 Expose powerEfficientEncoder/Decoder if MediaCapabilities allows it (7 by aboba, henbos, pes10k, xingri)
    https://github.com/w3c/webrtc-stats/pull/732 

  3 pull requests merged:
  - mark totalInterFrameDelay and totalSquaredInterFrameDelay as video-only
    https://github.com/w3c/webrtc-stats/pull/733 
  - Clarify "exists" and "only defined for"
    https://github.com/w3c/webrtc-stats/pull/739 
  - Fix wrong html tag for mediaSourceId description
    https://github.com/w3c/webrtc-stats/pull/738 

* w3c/mediacapture-main (+3/-0/💬0)
  3 pull requests submitted:
  - Move "global" internal slots to MediaDevices, and fix "relevant object" links (by jan-ivar)
    https://github.com/w3c/mediacapture-main/pull/939 [editorial] 
  - Remove focus requirement on enumerateDevices, for real this time #912. (by jan-ivar)
    https://github.com/w3c/mediacapture-main/pull/937 
  - Remove focus from mute/unmute SHOULD prose to match #912 best practice. (by jan-ivar)
    https://github.com/w3c/mediacapture-main/pull/936 

* w3c/webrtc-extensions (+1/-1/💬1)
  1 pull requests submitted:
  - Make RTCRtpHeaderExtensionCapability attributes required (by henbos)
    https://github.com/w3c/webrtc-extensions/pull/145 

  1 pull requests received 1 new comments:
  - #142 Update header extensions API to get-modify-set. (1 by henbos)
    https://github.com/w3c/webrtc-extensions/pull/142 [editors can integrate] 

  1 pull requests merged:
  - Update header extensions API to get-modify-set.
    https://github.com/w3c/webrtc-extensions/pull/142 [editors can integrate] 

* web-platform-tests/wpt (+0/-1/💬0)
  1 pull requests merged:
  - Mark OverconstrainedError to inherit from DOMException
    https://github.com/web-platform-tests/wpt/pull/38734 [mediacapture-streams] [chromium-export] [mediacapture-image] [screen-capture] [wg-s_webrtc] 


Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/webrtc-pc
* https://github.com/w3c/webrtc-identity
* https://github.com/w3c/webrtc-stats
* https://github.com/w3c/webrtc-charter
* https://github.com/w3c/webrtc-priority
* https://github.com/w3c/webrtc-ice
* https://github.com/w3c/webrtc-nv-use-cases
* https://github.com/w3c/mediacapture-main
* https://github.com/w3c/mediacapture-record
* https://github.com/w3c/mediacapture-image
* https://github.com/w3c/mediacapture-fromelement
* https://github.com/w3c/mediacapture-output
* https://github.com/w3c/mediacapture-screen-share
* https://github.com/w3c/mst-content-hint
* https://github.com/w3c/webrtc-svc
* https://github.com/w3c/webrtc-extensions
* https://github.com/w3c/webrtc-provisional-stats
* https://github.com/w3c/webrtc-encoded-transform
* https://github.com/w3c/mediacapture-automation
* https://github.com/w3c/mediacapture-transform
* https://github.com/w3c/mediacapture-region
* https://github.com/w3c/mediacapture-handle
* https://github.com/w3c/mediacapture-viewport
* https://github.com/web-platform-tests/wpt


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

Received on Tuesday, 7 March 2023 17:00:22 UTC