Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+3/-4/πŸ’¬21)
  3 issues created:
  - Need <section> around dictionaries under RTCRtpSender (by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1749
  - Direction is not readonly (by stefhak)
    https://github.com/w3c/webrtc-pc/issues/1747
  - Codify refusing to generate an empty Offer (by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1745

  7 issues received 21 new comments:
  - #1734 RTCRtpContributingSource.audioLevel has different type and range than similar fields in webrtc-stats  (8 by foolip, alvestrand, agouaillard)
    https://github.com/w3c/webrtc-pc/issues/1734
  - #1732 WHATWG streams for data channel messages (6 by annevk, lgrahl, aboba, alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1732
  - #1745 Codify refusing to generate an empty Offer (3 by fippo, alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1745
  - #1707 onmute then onunmute can fire before negotiation completes (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1707
  - #1742 Integrate CSP access control into algorithms (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1742
  - #1749 Need <section> around dictionaries under RTCRtpSender (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1749
  - #1721 canTrickleIceCandidiates question (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1721

  4 issues closed:
  - specify legacy onaddstream? https://github.com/w3c/webrtc-pc/issues/1705
  - When to fire events triggered by setRemoteDescription. https://github.com/w3c/webrtc-pc/issues/1691
  - canTrickleIceCandidiates question https://github.com/w3c/webrtc-pc/issues/1721
  - Clarify that "disconnected" is transient. https://github.com/w3c/webrtc-pc/issues/1740

* w3c/webrtc-stats (+3/-3/πŸ’¬25)
  3 issues created:
  - When are "fractionLost", "packetsLost," "jitter", and other RFC3550-based stats updated? (by taylor-b)
    https://github.com/w3c/webrtc-stats/issues/313
  - video packet counters should be moved out from RTCRTPStreamStats to appropriate dictionaries (by vr000m)
    https://github.com/w3c/webrtc-stats/issues/312
  - Deleting framesCorrupted  (by vr000m)
    https://github.com/w3c/webrtc-stats/issues/308

  8 issues received 25 new comments:
  - #313 When are "fractionLost", "packetsLost," "jitter", and other RFC3550-based stats updated? (8 by jan-ivar, vr000m, taylor-b, alvestrand)
    https://github.com/w3c/webrtc-stats/issues/313
  - #235 Is keeping stats around a memory problem? (5 by jan-ivar, alvestrand)
    https://github.com/w3c/webrtc-stats/issues/235
  - #303 CodecType "encode" / "decode" needs to default to "both" (3 by vr000m, alvestrand)
    https://github.com/w3c/webrtc-stats/issues/303
  - #306 RTCCodecStats in every getStats() is redundant. (3 by alvestrand, karthikbr82)
    https://github.com/w3c/webrtc-stats/issues/306
  - #300 Missing definition of "deleted". When exactly do stats get deleted? (2 by jan-ivar, alvestrand)
    https://github.com/w3c/webrtc-stats/issues/300
  - #302 Lifetime of RTPStreamStats (2 by vr000m)
    https://github.com/w3c/webrtc-stats/issues/302
  - #301 terminology: rename mediaType to kind (1 by alvestrand)
    https://github.com/w3c/webrtc-stats/issues/301
  - #304 Stats need to mark up which members are required (1 by alvestrand)
    https://github.com/w3c/webrtc-stats/issues/304

  3 issues closed:
  - Rename "objectDeleted" to something else. https://github.com/w3c/webrtc-stats/issues/296
  - CodecType "encode" / "decode" needs to default to "both" https://github.com/w3c/webrtc-stats/issues/303
  - RTCCodecStats in every getStats() is redundant. https://github.com/w3c/webrtc-stats/issues/306

* w3c/webrtc-charter (+1/-0/πŸ’¬0)
  1 issues created:
  - Do we need words about access to raw data? (by alvestrand)
    https://github.com/w3c/webrtc-charter/issues/31



Pull requests
-------------
* w3c/webrtc-pc (+2/-3/πŸ’¬1)
  2 pull requests submitted:
  - Gating 'unmute' events on track with transceiver direction. (by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1748
  - Pending remote updated by setRemote. (by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1746

  1 pull requests received 1 new comments:
  - #1698 RTPRtcSender: provided properties to get related MediaStreamTrackId and media type (1 by fluffy)
    https://github.com/w3c/webrtc-pc/pull/1698

  3 pull requests merged:
  - Properly defined direction when creating transceiver.
    https://github.com/w3c/webrtc-pc/pull/1743
  - Clarify that "disconnected" is transient (editorial)
    https://github.com/w3c/webrtc-pc/pull/1741
  - Defer SRD add/remove tracks until right before firing track events.
    https://github.com/w3c/webrtc-pc/pull/1720

* w3c/webrtc-stats (+4/-0/πŸ’¬3)
  4 pull requests submitted:
  - fix camel case averageRtcpInterval and also put in RTCInboundRTPStreamStats (by vr000m)
    https://github.com/w3c/webrtc-stats/pull/311
  - FEC sent and received metrics (by vr000m)
    https://github.com/w3c/webrtc-stats/pull/310
  - moved packetsDuplicated to the right dictionary (by vr000m)
    https://github.com/w3c/webrtc-stats/pull/309
  - Fixes #161 (by vr000m)
    https://github.com/w3c/webrtc-stats/pull/307

  1 pull requests received 3 new comments:
  - #307 Remove references to MSE. Fixes #161 (3 by vr000m, alvestrand)
    https://github.com/w3c/webrtc-stats/pull/307

* w3c/webrtc-charter (+1/-0/πŸ’¬0)
  1 pull requests submitted:
  - Removing text about "once WebRTC 1.0 reaches CR" since that has alrea… (by stefhak)
    https://github.com/w3c/webrtc-charter/pull/30


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, 30 January 2018 17:01:25 UTC