- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 16 May 2023 17:00:17 +0000
- To: public-webrtc@w3.org
- Message-Id: <E1pyy25-00EZjf-M7@uranus.w3.org>
Issues
------
* w3c/webrtc-pc (+3/-1/💬2)
3 issues created:
- scaleResolutionDownBy validation steps are inconsistent, browser interop issues (by henbos)
https://github.com/w3c/webrtc-pc/issues/2873
- The normative language for setting [[IceRole]] is in a NOTE, which is also in the wrong section (by docfaraday)
https://github.com/w3c/webrtc-pc/issues/2871
- Why clear [[LastCreatedOffer]] and [[LastCreatedAnswer]] when going to "stable"? (by jan-ivar)
https://github.com/w3c/webrtc-pc/issues/2869
2 issues received 2 new comments:
- #2873 scaleResolutionDownBy validation steps are inconsistent, browser interop issues (1 by henbos)
https://github.com/w3c/webrtc-pc/issues/2873
- #2869 Why clear [[LastCreatedOffer]] and [[LastCreatedAnswer]] when going to "stable"? (1 by jan-ivar)
https://github.com/w3c/webrtc-pc/issues/2869
1 issues closed:
- Steps for updating RTCPeerConnection.[[IceConnectionState]] are missing? https://github.com/w3c/webrtc-pc/issues/2858
* w3c/webrtc-stats (+1/-4/💬5)
1 issues created:
- Remove obsolete metrics section (by henbos)
https://github.com/w3c/webrtc-stats/issues/758
2 issues received 5 new comments:
- #758 Delete the obsolete section, "track" and "stream" stats - they don't exist anymore (3 by henbos)
https://github.com/w3c/webrtc-stats/issues/758 [PR exists]
- #757 RTCAudioSourceStats.audioLevel - what algorithm described in totalAudioEnergy? (2 by hamishwillee, henbos)
https://github.com/w3c/webrtc-stats/issues/757
4 issues closed:
- RTCAudioSourceStats.audioLevel - what algorithm described in totalAudioEnergy? https://github.com/w3c/webrtc-stats/issues/757
- availableOutgoingBitrate is also available when send-side BWE is not used https://github.com/w3c/webrtc-stats/issues/740
- Add clarification that inbound-rtp.bytesReceived includes retransmissions. https://github.com/w3c/webrtc-stats/issues/755
- Delete the obsolete section, "track" and "stream" stats - they don't exist anymore https://github.com/w3c/webrtc-stats/issues/758 [PR exists]
* w3c/webrtc-nv-use-cases (+0/-1/💬2)
2 issues received 2 new comments:
- #103 Feedback related to WebRTC-NV Low Latency Streaming Use Case (1 by aboba)
https://github.com/w3c/webrtc-nv-use-cases/issues/103
- #95 Low Latency Streaming: Review of requirements (1 by aboba)
https://github.com/w3c/webrtc-nv-use-cases/issues/95 [duplicate]
1 issues closed:
- Low Latency Streaming: Review of requirements https://github.com/w3c/webrtc-nv-use-cases/issues/95 [duplicate]
* w3c/mediacapture-main (+1/-0/💬0)
1 issues created:
- enabled=false MediaStreamTrack handling for HTMLVideoElement (by youennf)
https://github.com/w3c/mediacapture-main/issues/961
* w3c/mediacapture-record (+0/-1/💬0)
1 issues closed:
- What to do both videoKeyFrameIntervalDuration and videoKeyFrameIntervalCount are specified? https://github.com/w3c/mediacapture-record/issues/219
* w3c/mediacapture-screen-share (+2/-1/💬4)
2 issues created:
- Proposal: Make CaptureController inherit from EventTarget (by eladalon1983)
https://github.com/w3c/mediacapture-screen-share/issues/268
- SystemCursorEvent and cursor customization cursor (by jozefchutka)
https://github.com/w3c/mediacapture-screen-share/issues/267
2 issues received 4 new comments:
- #267 SystemCursorEvent and cursor customization cursor (1 by eladalon1983)
https://github.com/w3c/mediacapture-screen-share/issues/267
- #259 Exposing mouse events from captured surfaces (3 by eladalon1983, jozefchutka, youennf)
https://github.com/w3c/mediacapture-screen-share/issues/259
1 issues closed:
- SystemCursorEvent and cursor customization cursor https://github.com/w3c/mediacapture-screen-share/issues/267
* w3c/webrtc-extensions (+0/-0/💬2)
2 issues received 2 new comments:
- #166 ICE improvements: prevent candidate pair removal (1 by sam-vi)
https://github.com/w3c/webrtc-extensions/issues/166
- #134 Should setOfferedHeaderExtensions be allowed to restart stopped extensions? (1 by aboba)
https://github.com/w3c/webrtc-extensions/issues/134 [May 2023 Virtual Interim]
Pull requests
-------------
* w3c/webrtc-pc (+2/-2/💬1)
2 pull requests submitted:
- editorial: export RTCRtpTransceiver "transceiver kind" (by fippo)
https://github.com/w3c/webrtc-pc/pull/2872
- Reorder RTCIceConnectionState enum to match RTCIceConnectionState enum. (by jan-ivar)
https://github.com/w3c/webrtc-pc/pull/2870 [Editorial]
1 pull requests received 1 new comments:
- #2870 Reorder RTCIceTransportState enum to match RTCIceConnectionState enum. (1 by jan-ivar)
https://github.com/w3c/webrtc-pc/pull/2870 [Editorial]
2 pull requests merged:
- Reorder RTCIceTransportState enum to match RTCIceConnectionState enum.
https://github.com/w3c/webrtc-pc/pull/2870 [Editorial]
- Fix connectionState to return [[ConnectionState]].
https://github.com/w3c/webrtc-pc/pull/2859 [Editors can integrate] [Editorial]
* w3c/webrtc-stats (+1/-3/💬0)
1 pull requests submitted:
- Delete the obsolete section like "track" that don't exist anymore (by henbos)
https://github.com/w3c/webrtc-stats/pull/759
3 pull requests merged:
- Clarify when the candidate pair bandwidth estimation(s) exists
https://github.com/w3c/webrtc-stats/pull/743
- Clarify inbound-rtp RTX handling
https://github.com/w3c/webrtc-stats/pull/756
- Delete the obsolete section, "track" and "stream" stats - they don't exist anymore
https://github.com/w3c/webrtc-stats/pull/759
* w3c/mediacapture-main (+0/-2/💬4)
1 pull requests received 4 new comments:
- #942 Make deviceId and groupId consistent with other capabilities. (4 by alvestrand, jan-ivar)
https://github.com/w3c/mediacapture-main/pull/942
2 pull requests merged:
- Remove focus requirement on enumerateDevices, for real this time #912.
https://github.com/w3c/mediacapture-main/pull/937
- Remove focus from mute/unmute SHOULD prose to match #912 best practice.
https://github.com/w3c/mediacapture-main/pull/936
* w3c/mediacapture-screen-share (+1/-0/💬0)
1 pull requests submitted:
- Make CaptureController inherit from EventTarget (by eladalon1983)
https://github.com/w3c/mediacapture-screen-share/pull/269
* w3c/webrtc-extensions (+1/-0/💬1)
1 pull requests submitted:
- Request keyframe via setParameters (by fippo)
https://github.com/w3c/webrtc-extensions/pull/167
1 pull requests received 1 new comments:
- #164 Remove JSEP Modifications (1 by alvestrand)
https://github.com/w3c/webrtc-extensions/pull/164 [May 2023 Virtual Interim]
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, 16 May 2023 17:00:19 UTC