Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+1/-2/💬25)
  1 issues created:
  - Semi-sync replaceTrack API pre-initial-negotiation is bizarre. (by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1769 

  5 issues received 25 new comments:
  - #1769 Semi-sync replaceTrack API pre-initial-negotiation is bizarre. (10 by taylor-b, jan-ivar, alvestrand, henbos)
    https://github.com/w3c/webrtc-pc/issues/1769 
  - #1765 Transceiver kind attribute (8 by jan-ivar, alvestrand, aboba, stefhak)
    https://github.com/w3c/webrtc-pc/issues/1765 
  - #1761 Initial data channel state is inconsistent (4 by taylor-b, jan-ivar, alvestrand, nils-ohlmeier)
    https://github.com/w3c/webrtc-pc/issues/1761 [Editorial] [PR exists] 
  - #1764 reducing audio packet rate while track is disabled (2 by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1764 
  - #1760 RTCRtpSynchronizationSource.audioLevel algorithmic equality (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1760 

  2 issues closed:
  - Respec errors uncovered by Respec-19 https://github.com/w3c/webrtc-pc/issues/1757 
  - Transceiver kind attribute https://github.com/w3c/webrtc-pc/issues/1765 

* w3c/webrtc-stats (+2/-3/💬8)
  2 issues created:
  - Track ID doesn't make sense for remote RTCRtpMediaStream stats (by alvestrand)
    https://github.com/w3c/webrtc-stats/issues/325 
  - Clarify stats hierarchies (by henbos)
    https://github.com/w3c/webrtc-stats/issues/324 

  4 issues received 8 new comments:
  - #324 Clarify stats hierarchies (3 by henbos, vr000m, alvestrand)
    https://github.com/w3c/webrtc-stats/issues/324 
  - #321 RTCIceCandidatePairStats.priority is wrong (2 by fippo, alvestrand)
    https://github.com/w3c/webrtc-stats/issues/321 
  - #317 Typo - RTCLocalAudioStreamTrackStats should inherit from RTCAudioSenderStats (2 by henbos)
    https://github.com/w3c/webrtc-stats/issues/317 [PR exists] 
  - #316 Cleanup: reformat the sections  (1 by henbos)
    https://github.com/w3c/webrtc-stats/issues/316 

  3 issues closed:
  - Cleanup: reformat the sections  https://github.com/w3c/webrtc-stats/issues/316 
  - RTCRTPStreamStats should have senderId/receiverId https://github.com/w3c/webrtc-stats/issues/293 [PR exists] 
  - Define timestamps in terms of performance.origin https://github.com/w3c/webrtc-stats/issues/295 [CR blocker] [PR exists] 

* w3c/webrtc-charter (+0/-0/💬3)
  2 issues received 3 new comments:
  - #31 Do we need words about access to raw data? (2 by gaperik, stefhak)
    https://github.com/w3c/webrtc-charter/issues/31 [PR Exists] 
  - #21 Update milestones table (1 by dontcallmedom)
    https://github.com/w3c/webrtc-charter/issues/21 



Pull requests
-------------
* w3c/webrtc-pc (+3/-3/💬8)
  3 pull requests submitted:
  - Evalution of direction not relevant for replaceTrack. (by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1770 
  - Make initial state of dataChannel.readyState always be "connecting". (by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/1768 
  - RTCRtpTransceiver.direction is writable. (by jianjunz)
    https://github.com/w3c/webrtc-pc/pull/1766 

  5 pull requests received 8 new comments:
  - #1698 RTPRtcSender: provided properties to get related MediaStreamTrackId and media type (3 by taylor-b, dontcallmedom, jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/1698 
  - #1766 RTCRtpTransceiver.direction is writable. (2 by jianjunz, stefhak)
    https://github.com/w3c/webrtc-pc/pull/1766 
  - #1762 Removing 'readonly' from Tranceiver's 'direction'. (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/pull/1762 [Editorial] 
  - #1753 Add "statslifetimeended" event (1 by vr000m)
    https://github.com/w3c/webrtc-pc/pull/1753 
  - #1759 Change [[AssociatedMediaStreams]] to [[AssociatedMediaStreamIds]] (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/pull/1759 

  3 pull requests merged:
  - Fix remaining compat issue with respec 19
    https://github.com/w3c/webrtc-pc/pull/1767 
  - Removing 'readonly' from Tranceiver's 'direction'.
    https://github.com/w3c/webrtc-pc/pull/1762 
  - Change [[AssociatedMediaStreams]] to [[AssociatedMediaStreamIds]]
    https://github.com/w3c/webrtc-pc/pull/1759 

* w3c/webrtc-stats (+4/-2/💬8)
  4 pull requests submitted:
  - Rename "mediaType" to "kind" in RTCRTPStreamStats. (by henbos)
    https://github.com/w3c/webrtc-stats/pull/327 
  - Moved trackId from RTCRTPStreamStats to RTC[In/Out]boundRTPStreamStats. (by henbos)
    https://github.com/w3c/webrtc-stats/pull/326 
  - senderId and receiverId added to RTCRTPStreamStats (by henbos)
    https://github.com/w3c/webrtc-stats/pull/323 
  - Rename sender/receiver/track dictionaries (by henbos)
    https://github.com/w3c/webrtc-stats/pull/322 

  1 pull requests received 8 new comments:
  - #322 Rename sender/receiver/track dictionaries (8 by henbos, jan-ivar, alvestrand)
    https://github.com/w3c/webrtc-stats/pull/322 

  2 pull requests merged:
  - senderId and receiverId added to RTCRTPStreamStats
    https://github.com/w3c/webrtc-stats/pull/323 
  - Define timestamps as performance.timeOrigin + performance.now()
    https://github.com/w3c/webrtc-stats/pull/320 

* w3c/webrtc-charter (+2/-0/💬2)
  2 pull requests submitted:
  - Move QUIC from explicit work item to possibility (by alvestrand)
    https://github.com/w3c/webrtc-charter/pull/33 
  - Add data access to the charter. (by alvestrand)
    https://github.com/w3c/webrtc-charter/pull/32 

  1 pull requests received 2 new comments:
  - #33 Move QUIC from explicit work item to possibility (2 by aboba, alvestrand)
    https://github.com/w3c/webrtc-charter/pull/33 


Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/webrtc-pc
* https://github.com/w3c/webrtc-stats
* https://github.com/w3c/webrtc-charter

Received on Tuesday, 13 February 2018 17:01:07 UTC