Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+4/-2/💬5)
  4 issues created:
  - Is it possible to manipulate playout-delay extention at SDP of RTCSessionDescription directly affect playout (playback) delay at remote peer connection? (by guest271314)
    https://github.com/w3c/webrtc-pc/issues/2213 
  - RTCIceTransport role before start() called (by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/2210 
  - SLD without {sdp} reads [[LastCreatedOffer/Answer]] at the wrong time (by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/2208 
  - Remove [WEBIDL-1] reference in favor of [WEBIDL] (by henbos)
    https://github.com/w3c/webrtc-pc/issues/2207 

  3 issues received 5 new comments:
  - #2193 Add a security/privacy note about remote SDP (3 by guest271314)
    https://github.com/w3c/webrtc-pc/issues/2193 [PR exists] 
  - #230 Add support for WebRTC Data Channel in Workers (1 by nkev)
    https://github.com/w3c/webrtc-pc/issues/230 [External feedback] [PR exists] 
  - #2150 transceiver.stop() needs more work (avoid BUNDLE footgun) (1 by henbos)
    https://github.com/w3c/webrtc-pc/issues/2150 [April 2019 Interim] 

  2 issues closed:
  - Add a security/privacy note about remote SDP https://github.com/w3c/webrtc-pc/issues/2193 [PR exists] 
  - Update WebIDL reference in Terminology https://github.com/w3c/webrtc-pc/issues/2091 [Editorial] [PR exists] 

* w3c/webrtc-stats (+3/-0/💬21)
  3 issues created:
  - RTCInboundRtpStreamStats.fractionLost (by henbos)
    https://github.com/w3c/webrtc-stats/issues/446 
  - We should move RTCCodecStats.implementation to RTC[In/Out]boundRtpStreamStats (by henbos)
    https://github.com/w3c/webrtc-stats/issues/445 
  - Type stunserverconnection should be stun-server-connection (by henbos)
    https://github.com/w3c/webrtc-stats/issues/444 

  7 issues received 21 new comments:
  - #443 Detecting Video Playback glitches (5 by henbos, vr000m, ilyanikolaevskiy)
    https://github.com/w3c/webrtc-stats/issues/443 
  - #445 We should move RTCCodecStats.implementation to RTC[In/Out]boundRtpStreamStats (5 by henbos, vr000m, karthikbr82)
    https://github.com/w3c/webrtc-stats/issues/445 [Ready for PR] 
  - #446 What should RTCInboundRtpStreamStats.fractionLost be if RTCP is disabled? (3 by henbos, vr000m)
    https://github.com/w3c/webrtc-stats/issues/446 
  - #393 Correlating RTCInboundRtpStreamStats with simulcast streams (2 by jan-ivar)
    https://github.com/w3c/webrtc-stats/issues/393 
  - #399 Remove RTC[Audio/Video][Sender/Receiver]Stats.remoteSource (2 by henbos, vr000m)
    https://github.com/w3c/webrtc-stats/issues/399 [PR exists] 
  - #440 Clarify qualityLimitationReason when limited by multiple reasons (2 by henbos, vr000m)
    https://github.com/w3c/webrtc-stats/issues/440 [CR blocker] [Ready for PR] 
  - #444 Type stunserverconnection should be stun-server-connection (2 by fippo, vr000m)
    https://github.com/w3c/webrtc-stats/issues/444 

* w3c/webrtc-nv-use-cases (+0/-1/💬0)
  1 issues closed:
  - N03: "Bandwidth limit across mesh endpoints" needs clarification or modification https://github.com/w3c/webrtc-nv-use-cases/issues/5 [June 2019 Interim] [Ready for PR] 

* w3c/mediacapture-main (+0/-1/💬0)
  1 issues closed:
  - Clarify that enumerateDevices must not expose devices that a given context cannot use through getUserMedia https://github.com/w3c/mediacapture-main/issues/549 [Needs Test] [PR exists] 

* w3c/mediacapture-record (+2/-0/💬2)
  2 issues created:
  - Clarification needed for mime type handling (by Pehrsons)
    https://github.com/w3c/mediacapture-record/issues/170 
  - What are the default bitrate attribute values? (by jan-ivar)
    https://github.com/w3c/mediacapture-record/issues/169 

  1 issues received 2 new comments:
  - #169 What are the default bitrate attribute values? (2 by jan-ivar, alvestrand)
    https://github.com/w3c/mediacapture-record/issues/169 



Pull requests
-------------
* w3c/webrtc-pc (+3/-3/💬6)
  3 pull requests submitted:
  - Add setRemoteDescription(description, {rollback: true}) option. (by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/2212 
  - Define an "unknown" value for RTCIceRole (by alvestrand)
    https://github.com/w3c/webrtc-pc/pull/2211 
  - Read [[LastCreatedOffer/Answer]] at the right time in SLD (by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/2209 

  3 pull requests received 6 new comments:
  - #2200 Make DOMException references cite [WEBIDL] (3 by henbos, dontcallmedom)
    https://github.com/w3c/webrtc-pc/pull/2200 [Editors can integrate] 
  - #2201 Add security note about remote SDP (2 by henbos)
    https://github.com/w3c/webrtc-pc/pull/2201 [Editors can integrate] 
  - #2175 Permission API for receive-only media and data use cases (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/pull/2175 [June 2019 Virtual Interim] 

  3 pull requests merged:
  - Add security note about remote SDP
    https://github.com/w3c/webrtc-pc/pull/2201 [Editors can integrate] 
  - Fix outdated information in mandatory stats list.
    https://github.com/w3c/webrtc-pc/pull/2206 
  - Make DOMException references cite [WEBIDL]
    https://github.com/w3c/webrtc-pc/pull/2200 [Editors can integrate] 

* w3c/webrtc-nv-use-cases (+2/-3/💬4)
  2 pull requests submitted:
  - Requirements for Secure Web Conferencing (Revised) (by aboba)
    https://github.com/w3c/webrtc-nv-use-cases/pull/34 
  - Revert "Requirements Secure Web Conferencing " (by aboba)
    https://github.com/w3c/webrtc-nv-use-cases/pull/33 

  2 pull requests received 4 new comments:
  - #21 Requirements Secure Web Conferencing  (2 by lgrahl, youennf)
    https://github.com/w3c/webrtc-nv-use-cases/pull/21 [June 2019 Interim] 
  - #14 N29: A way to obtain user consent for one-way media and data use cases (2 by lgrahl, alvestrand)
    https://github.com/w3c/webrtc-nv-use-cases/pull/14 [June 2019 Interim] 

  3 pull requests merged:
  - Revert "Requirements Secure Web Conferencing "
    https://github.com/w3c/webrtc-nv-use-cases/pull/33 
  - Requirements Secure Web Conferencing 
    https://github.com/w3c/webrtc-nv-use-cases/pull/21 [June 2019 Interim] 
  - N03: "Bandwidth limit across mesh endpoints" needs clarification
    https://github.com/w3c/webrtc-nv-use-cases/pull/32 

* w3c/mediacapture-main (+0/-2/💬1)
  1 pull requests received 1 new comments:
  - #595 Interpret the empty string as if the constraint is not specified (1 by youennf)
    https://github.com/w3c/mediacapture-main/pull/595 [June 2019 interim] 

  2 pull requests merged:
  - Unify device id description
    https://github.com/w3c/mediacapture-main/pull/590 
  - Filter enumerateDevices by feature policy.
    https://github.com/w3c/mediacapture-main/pull/603 

* w3c/mediacapture-record (+0/-0/💬1)
  1 pull requests received 1 new comments:
  - #162 Do not discard data in case track set change (1 by Pehrsons)
    https://github.com/w3c/mediacapture-record/pull/162 


Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/webrtc-pc
* https://github.com/w3c/webrtc-identity
* https://github.com/w3c/webrtc-stats
* https://github.com/w3c/webrtc-charter
* https://github.com/w3c/webrtc-dscp-exp
* https://github.com/w3c/webrtc-ice
* https://github.com/w3c/webrtc-nv-use-cases
* https://github.com/w3c/mediacapture-main
* https://github.com/w3c/mediacapture-record
* https://github.com/w3c/mediacapture-image
* https://github.com/w3c/mediacapture-depth
* https://github.com/w3c/mediacapture-fromelement
* https://github.com/w3c/mediacapture-output
* https://github.com/w3c/mediacapture-screen-share
* https://github.com/w3c/mst-content-hint

Received on Tuesday, 18 June 2019 17:01:42 UTC