Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+8/-4/💬26)
  8 issues created:
  - RTCRtpTransceiver should have internal slots for its sender and receiver (by adam-be)
    https://github.com/w3c/webrtc-pc/issues/1589
  - Clarify (if needed) how remoteTrackId relates to MSID in the SDP (by stefhak)
    https://github.com/w3c/webrtc-pc/issues/1588
  - behaviour of offerToReceive* set to false when there is a local track (by fippo)
    https://github.com/w3c/webrtc-pc/issues/1586
  - RTCRtpReceiver should have an internal slot for its track (by adam-be)
    https://github.com/w3c/webrtc-pc/issues/1584
  - RTCRtpSender should have an internal slot for its track (by adam-be)
    https://github.com/w3c/webrtc-pc/issues/1583
  - Inconsistent setting of receiver.track.readyState violates Mediacapture (by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1575
  - state internal slot (by aboba)
    https://github.com/w3c/webrtc-pc/issues/1574
  - Add [Exposed] to all interfaces (by annevk)
    https://github.com/w3c/webrtc-pc/issues/1573

  10 issues received 26 new comments:
  - #1586 behaviour of offerToReceive* set to false when there is a local track (7 by taylor-b, fippo, jan-ivar, stefhak)
    https://github.com/w3c/webrtc-pc/issues/1586
  - #1383 offerToReceive* legacy behaviour spec does not match the behaviour of legacy implementations (5 by fluffy, ibc, jan-ivar, nils-ohlmeier)
    https://github.com/w3c/webrtc-pc/issues/1383
  - #1575 Inconsistent setting of receiver.track.readyState violates Mediacapture (4 by jan-ivar, taylor-b)
    https://github.com/w3c/webrtc-pc/issues/1575
  - #1283 Section 5.2: centering, scaling, cropping (2 by fluffy, aboba)
    https://github.com/w3c/webrtc-pc/issues/1283
  - #1237 [[associated MediaStreams]] internal slot for RTCRtpSender is not used (2 by adam-be, jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1237
  - #1141 "Firing an RTCTrackEvent event named e" is never referenced (2 by adam-be)
    https://github.com/w3c/webrtc-pc/issues/1141
  - #1569 Setting local/remote descriptions in succession without waiting for the promises to resolve (1 by taylor-b)
    https://github.com/w3c/webrtc-pc/issues/1569
  - #1573 Add [Exposed] to all interfaces (1 by dontcallmedom)
    https://github.com/w3c/webrtc-pc/issues/1573
  - #1588 Clarify (if needed) how remoteTrackId relates to MSID in the SDP (1 by taylor-b)
    https://github.com/w3c/webrtc-pc/issues/1588
  - #1564 Deciding on resolutions with scaleResolutionDownBy (1 by fluffy)
    https://github.com/w3c/webrtc-pc/issues/1564

  4 issues closed:
  - Setting local/remote descriptions in succession without waiting for the promises to resolve https://github.com/w3c/webrtc-pc/issues/1569
  - setRemoteDescription and ontrack order of events: SRD before ontrack? https://github.com/w3c/webrtc-pc/issues/1508
  - Add [Exposed] to all interfaces https://github.com/w3c/webrtc-pc/issues/1573
  - addIceCandidate may add ice candidate to the wrong remote description https://github.com/w3c/webrtc-pc/issues/1227

* w3c/webrtc-stats (+2/-1/💬10)
  2 issues created:
  - Is bytesReceived really available for RTCRemoteInboundRTPStreamStats? (by na-g)
    https://github.com/w3c/webrtc-stats/issues/241
  - Stats for Audio network adaptation (by ivocreusen)
    https://github.com/w3c/webrtc-stats/issues/240

  6 issues received 10 new comments:
  - #230 RTCMediaStreamTrackStats is four dictionaries in one (3 by henbos, jan-ivar)
    https://github.com/w3c/webrtc-stats/issues/230
  - #235 Is keeping stats around a memory problem? (3 by vr000m, taylor-b)
    https://github.com/w3c/webrtc-stats/issues/235
  - #202 RTCMediaStreamTrackStats.concealedAudibleSamples (1 by henbos)
    https://github.com/w3c/webrtc-stats/issues/202
  - #238 Add stat to reflect the redundancy of FEC/RED data (1 by vr000m)
    https://github.com/w3c/webrtc-stats/issues/238
  - #239 Do the "audio level" stats include MediaStreamTrack volume settings? (1 by vr000m)
    https://github.com/w3c/webrtc-stats/issues/239
  - #175 Need implementation advice on caching (1 by henbos)
    https://github.com/w3c/webrtc-stats/issues/175

  1 issues closed:
  - Need implementation advice on caching https://github.com/w3c/webrtc-stats/issues/175



Pull requests
-------------
* w3c/webrtc-pc (+14/-6/💬17)
  14 pull requests submitted:
  - connectionstate: add missing "one" (by fippo)
    https://github.com/w3c/webrtc-pc/pull/1593
  - Select sent codec via "codecPayloadType" field rather than reordering. (by taylor-b)
    https://github.com/w3c/webrtc-pc/pull/1592
  - Add some text about how the [[AssociatedMediaStreams]] slot is used (by adam-be)
    https://github.com/w3c/webrtc-pc/pull/1591
  - Use internal slots for transceiver's sender/receiver and receiver's track (by adam-be)
    https://github.com/w3c/webrtc-pc/pull/1590
  - s/RTCTransceiver/RTCRtpTransceiver (by fippo)
    https://github.com/w3c/webrtc-pc/pull/1587
  - Use internal slot for RTCRtpSender's track (by adam-be)
    https://github.com/w3c/webrtc-pc/pull/1585
  - RTCIceTransport: Use internal slots (by adam-be)
    https://github.com/w3c/webrtc-pc/pull/1582
  - RTCDtlsTransport: Use internal slots (by adam-be)
    https://github.com/w3c/webrtc-pc/pull/1581
  - Add ICE candidates only to the applicable descriptions. (by taylor-b)
    https://github.com/w3c/webrtc-pc/pull/1580
  - Fixed UA -> user agent. (by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1579
  - Fixed spelling of scaleResolutionDownBy in example. (by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1578
  - Patch for #1564. (by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1577
  - Editorial: Link to 'Firing a something event' definitions (by adam-be)
    https://github.com/w3c/webrtc-pc/pull/1576
  - Annotate all interfaces with Exposed extended attribute (by dontcallmedom)
    https://github.com/w3c/webrtc-pc/pull/1572

  6 pull requests received 17 new comments:
  - #1430 Have createOffer call addTransceiver() on offerToReceive. (8 by jan-ivar, aboba, stefhak)
    https://github.com/w3c/webrtc-pc/pull/1430
  - #1570 Resizing video (fix for Issue 1283) (4 by dontcallmedom, aboba, stefhak)
    https://github.com/w3c/webrtc-pc/pull/1570
  - #1592 Select sent codec via "codecPayloadType" field rather than reordering. (2 by taylor-b, aboba)
    https://github.com/w3c/webrtc-pc/pull/1592
  - #1572 Annotate all interfaces with Exposed extended attribute (1 by dontcallmedom)
    https://github.com/w3c/webrtc-pc/pull/1572
  - #1577 scaleResolutionDownBy: Specify how the User Agent should behave when scaling video (1 by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1577
  - #1519 Ensure that "track" events fire before the SRD promise resolves. (1 by taylor-b)
    https://github.com/w3c/webrtc-pc/pull/1519

  6 pull requests merged:
  - Ensure that "track" events fire before the SRD promise resolves.
    https://github.com/w3c/webrtc-pc/pull/1519
  - close all DtlsTransports in pc.close() (including sctp.transport)
    https://github.com/w3c/webrtc-pc/pull/1565
  - Editorial: Remove unreferenced [HTML] ref using respec post processing
    https://github.com/w3c/webrtc-pc/pull/1571
  - Annotate all interfaces with Exposed extended attribute
    https://github.com/w3c/webrtc-pc/pull/1572
  - Editorial: Link to 'Firing a something event' definitions
    https://github.com/w3c/webrtc-pc/pull/1576
  - Fixed spelling of scaleResolutionDownBy in example.
    https://github.com/w3c/webrtc-pc/pull/1578

* w3c/webrtc-stats (+2/-0/💬0)
  2 pull requests submitted:
  - Added Guidelines for getStats() results caching (by henbos)
    https://github.com/w3c/webrtc-stats/pull/243
  - keyFramesSent and keyFramesReceived added (by henbos)
    https://github.com/w3c/webrtc-stats/pull/242


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

Received on Tuesday, 12 September 2017 17:00:24 UTC