Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+1/-7/💬22)
  1 issues created:
  - Mandating [SecureContext] (by ylafon)
    https://github.com/w3c/webrtc-pc/issues/1945 

  14 issues received 22 new comments:
  - #1919 Investigate stopping SRD and createAnswer (5 by henbos)
    https://github.com/w3c/webrtc-pc/issues/1919 [List discussion needed] [PR exists] 
  - #1264 Failure of transmission of isolated stream (3 by fluffy, stefhak)
    https://github.com/w3c/webrtc-pc/issues/1264 [Needs submitter action] 
  - #1921 RTCRtpReceiver.getStreams() and RTCRtpSender.getStreams() (2 by henbos)
    https://github.com/w3c/webrtc-pc/issues/1921 [PR exists] 
  - #1752 Sort out unmute and BYE (2 by fluffy, stefhak)
    https://github.com/w3c/webrtc-pc/issues/1752 [Needs assignee action] 
  - #1920 Unable to figure out which receivers are "active". (1 by henbos)
    https://github.com/w3c/webrtc-pc/issues/1920 [PR exists] [question] 
  - #1834 Handling of invalid values in RTCRtpSender.setParameters() (1 by stefhak)
    https://github.com/w3c/webrtc-pc/issues/1834 [May 2018 interim] 
  - #1933 Should / does the order of replaceTrack and direction matter? (1 by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1933 
  - #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 soareschen)
    https://github.com/w3c/webrtc-pc/issues/1389 
  - #1648 Provide changelog for the spec in new editors draft workflow (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1648 [Editorial] 
  - #1937 Cannot update associated remote streams for a track once added (1 by henbos)
    https://github.com/w3c/webrtc-pc/issues/1937 [PR exists] 
  - #1940 Direction can get out of sync, blocking updates. (1 by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1940 
  - #1273 Events not bubbling (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1273 [Editorial] 
  - #1945 Mandating [SecureContext] (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/1945 
  - #1744 Multiple SRDs may leave streams and tracks in unexpected state. (1 by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1744 [PR exists] 

  7 issues closed:
  - Sort out unmute and BYE https://github.com/w3c/webrtc-pc/issues/1752 [Needs assignee action] 
  - Refine error reporting for identity assertion https://github.com/w3c/webrtc-pc/issues/1314 [Identity related] 
  - Multiple SRDs may leave streams and tracks in unexpected state. https://github.com/w3c/webrtc-pc/issues/1744 [PR exists] 
  - Cannot update associated remote streams for a track once added https://github.com/w3c/webrtc-pc/issues/1937 [PR exists] 
  - Partial removal of a track? https://github.com/w3c/webrtc-pc/issues/1609 [PR exists] 
  - No normative definition for "Determine if negotiation is needed to transmit withTrack in place of the sender's existing track" in replaceTrack https://github.com/w3c/webrtc-pc/issues/1389 
  - Unable to figure out which receivers are "active". https://github.com/w3c/webrtc-pc/issues/1920 [PR exists] [question] 

* w3c/webrtc-quic (+2/-1/💬5)
  2 issues created:
  - Listening to QUIC packets before start (by shampson)
    https://github.com/w3c/webrtc-quic/issues/29 
  - Fingerprint Verification & QUIC Handshake (by shampson)
    https://github.com/w3c/webrtc-quic/issues/28 

  5 issues received 5 new comments:
  - #21 Clarification on buffering (1 by shampson)
    https://github.com/w3c/webrtc-quic/issues/21 [PR exists] 
  - #26 QuicTransport for client-to-server (1 by aboba)
    https://github.com/w3c/webrtc-quic/issues/26 
  - #27 createStream() typo (1 by aboba)
    https://github.com/w3c/webrtc-quic/issues/27 [Editorial] 
  - #28 Fingerprint Verification & QUIC Handshake (1 by aboba)
    https://github.com/w3c/webrtc-quic/issues/28 
  - #29 Listening to QUIC packets before start (1 by aboba)
    https://github.com/w3c/webrtc-quic/issues/29 

  1 issues closed:
  - createStream() typo https://github.com/w3c/webrtc-quic/issues/27 [Editorial] 



Pull requests
-------------
* w3c/webrtc-pc (+5/-1/💬10)
  5 pull requests submitted:
  - Made maxFramerate and scaleResolutionDownBy unsigned long (were: doub… (by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1948 
  - Fire track event in response to remote sender.setStreams() changes. (by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/1947 
  - Add warning to RTCRtpTransceiver.stop(). Stop rejected transceivers at SLD(). (by henbos)
    https://github.com/w3c/webrtc-pc/pull/1946 
  - RTCRtpReceiver.streams (by henbos)
    https://github.com/w3c/webrtc-pc/pull/1944 
  - RTCRtpSender.streamIds (by henbos)
    https://github.com/w3c/webrtc-pc/pull/1943 

  6 pull requests received 10 new comments:
  - #1944 RTCRtpReceiver.streams (3 by henbos, jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/1944 
  - #1943 RTCRtpSender.streamIds (3 by henbos, jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/1943 
  - #1947 Fire track event in response to remote sender.setStreams() changes. (1 by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/1947 
  - #1904 Do "process removal of remote track" steps when stopping a transceiver. (1 by henbos)
    https://github.com/w3c/webrtc-pc/pull/1904 [List discussion needed] 
  - #1902 Adding note about potential consequences of stopping a transceiver. (1 by aboba)
    https://github.com/w3c/webrtc-pc/pull/1902 [Editors can integrate] 
  - #1909 Update a receiver's set of remote streams when "a=msid" lines change. (1 by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/1909 

  1 pull requests merged:
  - Fire track event in response to remote sender.setStreams() changes.
    https://github.com/w3c/webrtc-pc/pull/1947 

* w3c/webrtc-quic (+0/-0/💬2)
  2 pull requests received 2 new comments:
  - #19 closing & finish() unclear (1 by shampson)
    https://github.com/w3c/webrtc-quic/pull/19 
  - #20 Settling Promises when receiving FIN bit (1 by shampson)
    https://github.com/w3c/webrtc-quic/pull/20 


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