Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+4/-3/💬9)
  4 issues created:
  - Why is setDirection a method? (by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1643
  - OAUTH-POP-KEY-DISTRIBUTION IETF draft is has been replaced by ACE-CWT-PROOF-OF-POSSESSION (by vivienlacourba)
    https://github.com/w3c/webrtc-pc/issues/1642
  - offerToReceiveAudio/Video processing creates sendrecv transceivers (by docfaraday)
    https://github.com/w3c/webrtc-pc/issues/1640
  - createDataChannel should use "in parallel" (editorial) (by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1637

  4 issues received 9 new comments:
  - #1635 Need for Initial Bitrate by the Application/RtpSender? (4 by vr000m, taylor-b)
    https://github.com/w3c/webrtc-pc/issues/1635
  - #1283 Section 5.2: centering, scaling, cropping (2 by stefhak)
    https://github.com/w3c/webrtc-pc/issues/1283
  - #1533 Clarify whether RTCRtpContributingSource members are live. (2 by na-g)
    https://github.com/w3c/webrtc-pc/issues/1533
  - #1642 OAUTH-POP-KEY-DISTRIBUTION IETF draft has been replaced by ACE-CWT-PROOF-OF-POSSESSION (1 by fluffy)
    https://github.com/w3c/webrtc-pc/issues/1642

  3 issues closed:
  - Section 5.2: centering, scaling, cropping https://github.com/w3c/webrtc-pc/issues/1283
  - Need to describe when ICE and DTLS transport objects are created/changed https://github.com/w3c/webrtc-pc/issues/1178
  - createDataChannel should use "in parallel" (editorial) https://github.com/w3c/webrtc-pc/issues/1637

* w3c/webrtc-stats (+8/-5/💬37)
  8 issues created:
  - "Make tidy" is broken? (by alvestrand)
    https://github.com/w3c/webrtc-stats/issues/263
  - Consider the Reporting API as a stats export mechanism (by alvestrand)
    https://github.com/w3c/webrtc-stats/issues/260
  - Add estimatedClockSkew (by henbos)
    https://github.com/w3c/webrtc-stats/issues/258
  - Add stat for network type of ICE candidate (by taylor-b)
    https://github.com/w3c/webrtc-stats/issues/257
  - Stats for adaptation reason, for realsies (by henbos)
    https://github.com/w3c/webrtc-stats/issues/256
  - What is fractionLost for a local incoming media stream? (by vr000m)
    https://github.com/w3c/webrtc-stats/issues/255
  - add packetsDuplicated as a result of #253 (by vr000m)
    https://github.com/w3c/webrtc-stats/issues/254
  - packetsLost is unsigned but can be negative according to RFC (by henbos)
    https://github.com/w3c/webrtc-stats/issues/253

  17 issues received 37 new comments:
  - #256 Stats for adaptation reason, for realsies (6 by henbos, vr000m)
    https://github.com/w3c/webrtc-stats/issues/256
  - #246 jitterBufferDelay and concealed samples, DTX/CNG samples (5 by hlundin, taylor-b, henbos)
    https://github.com/w3c/webrtc-stats/issues/246
  - #193 RTCMediaStreamTrackStats.audioLevel clarification (4 by hlundin, taylor-b, henbos)
    https://github.com/w3c/webrtc-stats/issues/193
  - #222 Audio/Video sync follow-up (4 by henbos)
    https://github.com/w3c/webrtc-stats/issues/222
  - #147 Difference between 'Id' and 'Identifier' fields (3 by henbos, vr000m, alvestrand)
    https://github.com/w3c/webrtc-stats/issues/147
  - #131 Consistent marker for "non-active" object? (2 by henbos, vr000m)
    https://github.com/w3c/webrtc-stats/issues/131
  - #101 Move to continuous publication (2 by vr000m, alvestrand)
    https://github.com/w3c/webrtc-stats/issues/101
  - #253 packetsLost is unsigned but can be negative according to RFC (2 by vr000m)
    https://github.com/w3c/webrtc-stats/issues/253
  - #257 Add stat for network type of ICE candidate (1 by henbos)
    https://github.com/w3c/webrtc-stats/issues/257
  - #135 Need DSCP information for incoming RTP streams (1 by taylor-b)
    https://github.com/w3c/webrtc-stats/issues/135
  - #144 Stat for how many adaptation changes occur for a video track (1 by henbos)
    https://github.com/w3c/webrtc-stats/issues/144
  - #160 Stat for adaptation reason (1 by henbos)
    https://github.com/w3c/webrtc-stats/issues/160
  - #98 Add "privacy" to security considerations (1 by alvestrand)
    https://github.com/w3c/webrtc-stats/issues/98
  - #99 Privacy & Security self review (1 by dontcallmedom)
    https://github.com/w3c/webrtc-stats/issues/99
  - #248 Add stats for the negotiated DTLS-SRTP and DTLS cipher suites. (1 by henbos)
    https://github.com/w3c/webrtc-stats/issues/248
  - #249 Add stat for SRTP decryption failures (1 by henbos)
    https://github.com/w3c/webrtc-stats/issues/249
  - #254 add packetsDuplicated as a result of #253 (1 by vr000m)
    https://github.com/w3c/webrtc-stats/issues/254

  5 issues closed:
  - "Make tidy" is broken? https://github.com/w3c/webrtc-stats/issues/263
  - Add stat for SRTP decryption failures https://github.com/w3c/webrtc-stats/issues/249
  - Stat for adaptation reason https://github.com/w3c/webrtc-stats/issues/160
  - Stat for how many adaptation changes occur for a video track https://github.com/w3c/webrtc-stats/issues/144
  - Somewhat confusing what "This metric ... is sent by receiver" means. https://github.com/w3c/webrtc-stats/issues/107



Pull requests
-------------
* w3c/webrtc-pc (+3/-6/💬7)
  3 pull requests submitted:
  - Note about video dimension adaptation discussion added. (by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1641
  - upgrade to Node 8 (respec 1.7 now uses async/await) (by vivienlacourba)
    https://github.com/w3c/webrtc-pc/pull/1639
  - Let setLocalDescription use [[LastAnswer/Offer]] internal slots (by soareschen)
    https://github.com/w3c/webrtc-pc/pull/1638

  2 pull requests received 7 new comments:
  - #1618 format & fixup Example code (6 by dontcallmedom, adam-be, Jxck, alvestrand)
    https://github.com/w3c/webrtc-pc/pull/1618
  - #1638 Let setLocalDescription use [[LastAnswer/Offer]] internal slots (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/pull/1638

  6 pull requests merged:
  - Note about video dimension adaptation discussion added.
    https://github.com/w3c/webrtc-pc/pull/1641
  - Simple text for scaling issue - no letterbox allowed.
    https://github.com/w3c/webrtc-pc/pull/1636
  - upgrade to Node 8 (respec 1.7 now uses async/await)
    https://github.com/w3c/webrtc-pc/pull/1639
  - Describe how transport objects are assigned to senders/receivers.
    https://github.com/w3c/webrtc-pc/pull/1623
  - Explain the scope of DTLS/ICE transport objects in more detail.
    https://github.com/w3c/webrtc-pc/pull/1631
  - Add onstatechange event to SctpTransport Event table
    https://github.com/w3c/webrtc-pc/pull/1634

* w3c/webrtc-stats (+7/-3/💬19)
  7 pull requests submitted:
  - Run "tidy" on the HTML (by alvestrand)
    https://github.com/w3c/webrtc-stats/pull/265
  - Add a paragraph about "identifier" when "id" is occupied (by alvestrand)
    https://github.com/w3c/webrtc-stats/pull/264
  - Added 'objectDeleted' attribute (by alvestrand)
    https://github.com/w3c/webrtc-stats/pull/262
  - Fix respec issue: Multiple s for  and (by vivienlacourba)
    https://github.com/w3c/webrtc-stats/pull/261
  - Issue 257 network type (by taylor-b)
    https://github.com/w3c/webrtc-stats/pull/259
  - upgrade to Node 8 (respec now uses async/await) (by vivienlacourba)
    https://github.com/w3c/webrtc-stats/pull/252
  -  Complete security and privacy considerations based on self-review (by dontcallmedom)
    https://github.com/w3c/webrtc-stats/pull/251

  7 pull requests received 19 new comments:
  - #252 upgrade to Node 8 (respec now uses async/await) (6 by marcoscaceres, vivienlacourba, vr000m, alvestrand)
    https://github.com/w3c/webrtc-stats/pull/252
  - #259 Adding "networkType" field to RTCIceCandidateStats. (5 by vr000m, taylor-b, alvestrand)
    https://github.com/w3c/webrtc-stats/pull/259
  - #243 Added Guidelines for getStats() results caching (3 by henbos, alvestrand)
    https://github.com/w3c/webrtc-stats/pull/243
  - #251  Complete security and privacy considerations based on self-review (2 by dontcallmedom, alvestrand)
    https://github.com/w3c/webrtc-stats/pull/251
  - #215 RTCMediaStreamTrackStats.concealedAudibleSamples added. (1 by vr000m)
    https://github.com/w3c/webrtc-stats/pull/215
  - #242 keyFramesSent and keyFramesReceived added (1 by henbos)
    https://github.com/w3c/webrtc-stats/pull/242
  - #250 Add "packetsFailedDecryption", to count SRTP decryption failures. (1 by vr000m)
    https://github.com/w3c/webrtc-stats/pull/250

  3 pull requests merged:
  - Run "tidy" on the HTML
    https://github.com/w3c/webrtc-stats/pull/265
  - Fix respec issue: Multiple <dfn>s for framesSent and framesReceived
    https://github.com/w3c/webrtc-stats/pull/261
  - Add "packetsFailedDecryption", to count SRTP decryption failures.
    https://github.com/w3c/webrtc-stats/pull/250


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

Received on Tuesday, 24 October 2017 17:00:32 UTC