Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+3/-1/💬37)
  3 issues created:
  - RTCDataChannel.bufferedAmount description confusing (by lgrahl)
    https://github.com/w3c/webrtc-pc/issues/1680
  - replaceTrack and removeTrack (by henbos)
    https://github.com/w3c/webrtc-pc/issues/1677
  - offerToReceive* should ignore stopped transceivers, not unstopped ones. (by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1675

  12 issues received 37 new comments:
  - #1677 replaceTrack and removeTrack: Synchronous? (8 by henbos, alvestrand, aboba, stefhak)
    https://github.com/w3c/webrtc-pc/issues/1677
  - #1446 RTCSctpTransport.maxMessageSize 0 case (6 by lgrahl, adam-be)
    https://github.com/w3c/webrtc-pc/issues/1446
  - #1670 RTCPeerConnection constructor can fail - what error to return? (5 by jan-ivar, benjamingr, alvestrand, nils-ohlmeier)
    https://github.com/w3c/webrtc-pc/issues/1670
  - #1662 addTransceiver woes (5 by henbos, fippo, jan-ivar, stefhak)
    https://github.com/w3c/webrtc-pc/issues/1662
  - #1613 Stats & isolated streams (4 by burnburn, vr000m, alvestrand, stefhak)
    https://github.com/w3c/webrtc-pc/issues/1613
  - #1669 order of transceivers, senders/receivers? (3 by fippo, jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1669
  - #1673 RTCPriorityType text is outdated (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1673
  - #1642 OAUTH-POP-KEY-DISTRIBUTION IETF draft has been replaced by ACE-CWT-PROOF-OF-POSSESSION (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1642
  - #1675 offerToReceive* should ignore stopped transceivers, not unstopped ones. (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1675
  - #1680 RTCDataChannel.bufferedAmount description confusing (1 by lgrahl)
    https://github.com/w3c/webrtc-pc/issues/1680
  - #1625 RTCPriorityType combines relative bitrate with QoS priority, which applications may not want. (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1625
  - #1661 Update SOTD text regarding multiple implementations (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1661

  1 issues closed:
  - RTCPriorityType text is outdated https://github.com/w3c/webrtc-pc/issues/1673

* w3c/webrtc-charter (+0/-0/💬1)
  1 issues received 1 new comments:
  - #14 License for our specs (1 by alvestrand)
    https://github.com/w3c/webrtc-charter/issues/14



Pull requests
-------------
* w3c/webrtc-pc (+3/-3/💬19)
  3 pull requests submitted:
  - Fix offerToReceive* bug introduced by PR #1672 (by adam-be)
    https://github.com/w3c/webrtc-pc/pull/1679
  - remove idl comment about rtcpTransport being at risk (by fippo)
    https://github.com/w3c/webrtc-pc/pull/1678
  - Return UnknownError on RTCPeerConnection constructor failure (by alvestrand)
    https://github.com/w3c/webrtc-pc/pull/1674

  7 pull requests received 19 new comments:
  - #1656 RTCSctpTransport: Specify special cases for maxMessageSize (8 by adam-be, lgrahl, alvestrand)
    https://github.com/w3c/webrtc-pc/pull/1656
  - #1664 Add testing guideline for naming test files and adding comments (5 by foolip, soareschen, stefhak)
    https://github.com/w3c/webrtc-pc/pull/1664
  - #1678 remove idl comment about rtcpTransport being at risk (2 by alvestrand, aboba)
    https://github.com/w3c/webrtc-pc/pull/1678
  - #1632 Adding relativeBitrate parameter to RTCRtpEncodingParameters. (1 by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1632
  - #1668 RTCRtpContributingSource & RTCRtpSynchronizationSource -> dictionaries (1 by foolip)
    https://github.com/w3c/webrtc-pc/pull/1668
  - #1671 Editorial: Add IANA-HASH-FUNCTION reference (1 by foolip)
    https://github.com/w3c/webrtc-pc/pull/1671
  - #1679 Fix offerToReceive* bug introduced by PR #1672 (1 by aboba)
    https://github.com/w3c/webrtc-pc/pull/1679

  3 pull requests merged:
  - Set direction of transceiver created by offerToReceive* option
    https://github.com/w3c/webrtc-pc/pull/1672
  - Editorial: Add IANA-HASH-FUNCTION reference
    https://github.com/w3c/webrtc-pc/pull/1671
  - RTCRtpContributingSource & RTCRtpSynchronizationSource -> dictionaries
    https://github.com/w3c/webrtc-pc/pull/1668

* w3c/webrtc-stats (+2/-0/💬7)
  2 pull requests submitted:
  - Add packetsDuplicated (by alvestrand)
    https://github.com/w3c/webrtc-stats/pull/277
  - Adding dtlsCipher and srtpCipher (by alvestrand)
    https://github.com/w3c/webrtc-stats/pull/276

  6 pull requests received 7 new comments:
  - #268 jitterBufferEmittedCount added (jitterBufferOutput) (2 by henbos, alvestrand)
    https://github.com/w3c/webrtc-stats/pull/268
  - #270 RTCQualityLimitationReason and friends (1 by henbos)
    https://github.com/w3c/webrtc-stats/pull/270
  - #272 Split RTCMediaStreamTrackStats into four dictionaries. (1 by alvestrand)
    https://github.com/w3c/webrtc-stats/pull/272
  - #273 Pivot from "track" to "sender" and "receiver" stats. (1 by alvestrand)
    https://github.com/w3c/webrtc-stats/pull/273
  - #276 Adding dtlsCipher and srtpCipher (1 by alvestrand)
    https://github.com/w3c/webrtc-stats/pull/276
  - #215 RTCMediaStreamTrackStats.concealedAudibleSamples added. (1 by henbos)
    https://github.com/w3c/webrtc-stats/pull/215


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, 5 December 2017 17:00:31 UTC