Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+3/-0/πŸ’¬4)
  3 issues created:
  - State gaps in connectionState algorithm (by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/2827 [Editorial] 
  - ongatheringstatechange references wrong ICE gathering state (by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/2825 [Editorial] 
  - RTCSctpTransport.maxMessageSize is a floating point type (by docfaraday)
    https://github.com/w3c/webrtc-pc/issues/2822 

  4 issues received 4 new comments:
  - #2827 State gaps in connectionState algorithm (1 by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/2827 [Editorial] 
  - #2822 RTCSctpTransport.maxMessageSize is a floating point type (1 by lgrahl)
    https://github.com/w3c/webrtc-pc/issues/2822 
  - #2819 Why is RTCIceCandidatePairStats.totalRoundTripTime mandatory to implement, but not responsesReceived? (1 by fippo)
    https://github.com/w3c/webrtc-pc/issues/2819 
  - #1827 RTCDataChannel.send during 'closing' state (1 by monktan89)
    https://github.com/w3c/webrtc-pc/issues/1827 [PR exists] [Needs Test] 

* w3c/webrtc-stats (+0/-1/πŸ’¬8)
  3 issues received 8 new comments:
  - #731 scalabilityMode: Same as in getParameters() or not? (6 by aboba, alvestrand, eshrubs, henbos)
    https://github.com/w3c/webrtc-stats/issues/731 
  - #730 The HW exposure check does not solve Cloud Gaming use cases (1 by pes10k)
    https://github.com/w3c/webrtc-stats/issues/730 [PR exists] [privacy-tracker] 
  - #229 Interframe delay stat for video receive stream. (1 by henbos)
    https://github.com/w3c/webrtc-stats/issues/229 [Icebox] 

  1 issues closed:
  - Interframe delay stat for video receive stream. https://github.com/w3c/webrtc-stats/issues/229 [Icebox] 

* w3c/webrtc-nv-use-cases (+1/-0/πŸ’¬0)
  1 issues created:
  - Dropping "NV" from the document name (by aboba)
    https://github.com/w3c/webrtc-nv-use-cases/issues/107 

* w3c/mediacapture-main (+0/-0/πŸ’¬2)
  1 issues received 2 new comments:
  - #930 Detecting user-actionable camera issues (e.g., camera shutters) (2 by eladalon1983, youennf)
    https://github.com/w3c/mediacapture-main/issues/930 

* w3c/mediacapture-record (+0/-1/πŸ’¬1)
  1 issues received 1 new comments:
  - #167 Add replaceTrack method to MediaStream (1 by alvestrand)
    https://github.com/w3c/mediacapture-record/issues/167 [TPAC 2019] [PR exists] 

  1 issues closed:
  - Add replaceTrack method to MediaStream https://github.com/w3c/mediacapture-record/issues/167 [TPAC 2019] [PR exists] 

* w3c/webrtc-svc (+2/-2/πŸ’¬9)
  2 issues created:
  - Other modes missing from the table (by aboba)
    https://github.com/w3c/webrtc-svc/issues/83 
  - L3T1_KEY is missing from the table, but not the diagram section (by henbos)
    https://github.com/w3c/webrtc-svc/issues/81 

  3 issues received 9 new comments:
  - #83 Other modes missing from the table (1 by aboba)
    https://github.com/w3c/webrtc-svc/issues/83 [PR exists] 
  - #81 L3T1_KEY is missing from the table, but not the diagram section (4 by DanilChapovalov, aboba, henbos)
    https://github.com/w3c/webrtc-svc/issues/81 [question] [PR exists] 
  - #73 S modes and a single active simulcast layer (4 by Orphis, aboba, alvestrand)
    https://github.com/w3c/webrtc-svc/issues/73 [PR exists] 

  2 issues closed:
  - Other modes missing from the table https://github.com/w3c/webrtc-svc/issues/83 [PR exists] 
  - L3T1_KEY is missing from the table, but not the diagram section https://github.com/w3c/webrtc-svc/issues/81 [question] [PR exists] 

* w3c/mediacapture-region (+2/-1/πŸ’¬4)
  2 issues created:
  - Prevent uncropping (by eladalon1983)
    https://github.com/w3c/mediacapture-region/issues/76 
  - [QUESTION] How to pass CropTarget to chrome extension service worker?  (by wlevchenko)
    https://github.com/w3c/mediacapture-region/issues/75 

  1 issues received 4 new comments:
  - #75 [QUESTION] How to pass CropTarget to chrome extension service worker?  (4 by beaufortfrancois, eladalon1983, wlevchenko, youennf)
    https://github.com/w3c/mediacapture-region/issues/75 

  1 issues closed:
  - [QUESTION] How to pass CropTarget to chrome extension service worker?  https://github.com/w3c/mediacapture-region/issues/75 

* w3c/mediacapture-handle (+0/-0/πŸ’¬2)
  1 issues received 2 new comments:
  - #68 Should the handle be an object? (2 by eladalon1983)
    https://github.com/w3c/mediacapture-handle/issues/68 



Pull requests
-------------
* w3c/webrtc-pc (+4/-0/πŸ’¬2)
  4 pull requests submitted:
  - Express RTCPeerConnectionState values using [[IceConnectionState]], and fix state gap (by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/2828 [Editorial] 
  - Add internal slots for signaling state, connection state, ice gatheri… (by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/2826 [Editorial] 
  - Update to ReSpec version 32.7.1 (by dontcallmedom)
    https://github.com/w3c/webrtc-pc/pull/2824 
  - Update title of spec, removing 1.0 and making it 'in' rather than 'between' browsers (by dontcallmedom)
    https://github.com/w3c/webrtc-pc/pull/2823 [Editorial] 

  1 pull requests received 2 new comments:
  - #2818 Use markup conventions for algorithms (2 by alvestrand, dontcallmedom)
    https://github.com/w3c/webrtc-pc/pull/2818 [Editorial] 

* w3c/webrtc-stats (+1/-0/πŸ’¬7)
  1 pull requests submitted:
  - mark totalInterFrameDelay and totalSquaredInterFrameDelay as video-only (by fippo)
    https://github.com/w3c/webrtc-stats/pull/733 

  1 pull requests received 7 new comments:
  - #732 Expose powerEfficientEncoder/Decoder if MediaCapabilities allows it (7 by aboba, alvestrand, henbos, pes10k, xingri)
    https://github.com/w3c/webrtc-stats/pull/732 

* w3c/mediacapture-main (+1/-0/πŸ’¬0)
  1 pull requests submitted:
  - Update to latest ReSpec version 32.7.1 (by dontcallmedom)
    https://github.com/w3c/mediacapture-main/pull/931 

* w3c/mediacapture-record (+0/-0/πŸ’¬5)
  4 pull requests received 5 new comments:
  - #216 Add keyframe interval support. (1 by shangl)
    https://github.com/w3c/mediacapture-record/pull/216 
  - #187 Add replaceTrack method to MediaRecorder. (1 by alvestrand)
    https://github.com/w3c/mediacapture-record/pull/187 [TPAC 2019] 
  - #186 Add replaceStream to MediaRecorder (1 by alvestrand)
    https://github.com/w3c/mediacapture-record/pull/186 
  - #118 Make Error Event go after ondataavailable. (2 by alvestrand, jan-ivar)
    https://github.com/w3c/mediacapture-record/pull/118 

* w3c/webrtc-svc (+4/-3/πŸ’¬4)
  4 pull requests submitted:
  - Allow 'S' modes with only a single active layer (by aboba)
    https://github.com/w3c/webrtc-svc/pull/86 
  - Minor fix for simulcast with L1T3 sample code. (by taste1981)
    https://github.com/w3c/webrtc-svc/pull/85 
  - Add missing modes to the table (by aboba)
    https://github.com/w3c/webrtc-svc/pull/84 
  - Addition of mode L3T1_KEY to table (by aboba)
    https://github.com/w3c/webrtc-svc/pull/82 

  2 pull requests received 4 new comments:
  - #84 Add missing modes to the table (3 by DanilChapovalov, henbos)
    https://github.com/w3c/webrtc-svc/pull/84 
  - #82 Addition of mode L3T1_KEY to table (1 by alvestrand)
    https://github.com/w3c/webrtc-svc/pull/82 

  3 pull requests merged:
  - Minor fix for simulcast with L1T3 sample code.
    https://github.com/w3c/webrtc-svc/pull/85 [Editorial] 
  - Add missing modes to the table
    https://github.com/w3c/webrtc-svc/pull/84 
  - Addition of mode L3T1_KEY to table
    https://github.com/w3c/webrtc-svc/pull/82 

* web-platform-tests/wpt (+0/-1/πŸ’¬0)
  1 pull requests merged:
  - Remove MediaErrorState class
    https://github.com/web-platform-tests/wpt/pull/38411 [mediacapture-streams] [chromium-export] [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, 14 February 2023 17:00:20 UTC