Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+2/-2/💬4)
  2 issues created:
  - Add RTCInboundRtpStreamStats.trackIdentifier to MTI stats (by henbos)
    https://github.com/w3c/webrtc-pc/issues/2747 
  - Enum RTCIceCredentialType with only one value (by Orphis)
    https://github.com/w3c/webrtc-pc/issues/2746 

  2 issues received 4 new comments:
  - #2746 Enum RTCIceCredentialType with only one value (2 by Orphis, aboba)
    https://github.com/w3c/webrtc-pc/issues/2746 
  - #2624 Should garbage collecting RTCDataChannels be observable? (2 by Orphis, alvestrand)
    https://github.com/w3c/webrtc-pc/issues/2624 [Ready for PR] 

  2 issues closed:
  - insertDTMF is synchronous, but relies on asynchronous state-checking logic https://github.com/w3c/webrtc-pc/issues/2738 [Editorial] 
  - Add RTCInboundRtpStreamStats.trackIdentifier to MTI stats https://github.com/w3c/webrtc-pc/issues/2747 [Ready for PR] 

* w3c/webrtc-stats (+2/-2/💬6)
  2 issues created:
  - WPTs need to be updated to reflect that various metrics have been removed (moved to provisional) (by henbos)
    https://github.com/w3c/webrtc-stats/issues/647 
  - The "Latest editor's draft" points to a June 14 version; latest change was June 29 (by henbos)
    https://github.com/w3c/webrtc-stats/issues/646 

  2 issues received 6 new comments:
  - #646 The "Latest editor's draft" points to a June 14 version; latest change was June 29 (3 by dontcallmedom, henbos)
    https://github.com/w3c/webrtc-stats/issues/646 [Editorial] 
  - #634 New metric to report minimum jitter buffer delay (3 by henbos)
    https://github.com/w3c/webrtc-stats/issues/634 

  2 issues closed:
  - The "Latest editor's draft" points to a June 14 version; latest change was June 29 https://github.com/w3c/webrtc-stats/issues/646 [Editorial] 
  - New metric to report minimum jitter buffer delay https://github.com/w3c/webrtc-stats/issues/634 

* w3c/mediacapture-main (+0/-1/💬0)
  1 issues closed:
  - Legacy GetUserMedia extension is not clearly marked "informative" https://github.com/w3c/mediacapture-main/issues/882 

* w3c/mediacapture-record (+1/-0/💬0)
  1 issues created:
  - Navigator.mediadevices.getUserMedia api is not working iOS Chrome (by SwathiMethuku)
    https://github.com/w3c/mediacapture-record/issues/214 

* w3c/webrtc-extensions (+1/-0/💬3)
  1 issues created:
  - Add getDataChannels() method on RTCPeerConnection (by Orphis)
    https://github.com/w3c/webrtc-extensions/issues/110 

  1 issues received 3 new comments:
  - #110 Add getDataChannels() method on RTCPeerConnection (3 by jan-ivar, jesup, juberti)
    https://github.com/w3c/webrtc-extensions/issues/110 [Ready for PR] 

* w3c/webrtc-provisional-stats (+0/-0/💬2)
  1 issues received 2 new comments:
  - #17 Add audio interruption metrics (2 by henbos, vr000m)
    https://github.com/w3c/webrtc-provisional-stats/issues/17 

* w3c/webrtc-encoded-transform (+0/-0/💬1)
  1 issues received 1 new comments:
  - #135 Need for modifying metadata (1 by nisse-work)
    https://github.com/w3c/webrtc-encoded-transform/issues/135 

* w3c/mediacapture-region (+0/-0/💬24)
  3 issues received 24 new comments:
  - #63 Cropping non-self-capture tracks (13 by alvestrand, eladalon1983, jan-ivar, steely-glint)
    https://github.com/w3c/mediacapture-region/issues/63 
  - #46 Should we support strings in addition or in lieu of opaque identifiers? (9 by danjenkins, eladalon1983, steely-glint, youennf)
    https://github.com/w3c/mediacapture-region/issues/46 
  - #17 What makes CropTarget special to require an asynchronous creation? (2 by aboba, jan-ivar)
    https://github.com/w3c/mediacapture-region/issues/17 [June 2022 Virtual Interim] 



Pull requests
-------------
* w3c/webrtc-pc (+3/-8/💬3)
  3 pull requests submitted:
  - Update to ReSpec version 32.1.10 (by dontcallmedom)
    https://github.com/w3c/webrtc-pc/pull/2750 
  - Use conventional class for algorithm markup (by dontcallmedom)
    https://github.com/w3c/webrtc-pc/pull/2749 [Editorial] 
  - Add inbound-rtp.trackIdentifier to MTI. (by henbos)
    https://github.com/w3c/webrtc-pc/pull/2748 

  1 pull requests received 3 new comments:
  - #2748 Add inbound-rtp.trackIdentifier to MTI. (3 by henbos)
    https://github.com/w3c/webrtc-pc/pull/2748 

  8 pull requests merged:
  - Use conventional class for algorithm markup
    https://github.com/w3c/webrtc-pc/pull/2749 [Editorial] 
  - Update to ReSpec version 32.1.10
    https://github.com/w3c/webrtc-pc/pull/2750 [Editorial] [repo-management] 
  - Don't queue a task in the determine DTMF algorithm.
    https://github.com/w3c/webrtc-pc/pull/2742 [Editors can integrate] 
  - Add inbound-rtp.trackIdentifier to MTI.
    https://github.com/w3c/webrtc-pc/pull/2748 
  - Export internal slots used by webrtc-ice
    https://github.com/w3c/webrtc-pc/pull/2740 [Editorial] 
  - Synchronize MTI stats with webrtc-stats cleanup
    https://github.com/w3c/webrtc-pc/pull/2744 
  - Clean up definitions
    https://github.com/w3c/webrtc-pc/pull/2728 [Editorial] 
  - Improve markup of enumeration tables
    https://github.com/w3c/webrtc-pc/pull/2726 [Editorial] 

* w3c/webrtc-stats (+0/-1/💬0)
  1 pull requests merged:
  - Add jitterBufferMinimumDelay metric
    https://github.com/w3c/webrtc-stats/pull/641 [Editors can integrate] 

* w3c/webrtc-ice (+0/-1/💬0)
  1 pull requests merged:
  - Fix respec errors
    https://github.com/w3c/webrtc-ice/pull/45 

* w3c/mediacapture-main (+1/-2/💬1)
  1 pull requests submitted:
  - Fix a respec error introduced by #883 (by alvestrand)
    https://github.com/w3c/mediacapture-main/pull/892 

  1 pull requests received 1 new comments:
  - #890 We add an algorithm to determine whether a document is capturing or not. (1 by alvestrand)
    https://github.com/w3c/mediacapture-main/pull/890 

  2 pull requests merged:
  - Fix a respec error introduced by #883
    https://github.com/w3c/mediacapture-main/pull/892 [Editors can integrate] 
  - Moving Navigator.getUserMedia to a legacy section
    https://github.com/w3c/mediacapture-main/pull/883 

* w3c/mediacapture-region (+0/-0/💬1)
  1 pull requests received 1 new comments:
  - #68 Don't expose CropTarget.fromElement to worker (1 by beaufortfrancois)
    https://github.com/w3c/mediacapture-region/pull/68 


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, 5 July 2022 17:00:24 UTC