Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+2/-4/💬5)
  2 issues created:
  - RTCPeerConnection().prototype.setRemoteDescription.length should be 1 (by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/2528 
  - [Question] Is it guaranteed that the mid property value of transceiver is the same for sender and receiver? (by gtk2k)
    https://github.com/w3c/webrtc-pc/issues/2527 

  3 issues received 5 new comments:
  - #2527 [Question] Is it guaranteed that the mid property value of transceiver is the same for setLocalDescription()(sender) and ontrack(receiver)? (2 by alvestrand, gtk2k)
    https://github.com/w3c/webrtc-pc/issues/2527 [question] 
  - #2519 addIceCandidate may not need to throw an error when no remoteDescription (1 by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/2519 
  - #1979 how to use datachannel bufferedamountlow threshold callback? (2 by jerlam06, lgrahl)
    https://github.com/w3c/webrtc-pc/issues/1979 [Ready for PR] 

  4 issues closed:
  - Mark multiple DTLS certificates at risk https://github.com/w3c/webrtc-pc/issues/2498 [PR exists] 
  - addIceCandidate may not need to throw an error when no remoteDescription https://github.com/w3c/webrtc-pc/issues/2519 
  - Mark voiceActivityFlag as at risk https://github.com/w3c/webrtc-pc/issues/2496 [PR exists] 
  - [Question] Is it guaranteed that the mid property value of transceiver is the same for setLocalDescription()(sender) and ontrack(receiver)? https://github.com/w3c/webrtc-pc/issues/2527 [question] 

* w3c/webrtc-stats (+1/-0/💬5)
  1 issues created:
  - Security considerations need to mention portscanning as an issue (by alvestrand)
    https://github.com/w3c/webrtc-stats/issues/572 

  1 issues received 5 new comments:
  - #558 Lifetime of "outbound-rtp" (5 by alvestrand, henbos, vr000m)
    https://github.com/w3c/webrtc-stats/issues/558 [Ready for PR] 

* w3c/mediacapture-main (+1/-3/💬16)
  1 issues created:
  - Export "constrainable object" (by hober)
    https://github.com/w3c/mediacapture-main/issues/695 

  2 issues received 16 new comments:
  - #695 Export "constrainable object" (4 by hober, jan-ivar)
    https://github.com/w3c/mediacapture-main/issues/695 
  - #694 GetDisplayMedia don't capture the audio from microphone (12 by athina635, guest271314, jan-ivar)
    https://github.com/w3c/mediacapture-main/issues/694 

  3 issues closed:
  - If getUserMedia access is not granted, devicechange event should only be fired if devices of a given type go from 0 to 1 or 1 to 0 https://github.com/w3c/mediacapture-main/issues/690 [Needs Test] [PR exists] [privacy-needs-resolution] [privacy-tracker] 
  - GetDisplayMedia don't capture the audio from microphone https://github.com/w3c/mediacapture-main/issues/694 
  - Export "constrainable object" https://github.com/w3c/mediacapture-main/issues/695 

* w3c/mediacapture-record (+1/-0/💬0)
  1 issues created:
  - Describe more precisely the handling of disabled tracks (by youennf)
    https://github.com/w3c/mediacapture-record/issues/199 

* w3c/mediacapture-image (+0/-0/💬12)
  2 issues received 12 new comments:
  - #225 The (bool or ConstrainDouble) case for pan/tilt/zoom is unclear (9 by alvestrand, beaufortfrancois, eehakkin, guidou, jan-ivar)
    https://github.com/w3c/mediacapture-image/issues/225 [PTZ] 
  - #223 [PTZ] Should `applyConstraints` request permission? (3 by beaufortfrancois, guidou, jan-ivar)
    https://github.com/w3c/mediacapture-image/issues/223 [PTZ] 

* w3c/mediacapture-screen-share (+1/-0/💬14)
  1 issues created:
  - Either fully support or remove audio capture entirely: "MAY" re audio capture is ambiguous (by guest271314)
    https://github.com/w3c/mediacapture-screen-share/issues/140 

  4 issues received 14 new comments:
  - #140 Either fully support or remove audio capture entirely: "MAY" re audio capture is ambiguous (8 by aboba, guest271314)
    https://github.com/w3c/mediacapture-screen-share/issues/140 
  - #138 Add configuration to chose whether or not to focus/bring to front the shared window display surface (4 by guest271314)
    https://github.com/w3c/mediacapture-screen-share/issues/138 
  - #135 Human readable error message without language info (1 by guest271314)
    https://github.com/w3c/mediacapture-screen-share/issues/135 [i18n-needs-resolution] 
  - #100 Capturing audio-only (1 by guest271314)
    https://github.com/w3c/mediacapture-screen-share/issues/100 [question] 



Pull requests
-------------
* w3c/webrtc-pc (+4/-5/💬2)
  4 pull requests submitted:
  - Split off RTCLocalSessionDescriptionInit to handle optional type. (by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/2529 
  - Handling of multiple DTLS certificates (by aboba)
    https://github.com/w3c/webrtc-pc/pull/2526 
  - Test coverage Section 5.4.1 (Simulcast) (by aboba)
    https://github.com/w3c/webrtc-pc/pull/2525 
  - Test coverage chapter 11 (by aboba)
    https://github.com/w3c/webrtc-pc/pull/2524 

  2 pull requests received 2 new comments:
  - #2524 Test coverage chapter 11 (1 by aboba)
    https://github.com/w3c/webrtc-pc/pull/2524 
  - #2523 Mark voiceActivityFlag at risk (1 by aboba)
    https://github.com/w3c/webrtc-pc/pull/2523 

  5 pull requests merged:
  - Handling of multiple DTLS certificates
    https://github.com/w3c/webrtc-pc/pull/2526 [Editors can integrate] 
  - Test coverage chapter 11
    https://github.com/w3c/webrtc-pc/pull/2524 [Editors can integrate] 
  - Test coverage Section 5.4.1 (Simulcast)
    https://github.com/w3c/webrtc-pc/pull/2525 
  - Mark voiceActivityFlag at risk
    https://github.com/w3c/webrtc-pc/pull/2523 
  - Mark DC close as tested
    https://github.com/w3c/webrtc-pc/pull/2522 

* w3c/webrtc-stats (+0/-1/💬0)
  1 pull requests merged:
  - RTCIceServerStats relayProtocol
    https://github.com/w3c/webrtc-stats/pull/519 [Submitter input needed] 

* w3c/mediacapture-main (+0/-1/💬3)
  1 pull requests received 3 new comments:
  - #667 Add semantics choice to getUserMedia() for in-browser picker. (3 by a2sheppy, getify, jan-ivar)
    https://github.com/w3c/mediacapture-main/pull/667 

  1 pull requests merged:
  - Only fire devicechange on 0->1 & 1->0 kind devices pre-gUM.
    https://github.com/w3c/mediacapture-main/pull/691 

* w3c/webrtc-extensions (+1/-0/💬3)
  1 pull requests submitted:
  - Add a requestKeyframe() API (by alvestrand)
    https://github.com/w3c/webrtc-extensions/pull/37 

  1 pull requests received 3 new comments:
  - #37 Add a requestKeyframe() API (3 by alvestrand, murillo128)
    https://github.com/w3c/webrtc-extensions/pull/37 

* web-platform-tests/wpt (+0/-1/💬2)
  2 pull requests received 2 new comments:
  - #23509 [Gecko Bug 1636548] Remove wpt helper workarounds for crbug 1019222. (1 by jan-ivar)
    https://github.com/web-platform-tests/wpt/pull/23509 [mozilla:gecko-sync] [webrtc] [webrtc-insertable-streams] [webrtc-quic] [webrtc-stats] [wg-webrtc] 
  - #23341 Add a test to check the video detector helper function. (1 by LukeZielinski)
    https://github.com/web-platform-tests/wpt/pull/23341 [chromium-export] [webrtc] [wg-webrtc] 

  1 pull requests merged:
  - Add a test to check the video detector helper function.
    https://github.com/web-platform-tests/wpt/pull/23341 [chromium-export] [webrtc] [wg-webrtc] 


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-priority
* 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
* https://github.com/w3c/webrtc-svc
* https://github.com/w3c/webrtc-extensions
* https://github.com/w3c/webrtc-provisional-stats
* https://github.com/web-platform-tests/wpt

Received on Tuesday, 12 May 2020 17:00:18 UTC