Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+0/-0/πŸ’¬12)
  3 issues received 12 new comments:
  - #2827 State gaps in connectionState algorithm (4 by jan-ivar, lgrahl, pthatcher)
    https://github.com/w3c/webrtc-pc/issues/2827 [Editorial] 
  - #2820 Maybe setParameters/insertDtmf/replaceTrack should throw on [[Stopping]] as well as [[Stopped]]? (5 by aboba, docfaraday, jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/2820 [Ready for PR] 
  - #2819 Why is RTCIceCandidatePairStats.totalRoundTripTime mandatory to implement, but not responsesReceived? (3 by alvestrand, jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/2819 

* w3c/mediacapture-main (+0/-0/πŸ’¬5)
  4 issues received 5 new comments:
  - #930 Detecting user-actionable camera issues (e.g., camera shutters) (2 by jan-ivar)
    https://github.com/w3c/mediacapture-main/issues/930 
  - #927 Web compat issue with permissions.query() in per-camera/mic permission models (1 by jan-ivar)
    https://github.com/w3c/mediacapture-main/issues/927 
  - #905 Why does `navigator.mediaDevices.enumerateDevices()` require that `Document` must have active keyboard focus? (1 by jan-ivar)
    https://github.com/w3c/mediacapture-main/issues/905 [Needs Test] 
  - #299 Unclear how to associate current active device with enumerated devices (1 by ryuujo1573)
    https://github.com/w3c/mediacapture-main/issues/299 [Submitter action needed] [External input] 

* w3c/mediacapture-record (+0/-0/πŸ’¬2)
  2 issues received 2 new comments:
  - #213 Ability to record non-realtime / frame-by-frame (1 by akre54)
    https://github.com/w3c/mediacapture-record/issues/213 
  - #208 More information about timing of recording (start event, blob event, stop event) (1 by sepehr500)
    https://github.com/w3c/mediacapture-record/issues/208 [enhancement] 

* w3c/mediacapture-screen-share (+1/-0/πŸ’¬5)
  1 issues created:
  - Capability Delegation for getDisplayMedia() (by eladalon1983)
    https://github.com/w3c/mediacapture-screen-share/issues/258 

  2 issues received 5 new comments:
  - #258 Capability Delegation for getDisplayMedia() (1 by jan-ivar)
    https://github.com/w3c/mediacapture-screen-share/issues/258 
  - #255 Auto-pause capture when user switches captured content (4 by eladalon1983, jan-ivar)
    https://github.com/w3c/mediacapture-screen-share/issues/255 

* w3c/webrtc-svc (+1/-1/πŸ’¬2)
  1 issues created:
  - Why is scalabilityMode not an enum? (by henbos)
    https://github.com/w3c/webrtc-svc/issues/87 

  1 issues received 2 new comments:
  - #87 Why is scalabilityMode not an enum? (2 by aboba, henbos)
    https://github.com/w3c/webrtc-svc/issues/87 [duplicate] 

  1 issues closed:
  - Why is scalabilityMode not an enum? https://github.com/w3c/webrtc-svc/issues/87 [duplicate] 

* w3c/webrtc-encoded-transform (+1/-0/πŸ’¬0)
  1 issues created:
  - Define needed data to pass between depacketizer and decoder (by alvestrand)
    https://github.com/w3c/webrtc-encoded-transform/issues/174 

* w3c/mediacapture-handle (+0/-0/πŸ’¬2)
  1 issues received 2 new comments:
  - #70 Expose a MessagePort using Capture Handle (2 by eladalon1983)
    https://github.com/w3c/mediacapture-handle/issues/70 



Pull requests
-------------
* w3c/webrtc-pc (+1/-1/πŸ’¬5)
  1 pull requests submitted:
  - setParameters(), replaceTrack(), & insertDTMF() reject after stop(). (by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/2829 

  3 pull requests received 5 new comments:
  - #2829 setParameters(), replaceTrack(), & insertDTMF() reject after stop(). (2 by alvestrand, jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/2829 
  - #2828 Express RTCPeerConnectionState values using [[IceConnectionState]], and fix state gap (2 by alvestrand, jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/2828 [Editorial] 
  - #2826 Add internal slots for signaling state, connection state, ice gatheri… (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/pull/2826 [Editors can integrate] [Editorial] 

  1 pull requests merged:
  - Update title of spec, removing 1.0 and making it 'in' rather than 'between' browsers
    https://github.com/w3c/webrtc-pc/pull/2823 [Editorial] 

* w3c/webrtc-stats (+1/-0/πŸ’¬4)
  1 pull requests submitted:
  - editorial: fix decoderImplementation idl reference (by fippo)
    https://github.com/w3c/webrtc-stats/pull/734 

  2 pull requests received 4 new comments:
  - #734 editorial: fix decoderImplementation idl reference (1 by fippo)
    https://github.com/w3c/webrtc-stats/pull/734 
  - #732 Expose powerEfficientEncoder/Decoder if MediaCapabilities allows it (3 by henbos, xingri)
    https://github.com/w3c/webrtc-stats/pull/732 

* w3c/mediacapture-record (+0/-0/πŸ’¬2)
  2 pull requests received 2 new comments:
  - #216 Add keyframe interval support. (1 by handellm)
    https://github.com/w3c/mediacapture-record/pull/216 
  - #118 Make Error Event go after ondataavailable. (1 by Pehrsons)
    https://github.com/w3c/mediacapture-record/pull/118 [Test needed] 

* w3c/mediacapture-image (+1/-0/πŸ’¬5)
  1 pull requests submitted:
  - Update Image Capture polyfill (by FluorescentHallucinogen)
    https://github.com/w3c/mediacapture-image/pull/299 

  1 pull requests received 5 new comments:
  - #299 Update Image Capture polyfill (5 by FluorescentHallucinogen, riju)
    https://github.com/w3c/mediacapture-image/pull/299 

* w3c/webrtc-encoded-transform (+1/-0/πŸ’¬2)
  1 pull requests submitted:
  - Add captureTimestamp to RTCEncodedVideoFrameMetadata (by tonyherre)
    https://github.com/w3c/webrtc-encoded-transform/pull/173 

  2 pull requests received 2 new comments:
  - #173 Add captureTimestamp to RTCEncodedVideoFrameMetadata (1 by tonyherre)
    https://github.com/w3c/webrtc-encoded-transform/pull/173 
  - #137 Add rtp timestamp and capture time to RTCEncodedVideoFrameMetadata (1 by tonyherre)
    https://github.com/w3c/webrtc-encoded-transform/pull/137 

* web-platform-tests/wpt (+0/-1/πŸ’¬0)
  1 pull requests merged:
  - [Gecko Bug 1800136] Test-cases for ICE candidate stats.
    https://github.com/web-platform-tests/wpt/pull/37612 [webrtc] [mozilla:gecko-sync] [wg-s_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-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/w3c/webrtc-encoded-transform
* https://github.com/w3c/mediacapture-automation
* https://github.com/w3c/mediacapture-transform
* https://github.com/w3c/mediacapture-region
* https://github.com/w3c/mediacapture-handle
* https://github.com/w3c/mediacapture-viewport
* https://github.com/web-platform-tests/wpt


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 21 February 2023 17:00:18 UTC