Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+6/-2/💬46)
  6 issues created:
  - DTMF sending: Permit only in connected status? (by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1777 
  - Does RTCRtpSender's dtmf attribute return the same object every time? (by foolip)
    https://github.com/w3c/webrtc-pc/issues/1776 
  - RTCPeerConnection lacks identity marker beyond current process (by eladalon1983)
    https://github.com/w3c/webrtc-pc/issues/1775 
  - DTMF should not send before connecting (by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1774 
  - Simplify candidate interaction by allowing Null (by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1773 
  - Update mandatory to implement stats based on stats dictionary renames (by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1771 

  8 issues received 46 new comments:
  - #1775 RTCPeerConnection lacks identity marker beyond current process (35 by eladalon1983, benjamingr, ibc, murillo128, fippo, alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1775 
  - #1769 Semi-sync replaceTrack API pre-initial-negotiation is bizarre. (2 by henbos, jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1769 
  - #1773 Simplify candidate interaction by allowing Null (2 by lgrahl, fippo)
    https://github.com/w3c/webrtc-pc/issues/1773 
  - #1774 DTMF should not send before connecting (2 by alvestrand, aboba)
    https://github.com/w3c/webrtc-pc/issues/1774 
  - #1776 Does RTCRtpSender's dtmf attribute return the same object every time? (2 by foolip, annevk)
    https://github.com/w3c/webrtc-pc/issues/1776 [Editors can integrate] 
  - #1777 DTMF sending: Permit only in connected status? (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1777 
  - #1619 canInsertDTMF transitions not specified (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1619 
  - #1437 Handle transceiver stopped between creation and description set (1 by adam-be)
    https://github.com/w3c/webrtc-pc/issues/1437 

  2 issues closed:
  - DTMF sending: Permit only in connected status? https://github.com/w3c/webrtc-pc/issues/1777 
  - Handle transceiver stopped between creation and description set https://github.com/w3c/webrtc-pc/issues/1437 

* w3c/webrtc-stats (+3/-4/💬11)
  3 issues created:
  - Add hugeFramesSent counter to RTCVideoSenderStats dictionary (by ilyanikolaevskiy)
    https://github.com/w3c/webrtc-stats/issues/330 
  - "make travissetup" does not work on mac (by henbos)
    https://github.com/w3c/webrtc-stats/issues/329 
  - Is isRemote on RTCIceCandidateStats still necessary? (by na-g)
    https://github.com/w3c/webrtc-stats/issues/328 

  6 issues received 11 new comments:
  - #330 Add hugeFramesSent counter to RTCVideoSenderStats dictionary (5 by henbos, vr000m, ilyanikolaevskiy, alvestrand)
    https://github.com/w3c/webrtc-stats/issues/330 
  - #271 Add stat for inputAudioLevel, before the audio filter (2 by na-g)
    https://github.com/w3c/webrtc-stats/issues/271 
  - #294 Rename RTCRTPStreamStats to RTCRtpStreamStats? (1 by na-g)
    https://github.com/w3c/webrtc-stats/issues/294 [Ready for PR] 
  - #328 Is isRemote on RTCIceCandidateStats still necessary? (1 by alvestrand)
    https://github.com/w3c/webrtc-stats/issues/328 
  - #300 Missing definition of "deleted". When exactly do stats get deleted? (1 by vr000m)
    https://github.com/w3c/webrtc-stats/issues/300 [PR exists] 
  - #281 "record<RTCQualityLimitationReason, double> qualityLimitationDurations" has invalid type (1 by alvestrand)
    https://github.com/w3c/webrtc-stats/issues/281 

  4 issues closed:
  - "record<RTCQualityLimitationReason, double> qualityLimitationDurations" has invalid type https://github.com/w3c/webrtc-stats/issues/281 
  - terminology: rename mediaType to kind https://github.com/w3c/webrtc-stats/issues/301 [PR exists] 
  - Typo - RTCLocalAudioStreamTrackStats should inherit from RTCAudioSenderStats https://github.com/w3c/webrtc-stats/issues/317 [PR exists] 
  - Rename sender/receiver/track stats https://github.com/w3c/webrtc-stats/issues/298 [CR blocker] [PR exists] 

* w3c/webrtc-charter (+0/-3/💬0)
  3 issues closed:
  - Include additional details on deliverables for patent policy https://github.com/w3c/webrtc-charter/issues/16 [Editorial] 
  - Revisiting deliverables https://github.com/w3c/webrtc-charter/issues/27 
  - Do we need words about access to raw data? https://github.com/w3c/webrtc-charter/issues/31 [PR Exists] 



Pull requests
-------------
* w3c/webrtc-pc (+1/-2/💬7)
  1 pull requests submitted:
  - Enqueue replaceTrack, and remove sync setting of track. (by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/1772 

  4 pull requests received 7 new comments:
  - #1753 Add "statslifetimeended" event (4 by vr000m, alvestrand)
    https://github.com/w3c/webrtc-pc/pull/1753 
  - #1772 Enqueue replaceTrack, and remove sync setting of track. (1 by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/1772 
  - #1748 Gating 'unmute' events on track with transceiver direction. (1 by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/1748 [Editors can integrate] 
  - #1725 replaceTrack "negotiation needed" clarification (1 by aboba)
    https://github.com/w3c/webrtc-pc/pull/1725 

  2 pull requests merged:
  - Evalution of direction not relevant for replaceTrack.
    https://github.com/w3c/webrtc-pc/pull/1770 
  - Make initial state of dataChannel.readyState always be "connecting".
    https://github.com/w3c/webrtc-pc/pull/1768 

* w3c/webrtc-stats (+0/-1/💬8)
  4 pull requests received 8 new comments:
  - #326 Moved trackId from RTCRTPStreamStats to RTC[In/Out]boundRTPStreamStats. (4 by vr000m, alvestrand)
    https://github.com/w3c/webrtc-stats/pull/326 
  - #327 Rename "mediaType" to "kind" in RTCRTPStreamStats. (2 by henbos, vr000m)
    https://github.com/w3c/webrtc-stats/pull/327 
  - #322 Rename sender/receiver/track dictionaries (1 by henbos)
    https://github.com/w3c/webrtc-stats/pull/322 
  - #315 Define object lifetimes and mention end-of-life emission (1 by alvestrand)
    https://github.com/w3c/webrtc-stats/pull/315 

  1 pull requests merged:
  - Rename sender/receiver/track dictionaries
    https://github.com/w3c/webrtc-stats/pull/322 

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


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, 20 February 2018 17:01:10 UTC