- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 06 Oct 2020 17:00:17 +0000
- To: public-webrtc@w3.org
- Message-Id: <E1kPqK1-0002ad-CP@uranus.w3.org>
Issues
------
* w3c/webrtc-pc (+1/-0/💬0)
1 issues created:
- update capitilization and hyphenation (by slhenry)
https://github.com/w3c/webrtc-pc/issues/2585
* w3c/mediacapture-main (+3/-4/💬12)
3 issues created:
- Make fitness distance a SHOULD instead of MAY on device delection. (by jan-ivar)
https://github.com/w3c/mediacapture-main/issues/735
- getSupportedConstraints is not prescribing any mandatory to implement constraints (by youennf)
https://github.com/w3c/mediacapture-main/issues/732
- Clarify when to fire devicechange event for changes of device capabilities (by youennf)
https://github.com/w3c/mediacapture-main/issues/730
7 issues received 12 new comments:
- #730 Clarify when to fire devicechange event for changes of device capabilities (2 by guest271314)
https://github.com/w3c/mediacapture-main/issues/730
- #720 Clarify "audiooutput" does not mean capture of audio output to headphones or speakers (5 by guest271314, youennf)
https://github.com/w3c/mediacapture-main/issues/720 [editorial]
- #709 Bug in spec: circular dependency for enumerateDevices() (1 by jan-ivar)
https://github.com/w3c/mediacapture-main/issues/709
- #697 getUserMedia can be used to detect capabilities without permissions (1 by alvestrand)
https://github.com/w3c/mediacapture-main/issues/697 [privacy-tracker]
- #693 enumerateDevices() should print correct MediaDeviceInfo (1 by youennf)
https://github.com/w3c/mediacapture-main/issues/693
- #646 Should enumerateDevices by default return an empty list? (1 by youennf)
https://github.com/w3c/mediacapture-main/issues/646 [privacy-needs-resolution]
- #640 Only reveal labels of devices user has given permission to (1 by alvestrand)
https://github.com/w3c/mediacapture-main/issues/640 [April 2020 Interim] [June 2020 Interim] [March 2020 Interim] [privacy-needs-resolution]
4 issues closed:
- Bug in spec: circular dependency for enumerateDevices() https://github.com/w3c/mediacapture-main/issues/709
- Clarify "audiooutput" does not mean capture of audio output to headphones or speakers https://github.com/w3c/mediacapture-main/issues/720 [editorial]
- enumerateDevices() should print correct MediaDeviceInfo https://github.com/w3c/mediacapture-main/issues/693
- 'label' needs direction and language metadata https://github.com/w3c/mediacapture-main/issues/665 [i18n-needs-resolution]
* w3c/mediacapture-record (+2/-0/💬4)
2 issues created:
- Allow updating audioBitsPerSecond and videoBitsPerSecond as done for mimeType (by youennf)
https://github.com/w3c/mediacapture-record/issues/205
- Edge cases related to firing start and stop events (by youennf)
https://github.com/w3c/mediacapture-record/issues/204
2 issues received 4 new comments:
- #204 Edge cases related to firing start and stop events (3 by Pehrsons, youennf)
https://github.com/w3c/mediacapture-record/issues/204
- #202 MediaRecorder specification expects to synchronously know the list of supported mime types (1 by guest271314)
https://github.com/w3c/mediacapture-record/issues/202
* w3c/mediacapture-image (+0/-0/💬3)
3 issues received 3 new comments:
- #263 Does PTZ look good to you? (1 by beaufortfrancois)
https://github.com/w3c/mediacapture-image/issues/263
- #256 Clarify meaning of PTZ constraints presence (1 by eehakkin)
https://github.com/w3c/mediacapture-image/issues/256 [PTZ]
- #208 Missing MediaTrack Settings (1 by LviJohannes)
https://github.com/w3c/mediacapture-image/issues/208 [enhancement]
* w3c/mediacapture-output (+0/-1/💬0)
1 issues closed:
- Directing Web Speech API audio to a specific output device? https://github.com/w3c/mediacapture-output/issues/102
* w3c/mediacapture-screen-share (+0/-0/💬17)
1 issues received 17 new comments:
- #145 capture screenshot of DOM (17 by guest271314, jimmywarting)
https://github.com/w3c/mediacapture-screen-share/issues/145
* w3c/webrtc-insertable-streams (+1/-0/💬0)
1 issues created:
- Consider using TransformStreams instead of exposing ReadableStream/WritableStream (by youennf)
https://github.com/w3c/webrtc-insertable-streams/issues/48
Pull requests
-------------
* w3c/webrtc-pc (+2/-2/💬1)
2 pull requests submitted:
- Harmonize capitalization and hyphenization (by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/2586 [Editorial]
- typo correction (by DevRockstarZ)
https://github.com/w3c/webrtc-pc/pull/2584
1 pull requests received 1 new comments:
- #2584 typo correction (1 by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/2584
2 pull requests merged:
- Align with other specifications (non-normative changes)
https://github.com/w3c/webrtc-pc/pull/2583 [Editorial] [Editors can integrate]
- Update to latest ReSpec version
https://github.com/w3c/webrtc-pc/pull/2582 [Editorial]
* w3c/webrtc-stats (+1/-1/💬0)
1 pull requests submitted:
- Set up for automatic TR publication using Process 2020 (by dontcallmedom)
https://github.com/w3c/webrtc-stats/pull/585 [Editorial]
1 pull requests merged:
- Set up for automatic TR publication using Process 2020
https://github.com/w3c/webrtc-stats/pull/585 [Editorial]
* w3c/webrtc-charter (+1/-2/💬0)
1 pull requests submitted:
- Update patent policy text (by dontcallmedom)
https://github.com/w3c/webrtc-charter/pull/62
2 pull requests merged:
- Update patent policy text
https://github.com/w3c/webrtc-charter/pull/62
- Incorporate proposed editorial improvement from AC review
https://github.com/w3c/webrtc-charter/pull/61
* w3c/mediacapture-main (+4/-0/💬1)
4 pull requests submitted:
- Make fitness distance a SHOULD instead of MAY on device delection, … (by jan-ivar)
https://github.com/w3c/mediacapture-main/pull/736
- Privacy indicator false-to-true transition SHOULD be 3 seconds. (by jan-ivar)
https://github.com/w3c/mediacapture-main/pull/734
- Reorder steps to not set privacy indicator for device that fails to open. (by jan-ivar)
https://github.com/w3c/mediacapture-main/pull/733 [editorial]
- Add requirements to support downsampling and frame decimation (by youennf)
https://github.com/w3c/mediacapture-main/pull/731
1 pull requests received 1 new comments:
- #731 Add requirements to support downsampling and frame decimation (1 by youennf)
https://github.com/w3c/mediacapture-main/pull/731
* w3c/mediacapture-image (+5/-3/💬2)
5 pull requests submitted:
- Update README.md badges (by beaufortfrancois)
https://github.com/w3c/mediacapture-image/pull/269
- Fix dictionary name and minus sign typos (by eehakkin)
https://github.com/w3c/mediacapture-image/pull/268
- Note that required constraints are not allowed for device selection (by eehakkin)
https://github.com/w3c/mediacapture-image/pull/267
- Remove a request permission to use algorithm note (by eehakkin)
https://github.com/w3c/mediacapture-image/pull/266
- Fix nits in PTZ example (by beaufortfrancois)
https://github.com/w3c/mediacapture-image/pull/265
2 pull requests received 2 new comments:
- #269 Update README.md badges (1 by dontcallmedom)
https://github.com/w3c/mediacapture-image/pull/269
- #261 Reject with TypeError on required PTZ contraints in basic getUserMedia contraints (1 by eehakkin)
https://github.com/w3c/mediacapture-image/pull/261 [PTZ]
3 pull requests merged:
- Fix dictionary name and minus sign typos
https://github.com/w3c/mediacapture-image/pull/268
- Update README.md badges
https://github.com/w3c/mediacapture-image/pull/269
- Fix nits in PTZ example
https://github.com/w3c/mediacapture-image/pull/265 [PTZ]
* w3c/mediacapture-screen-share (+1/-0/💬0)
1 pull requests submitted:
- getThisTabMedia draft (by eladalon1983)
https://github.com/w3c/mediacapture-screen-share/pull/147
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/w3c/webrtc-insertable-streams
* 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, 6 October 2020 17:00:20 UTC