Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+6/-6/💬14)
  6 issues created:
  - Remove maxFramerate (by henbos)
    https://github.com/w3c/webrtc-pc/issues/2357 [At risk] 
  - Add hardwareAccelerated field to RTCRtpCodecCapability (by drkron)
    https://github.com/w3c/webrtc-pc/issues/2355 
  - Remove dtx, ptime and codecPayloadType from RTCRtpEncodingParameters (by henbos)
    https://github.com/w3c/webrtc-pc/issues/2350 [At risk] [Ready for PR] 
  - Remove VoiceActivityDetection (by henbos)
    https://github.com/w3c/webrtc-pc/issues/2349 [Ready for PR] 
  - Remove negotiate value from RTCRtcpMuxPolicy (by henbos)
    https://github.com/w3c/webrtc-pc/issues/2348 [Ready for PR] 
  - Move oauth to webrtc-extensions (by henbos)
    https://github.com/w3c/webrtc-pc/issues/2347 [Ready for PR] 

  7 issues received 14 new comments:
  - #2355 Add hardwareAccelerated field to RTCRtpCodecCapability (4 by aboba, alvestrand, drkron)
    https://github.com/w3c/webrtc-pc/issues/2355 
  - #2350 Remove dtx, maxFramerate, ptime and codecPayloadType from RTCRtpEncodingParameters (2 by aboba, henbos)
    https://github.com/w3c/webrtc-pc/issues/2350 [At risk] [PR exists] 
  - #2348 Remove negotiate value from RTCRtcpMuxPolicy (1 by henbos)
    https://github.com/w3c/webrtc-pc/issues/2348 [At risk] [Ready for PR] 
  - #2335 iceconnectionstatechange event after PeerConnection.close() is called (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/2335 [PR exists] 
  - #2300 Prefer variable ptime (audio frame lengths) (1 by henbos)
    https://github.com/w3c/webrtc-pc/issues/2300 [PR exists] [WebRTC Extensions] 
  - #2284 Should peer identity specific steps be marked as "Feature at risk" (2 by henbos)
    https://github.com/w3c/webrtc-pc/issues/2284 [Ready for PR] 
  - #2023 Should we remove getDefaultIceServers? (3 by henbos)
    https://github.com/w3c/webrtc-pc/issues/2023 [At risk] [January 2019 interim] [Needs Test] [PR exists] [WebRTC Extensions] 

  6 issues closed:
  - Remove negotiate value from RTCRtcpMuxPolicy https://github.com/w3c/webrtc-pc/issues/2348 [At risk] [PR exists] 
  - Remove dtx, ptime and codecPayloadType from RTCRtpEncodingParameters https://github.com/w3c/webrtc-pc/issues/2350 [At risk] [PR exists] 
  - Removing getSupportedAlgorithms() https://github.com/w3c/webrtc-pc/issues/2344 [PR exists] 
  - Should we remove getDefaultIceServers? https://github.com/w3c/webrtc-pc/issues/2023 [At risk] [January 2019 interim] [Needs Test] [PR exists] [WebRTC Extensions] 
  - Remove VoiceActivityDetection https://github.com/w3c/webrtc-pc/issues/2349 [At risk] [PR exists] 
  - Prefer variable ptime (audio frame lengths) https://github.com/w3c/webrtc-pc/issues/2300 [PR exists] [WebRTC Extensions] 

* w3c/webrtc-stats (+2/-1/💬0)
  2 issues created:
  - Add frameBitDepth to RTCInboundRtpStreamStats and RTCOutbountRtpStreamStats (by drkron)
    https://github.com/w3c/webrtc-stats/issues/516 
  - description of when roundTripTimeMeasurements increments is wrong (by fippo)
    https://github.com/w3c/webrtc-stats/issues/515 

  1 issues closed:
  - Detecting Video Playback glitches https://github.com/w3c/webrtc-stats/issues/443 [Ready for PR] [TPAC 2019] 

* w3c/mediacapture-main (+0/-1/💬6)
  2 issues received 6 new comments:
  - #640 Only reveal labels of devices user has given permission to (5 by jan-ivar, snyderp, youennf)
    https://github.com/w3c/mediacapture-main/issues/640 
  - #639 Enforcing user gesture for getUserMedia (1 by jan-ivar)
    https://github.com/w3c/mediacapture-main/issues/639 [November 2019 Interim] 

  1 issues closed:
  - Clarification needed on HTMLMediaElement with MediaStream ending playback https://github.com/w3c/mediacapture-main/issues/518 [PR exists] 

* w3c/mediacapture-record (+0/-1/💬2)
  1 issues received 2 new comments:
  - #181 MediaStream does not expose a RecordingState (2 by Pehrsons, chrisguttandin)
    https://github.com/w3c/mediacapture-record/issues/181 

  1 issues closed:
  - MediaStream does not expose a RecordingState https://github.com/w3c/mediacapture-record/issues/181 

