Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+8/-9/💬25)
  8 issues created:
  - Promise should be rejected if transceiver is stopped (by stefhak)
    https://github.com/w3c/webrtc-pc/issues/1938 
  - Cannot update associated remote streams for a track once added (by steveanton)
    https://github.com/w3c/webrtc-pc/issues/1937 
  - Identity needs to refer to track not stream (by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1936 
  - RTCError suberrors for identity should move to identity spec (by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1934 
  - Should / does the order of replaceTrack and direction matter? (by itsthetaste)
    https://github.com/w3c/webrtc-pc/issues/1933 
  - Move [[WEBRTC-IDENTITY]] to its own repo (by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1931 
  - Rename sender.transport.transport to sender.transport.iceTransport? (by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1930 
  - Move Isolated Streams from [[WEBRTC]] to [[WEBRTC-IDENTITY]] (by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1929 

  12 issues received 25 new comments:
  - #1930 Rename sender.transport.transport to sender.transport.iceTransport? (7 by alvestrand, fippo, jan-ivar, aboba, a2sheppy)
    https://github.com/w3c/webrtc-pc/issues/1930 [question] 
  - #1937 Cannot update associated remote streams for a track once added (4 by henbos, fippo, alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1937 
  - #1758 pc.addTrack/removeTrack can be described in terms of Transceivers. This may be good for understanding them. (3 by fippo, jan-ivar, aboba)
    https://github.com/w3c/webrtc-pc/issues/1758 
  - #1920 Unable to figure out which receivers are "active". (2 by henbos, jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1920 [PR exists] [question] 
  - #1933 Should / does the order of replaceTrack and direction matter? (2 by itsthetaste, jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1933 
  - #1709 example 14: render before verifying the remote fingerprint? (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1709 [Editorial] 
  - #1929 Move Isolated Streams from [[WEBRTC]] to [[WEBRTC-IDENTITY]] (1 by martinthomson)
    https://github.com/w3c/webrtc-pc/issues/1929 
  - #1389 No normative definition for "Determine if negotiation is needed to transmit withTrack in place of the sender's existing track" in replaceTrack (1 by stefhak)
    https://github.com/w3c/webrtc-pc/issues/1389 
  - #1808 either full check certs or explain why it's not necessary (4.4.1.1 Constructor) (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1808 [Editorial] [PR exists] 
  - #1912 does rtcrtpheaderextensionparameters need a direction? (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1912 [PR exists] 
  - #1839 What should sender.getParameters().codecs return before negotiation? (1 by Orphis)
    https://github.com/w3c/webrtc-pc/issues/1839 [May 2018 interim] [PR exists] 
  - #1375 Checks for negotiation-needed are underspecified when currentLocalDescription/currentRemoteDescription are not set (1 by stefhak)
    https://github.com/w3c/webrtc-pc/issues/1375 [Needs submitter action] [Test suite issue] [question] 

  9 issues closed:
  - does rtcrtpheaderextensionparameters need a direction? https://github.com/w3c/webrtc-pc/issues/1912 [PR exists] 
  - Move Isolated Streams from [[WEBRTC]] to [[WEBRTC-IDENTITY]] https://github.com/w3c/webrtc-pc/issues/1929 
  - Should / does the order of replaceTrack and direction matter? https://github.com/w3c/webrtc-pc/issues/1933 
  - Checks for negotiation-needed are underspecified when currentLocalDescription/currentRemoteDescription are not set https://github.com/w3c/webrtc-pc/issues/1375 [Needs submitter action] [Test suite issue] [question] 
  - RTCSctpTransportState "new" never used https://github.com/w3c/webrtc-pc/issues/1874 [PR exists] 
  - SctpTransportState transitions https://github.com/w3c/webrtc-pc/issues/1633 [PR exists] 
  - What should sender.getParameters().codecs return before negotiation? https://github.com/w3c/webrtc-pc/issues/1839 [May 2018 interim] [PR exists] 
  - either full check certs or explain why it's not necessary (4.4.1.1 Constructor) https://github.com/w3c/webrtc-pc/issues/1808 [Editorial] [PR exists] 
  - Split Identity into its own specification https://github.com/w3c/webrtc-pc/issues/1914 [PR exists] 



Pull requests
-------------
* w3c/webrtc-pc (+8/-8/💬9)
  8 pull requests submitted:
  - Reject promise at replaceTrack if TRX is stopped. (by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1939 
  - Move isolated streams to identity spec (by alvestrand)
    https://github.com/w3c/webrtc-pc/pull/1935 
  - Fix RTCRtpSender/Receiver.getCapabilities() return type (by Orphis)
    https://github.com/w3c/webrtc-pc/pull/1932 
  - RTCSctpTransportState cleanup (by aboba)
    https://github.com/w3c/webrtc-pc/pull/1928 
  - What sender.getParameters().codecs returns before negotiation (by aboba)
    https://github.com/w3c/webrtc-pc/pull/1927 
  - Delete Example 14 (by aboba)
    https://github.com/w3c/webrtc-pc/pull/1926 
  - Explain why additional certificate checks are unnecessary (by aboba)
    https://github.com/w3c/webrtc-pc/pull/1925 
  - "direction" and rtcrtpheaderextensionparameters (by aboba)
    https://github.com/w3c/webrtc-pc/pull/1924 

  7 pull requests received 9 new comments:
  - #1926 Delete Example 14 (3 by fippo, aboba, alvestrand)
    https://github.com/w3c/webrtc-pc/pull/1926 
  - #1923 RTCRtpReceiver.isActive added. (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/pull/1923 
  - #1924 "direction" and rtcrtpheaderextensionparameters (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/pull/1924 
  - #1928 RTCSctpTransportState cleanup (1 by lgrahl)
    https://github.com/w3c/webrtc-pc/pull/1928 
  - #1915 Splits Identity into its own specification. (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/pull/1915 
  - #1909 Update a receiver's set of remote streams when "a=msid" lines change. (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/pull/1909 [List discussion needed] 
  - #1898 It's not that hard to run tidy (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/pull/1898 

  8 pull requests merged:
  - "direction" and rtcrtpheaderextensionparameters
    https://github.com/w3c/webrtc-pc/pull/1924 [Editors can integrate] 
  - Move isolated streams to identity spec
    https://github.com/w3c/webrtc-pc/pull/1935 
  - Fix RTCRtpSender/Receiver.getCapabilities() return type
    https://github.com/w3c/webrtc-pc/pull/1932 
  - RTCSctpTransportState cleanup
    https://github.com/w3c/webrtc-pc/pull/1928 
  - What sender.getParameters().codecs returns before negotiation
    https://github.com/w3c/webrtc-pc/pull/1927 
  - Explain why additional certificate checks are unnecessary
    https://github.com/w3c/webrtc-pc/pull/1925 
  - move handling of rtcpmuxpolicy from constructor to setConfiguration
    https://github.com/w3c/webrtc-pc/pull/1907 [Needs submitter action] 
  - Splits Identity into its own specification.
    https://github.com/w3c/webrtc-pc/pull/1915 

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


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, 17 July 2018 17:00:57 UTC