Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+4/-12/💬22)
  4 issues created:
  - RTCRtpReceiver.getStreams() and RTCRtpSender.getStreams() (by henbos)
    https://github.com/w3c/webrtc-pc/issues/1921 
  - Unable to figure out which receivers are "active". (by henbos)
    https://github.com/w3c/webrtc-pc/issues/1920 
  - Investigate stopping SRD and createAnswer (by henbos)
    https://github.com/w3c/webrtc-pc/issues/1919 
  - detecting a remote ICE restart? (by fippo)
    https://github.com/w3c/webrtc-pc/issues/1918 

  7 issues received 22 new comments:
  - #1890 Legacy getRemoteStreams() in Unified Plan (6 by henbos, alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1890 
  - #1897 RTCPeerConnection incorrectly adds operation overload via a partial interface (6 by henbos, jan-ivar, alvestrand, bzbarsky, saschanaz)
    https://github.com/w3c/webrtc-pc/issues/1897 [PR exists] 
  - #1920 Unable to figure out which receivers are "active". (3 by henbos, alvestrand, aboba)
    https://github.com/w3c/webrtc-pc/issues/1920 
  - #1921 RTCRtpReceiver.getStreams() and RTCRtpSender.getStreams() (2 by henbos, alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1921 
  - #1912 does rtcrtpheaderextensionparameters need a direction? (2 by aboba, nils-ohlmeier)
    https://github.com/w3c/webrtc-pc/issues/1912 [question] 
  - #1918 detecting a remote ICE restart? (2 by fippo, nils-ohlmeier)
    https://github.com/w3c/webrtc-pc/issues/1918 
  - #1916 RTCIceTransport.component is at the wrong abstraction layer (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1916 

  12 issues closed:
  - Legacy getRemoteStreams() in Unified Plan https://github.com/w3c/webrtc-pc/issues/1890 
  - Update mandatory to implement stats based on stats dictionary renames https://github.com/w3c/webrtc-pc/issues/1771 [PR exists] 
  - RTP Media API section should describe how tracks for senders/receivers relate to each other. https://github.com/w3c/webrtc-pc/issues/1169 [Editorial] [PR exists] 
  - Update for structured cloning changes in HTML https://github.com/w3c/webrtc-pc/issues/1089 [PR exists] 
  - Standard should provide some guidance for when an application should perform an ICE restart https://github.com/w3c/webrtc-pc/issues/1445 [Editorial] [PR exists] 
  - Possible to lose data with a reliable, pre-negotiated data channel? https://github.com/w3c/webrtc-pc/issues/1879 [PR exists] 
  - Default identity provider https://github.com/w3c/webrtc-pc/issues/1509 [Identity related] [Test suite issue] 
  - The same connection.peerIdentity promise can be resolved multiple times https://github.com/w3c/webrtc-pc/issues/1513 [Identity related] [Test suite issue] 
  - setRemoteDescription should fail if target peer identity is set but no a=identity in SDP https://github.com/w3c/webrtc-pc/issues/1512 [Identity related] [Test suite issue] 
  - pc.close() almost stops transceivers fully. https://github.com/w3c/webrtc-pc/issues/1894 [PR exists] 
  - addTransceiver should throw on closed peer connection. https://github.com/w3c/webrtc-pc/issues/1891 [PR exists] 
  - Stats & isolated streams https://github.com/w3c/webrtc-pc/issues/1613 [Identity related] [PR exists] [TPAC 2017] 

* w3c/webrtc-stats (+0/-0/💬1)
  1 issues received 1 new comments:
  - #353 Input/output resolution and audio energy (1 by alvestrand)
    https://github.com/w3c/webrtc-stats/issues/353 

* w3c/webrtc-quic (+1/-0/💬0)
  1 issues created:
  - createStream() typo (by shampson)
    https://github.com/w3c/webrtc-quic/issues/27 



Pull requests
-------------
* w3c/webrtc-pc (+1/-10/💬3)
  1 pull requests submitted:
  - Add note on use of partial interface for readability. (by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/1922 

  3 pull requests received 3 new comments:
  - #1898 It's not that hard to run tidy (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/pull/1898 
  - #1899 Refactor description of identity validation in setRemote (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/pull/1899 
  - #1915 Splits Identity into its own specification. (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/pull/1915 

  10 pull requests merged:
  - Adding note about the relationship between tracks of senders/receivers.
    https://github.com/w3c/webrtc-pc/pull/1911 [Editors can integrate] 
  - Update structured cloning for recent changes to HTML
    https://github.com/w3c/webrtc-pc/pull/1810 
  - Adding note about when ICE restarts are recommended.
    https://github.com/w3c/webrtc-pc/pull/1910 
  - Update copyright to encompass 2018
    https://github.com/w3c/webrtc-pc/pull/1908 [Editorial] 
  - Adding note about the dangers of RTCDataChannelInit.negotiated.
    https://github.com/w3c/webrtc-pc/pull/1903 
  - Remove default identity provider
    https://github.com/w3c/webrtc-pc/pull/1901 
  - Clarify rejection rules for peerIdentity promise
    https://github.com/w3c/webrtc-pc/pull/1900 
  - Refactor description of identity validation in setRemote
    https://github.com/w3c/webrtc-pc/pull/1899 
  - Unify stop transceiver steps.
    https://github.com/w3c/webrtc-pc/pull/1895 
  - addTransceiver: check [[isClosed]]
    https://github.com/w3c/webrtc-pc/pull/1893 

* w3c/webrtc-stats (+1/-1/💬4)
  1 pull requests submitted:
  - Add TLS version and TLS group to RTCTransportStats (by alvestrand)
    https://github.com/w3c/webrtc-stats/pull/355 

  2 pull requests received 4 new comments:
  - #355 Add TLS version and TLS group to RTCTransportStats (3 by vr000m, alvestrand)
    https://github.com/w3c/webrtc-stats/pull/355 
  - #352 Added list of forbidden stats for isolated streams. (1 by alvestrand)
    https://github.com/w3c/webrtc-stats/pull/352 

  1 pull requests merged:
  - Added list of forbidden stats for isolated streams.
    https://github.com/w3c/webrtc-stats/pull/352 

* w3c/webrtc-charter (+1/-0/💬0)
  1 pull requests submitted:
  - Update proposed charter based on input received during AC review (by dontcallmedom)
    https://github.com/w3c/webrtc-charter/pull/52 

* w3c/webrtc-dscp-exp (+2/-0/💬1)
  2 pull requests submitted:
  - Update index.bs (by caribouW3)
    https://github.com/w3c/webrtc-dscp-exp/pull/2 
  - Update metadata for FPWD publication (by dontcallmedom)
    https://github.com/w3c/webrtc-dscp-exp/pull/1 

  1 pull requests received 1 new comments:
  - #1 Update metadata for FPWD publication (1 by dontcallmedom)
    https://github.com/w3c/webrtc-dscp-exp/pull/1 


Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/webrtc-pc
* https://github.com/w3c/webrtc-stats
* https://github.com/w3c/webrtc-charter
* https://github.com/w3c/webrtc-dscp-exp
* https://github.com/w3c/webrtc-quic
* https://github.com/w3c/webrtc-ice

Received on Tuesday, 3 July 2018 17:01:02 UTC