* w3c/mediacapture-screen-share (+0/-1/💬1)
  1 issues received 1 new comments:
  - #59 TAG review (1 by jan-ivar)
    https://github.com/w3c/mediacapture-screen-share/issues/59 [PR exists] 

  1 issues closed:
  - TAG review https://github.com/w3c/mediacapture-screen-share/issues/59 [PR exists] 



Pull requests
-------------
* w3c/webrtc-pc (+5/-5/💬13)
  5 pull requests submitted:
  - Add hardwareAccelerated field to RTCRtpCodecCapability (by drkron)
    https://github.com/w3c/webrtc-pc/pull/2356 
  - Remove getDefaultIceServers() (by henbos)
    https://github.com/w3c/webrtc-pc/pull/2354 
  - Remove RTCRtcpMuxPolicy::negotiate and rtcpTransport (by henbos)
    https://github.com/w3c/webrtc-pc/pull/2353 
  - Remove voiceActivityFlag from RTCOfferAnswerOptions (by henbos)
    https://github.com/w3c/webrtc-pc/pull/2352 
  - Remove codecPayloadType, dtx, ptime and maxFramerate from parameters (by henbos)
    https://github.com/w3c/webrtc-pc/pull/2351 

  5 pull requests received 13 new comments:
  - #2356 Add hardwareAccelerated field to RTCRtpCodecCapability (7 by aboba, alvestrand, drkron, henbos, snyderp)
    https://github.com/w3c/webrtc-pc/pull/2356 
  - #2354 Remove getDefaultIceServers() (2 by henbos)
    https://github.com/w3c/webrtc-pc/pull/2354 
  - #2351 Remove codecPayloadType, dtx, ptime and maxFramerate from parameters (2 by henbos, jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/2351 
  - #2342 Remove Priority from Sender and Datachannel (1 by henbos)
    https://github.com/w3c/webrtc-pc/pull/2342 [Needs assignee action] 
  - #2326 Removing degradationPreference (1 by henbos)
    https://github.com/w3c/webrtc-pc/pull/2326 [Needs assignee action] 

  5 pull requests merged:
  - Remove RTCRtcpMuxPolicy::negotiate and rtcpTransport
    https://github.com/w3c/webrtc-pc/pull/2353 [Editors can integrate] 
  - Remove codecPayloadType, dtx, ptime and maxFramerate from parameters
    https://github.com/w3c/webrtc-pc/pull/2351 [Editors can integrate] 
  - Remove getDefaultIceServers()
    https://github.com/w3c/webrtc-pc/pull/2354 
  - Remove voiceActivityFlag from RTCOfferAnswerOptions
    https://github.com/w3c/webrtc-pc/pull/2352 
  - Remove getSupportedAlgorithms()
    https://github.com/w3c/webrtc-pc/pull/2345 

* w3c/webrtc-stats (+1/-1/💬0)
  1 pull requests submitted:
  - Add frameBitDepth to RTCInboundRtpStreamStats and RTCOutboundRtpStreamStats (by drkron)
    https://github.com/w3c/webrtc-stats/pull/517 

  1 pull requests merged:
  - Add totalInterFrameDelaySquared to RTCInboundRtpStreamStats
    https://github.com/w3c/webrtc-stats/pull/511 

* w3c/webrtc-dscp-exp (+1/-0/💬0)
  1 pull requests submitted:
  - Add priority to DSCP spec (by alvestrand)
    https://github.com/w3c/webrtc-dscp-exp/pull/5 

* w3c/mediacapture-main (+0/-1/💬0)
  1 pull requests merged:
  - Use HTMLMediaElement's ended playback definition.
    https://github.com/w3c/mediacapture-main/pull/637 

* w3c/mediacapture-record (+0/-0/💬2)
  2 pull requests received 2 new comments:
  - #190 Defer deciding codec until "onstart" fires (1 by Pehrsons)
    https://github.com/w3c/mediacapture-record/pull/190 
  - #185 Add `audioConstantBitRate` flag to `MediaRecorderOptions`. (1 by dontcallmedom)
    https://github.com/w3c/mediacapture-record/pull/185 

* w3c/mediacapture-output (+1/-0/💬0)
  1 pull requests submitted:
  - API to request audio output device selection (by youennf)
    https://github.com/w3c/mediacapture-output/pull/86 

* w3c/mediacapture-screen-share (+2/-1/💬5)
  2 pull requests submitted:
  - Add the tech support use case. (by jan-ivar)
    https://github.com/w3c/mediacapture-screen-share/pull/123 
  - Add explainer. (by jan-ivar)
    https://github.com/w3c/mediacapture-screen-share/pull/122 

  1 pull requests received 5 new comments:
  - #123 Add conversational sharing and assistance use case (5 by aboba, jan-ivar)
    https://github.com/w3c/mediacapture-screen-share/pull/123 

  1 pull requests merged:
  - Add explainer.
    https://github.com/w3c/mediacapture-screen-share/pull/122 


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, 12 November 2019 17:01:03 UTC