Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+0/-0/💬5)
  4 issues received 5 new comments:
  - #2878 iceConnectionState "checking" can happen without adding remote candidates (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/2878 
  - #2806 need more clarifying? about example in MDN WebRTC perfect negotiation pattern (1 by Adamkaram)
    https://github.com/w3c/webrtc-pc/issues/2806 
  - #2519 addIceCandidate may not need to throw an error when no remoteDescription (1 by fbarbat)
    https://github.com/w3c/webrtc-pc/issues/2519 
  - #230 Add support for WebRTC Data Channel in Workers (2 by Diego-Perez-Botero, aboba)
    https://github.com/w3c/webrtc-pc/issues/230 [PR exists] [External feedback] 

* w3c/webrtc-stats (+0/-0/💬2)
  1 issues received 2 new comments:
  - #729 Delete "Retiring stats objects" section (2 by henbos)
    https://github.com/w3c/webrtc-stats/issues/729 [Ready for PR] 

* w3c/webrtc-nv-use-cases (+1/-3/💬11)
  1 issues created:
  - Clarifying Cloud Game Requirements (by xingri)
    https://github.com/w3c/webrtc-nv-use-cases/issues/114 

  5 issues received 11 new comments:
  - #114 Clarifying Cloud Gaming Requirements (7 by aboba, xingri)
    https://github.com/w3c/webrtc-nv-use-cases/issues/114 
  - #110 Removing Section 3.7: Machine Learning (1 by steely-glint)
    https://github.com/w3c/webrtc-nv-use-cases/issues/110 [PR exists] [June 2023 Virtual Interim] 
  - #94 Section 3.2.1: Improvements for game pad input (1 by aboba)
    https://github.com/w3c/webrtc-nv-use-cases/issues/94 
  - #42 Send transferable data (1 by aboba)
    https://github.com/w3c/webrtc-nv-use-cases/issues/42 
  - #41 API for codec performance (1 by aboba)
    https://github.com/w3c/webrtc-nv-use-cases/issues/41 

  3 issues closed:
  - Improvements for game pad input https://github.com/w3c/webrtc-nv-use-cases/issues/94 
  - API for codec performance https://github.com/w3c/webrtc-nv-use-cases/issues/41 
  - Send transferable data https://github.com/w3c/webrtc-nv-use-cases/issues/42 

* w3c/mediacapture-screen-share (+0/-0/💬1)
  1 issues received 1 new comments:
  - #261 Allow apps to avoid riskier display-surface types (1 by Coread)
    https://github.com/w3c/mediacapture-screen-share/issues/261 

* w3c/webrtc-encoded-transform (+4/-0/💬4)
  4 issues created:
  - Writing chunks other than frames to RTCRtpScriptTransformer should fail (by docfaraday)
    https://github.com/w3c/webrtc-encoded-transform/issues/191 
  - What should happen if RTCRtpSender/Receiver.transform is set with the same transform that is already set? (by docfaraday)
    https://github.com/w3c/webrtc-encoded-transform/issues/189 
  - Clarify why the writable stream backpressure should be disabled (by saschanaz)
    https://github.com/w3c/webrtc-encoded-transform/issues/188 
  - Pass `pullAlgorithm` while initializing `[[readable]]`? (by saschanaz)
    https://github.com/w3c/webrtc-encoded-transform/issues/187 

  3 issues received 4 new comments:
  - #189 What should happen if RTCRtpSender/Receiver.transform is set with the same transform that is already set? (1 by youennf)
    https://github.com/w3c/webrtc-encoded-transform/issues/189 
  - #188 Clarify why the writable stream backpressure should be disabled (1 by youennf)
    https://github.com/w3c/webrtc-encoded-transform/issues/188 
  - #187 Pass `pullAlgorithm` while initializing `[[readable]]`? (2 by saschanaz, youennf)
    https://github.com/w3c/webrtc-encoded-transform/issues/187 



Pull requests
-------------
* w3c/webrtc-pc (+2/-1/💬0)
  2 pull requests submitted:
  - Clarify description of "checking" iceConnectionState (by fippo)
    https://github.com/w3c/webrtc-pc/pull/2884 
  - Update to ReSpec version 34.1.4 (by dontcallmedom)
    https://github.com/w3c/webrtc-pc/pull/2883 

  1 pull requests merged:
  - Update to ReSpec version 34.1.4
    https://github.com/w3c/webrtc-pc/pull/2883 [Editorial] [repo-management] 

* w3c/webrtc-stats (+1/-0/💬0)
  1 pull requests submitted:
  - Delete 'retiring stats objects' section. (by henbos)
    https://github.com/w3c/webrtc-stats/pull/763 

* w3c/webrtc-nv-use-cases (+2/-0/💬0)
  2 pull requests submitted:
  - Remote Machine Learning Use Case (Section 3.7) (by aboba)
    https://github.com/w3c/webrtc-nv-use-cases/pull/113 [June 2023 Virtual Interim] 
  - Remove Section 3.9: Reduced Complexity Signaling (by aboba)
    https://github.com/w3c/webrtc-nv-use-cases/pull/112 

* w3c/mediacapture-main (+1/-1/💬0)
  1 pull requests submitted:
  - Update to latest ReSpec version 34.1.4 (by dontcallmedom)
    https://github.com/w3c/mediacapture-main/pull/963 

  1 pull requests merged:
  - Update to latest ReSpec version 34.1.4
    https://github.com/w3c/mediacapture-main/pull/963 [editorial] [repo-management] 

* w3c/webrtc-extensions (+0/-1/💬1)
  1 pull requests received 1 new comments:
  - #167 Request keyframe via setParameters (1 by fippo)
    https://github.com/w3c/webrtc-extensions/pull/167 [May 2023 Virtual Interim] [Needs assignee input] 

  1 pull requests merged:
  - Fix mistake in internal slot assignment for NegotiatedHeaderExtensions
    https://github.com/w3c/webrtc-extensions/pull/169 [editorial] 

* w3c/webrtc-encoded-transform (+1/-0/💬0)
  1 pull requests submitted:
  - Editorial: Use AbortController/signal to access controller's signal (by shaseley)
    https://github.com/w3c/webrtc-encoded-transform/pull/190 


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, 27 June 2023 17:00:20 UTC