- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 14 Jan 2020 17:00:14 +0000
- To: public-webrtc@w3.org
- Message-Id: <E1irPY6-0002jb-RD@uranus.w3.org>
Issues
------
* w3c/webrtc-pc (+3/-3/💬9)
3 issues created:
- RTCPeerConnectionIceErrorEventInit still has hostCandidate (by henbos)
https://github.com/w3c/webrtc-pc/issues/2438
- Construct RTCError with name OperationError (by henbos)
https://github.com/w3c/webrtc-pc/issues/2437
- Need to explicitly fire the "closing" event (by alvestrand)
https://github.com/w3c/webrtc-pc/issues/2433
5 issues received 9 new comments:
- #2437 Construct RTCError with name OperationError (3 by dontcallmedom, henbos)
https://github.com/w3c/webrtc-pc/issues/2437
- #2430 Section 4.4.1 Operation NOTE (1 by alvestrand)
https://github.com/w3c/webrtc-pc/issues/2430
- #2426 Use of icecandidateerror in port scanning (2 by alvestrand)
https://github.com/w3c/webrtc-pc/issues/2426
- #2422 new is not valid for SctpTransportState (2 by aboba, dontcallmedom)
https://github.com/w3c/webrtc-pc/issues/2422 [PR exists]
- #2398 Update Perfect Negotiation example with the right error code (1 by alvestrand)
https://github.com/w3c/webrtc-pc/issues/2398 [Editorial]
3 issues closed:
- new is not valid for SctpTransportState https://github.com/w3c/webrtc-pc/issues/2422 [PR exists]
- editorial: media api introduction https://github.com/w3c/webrtc-pc/issues/1240 [Editorial] [PR exists]
- RTCIceServer.credential removed by mistake https://github.com/w3c/webrtc-pc/issues/2415 [PR exists]
* w3c/webrtc-nv-use-cases (+1/-0/💬0)
1 issues created:
- Obtain user consent for one-way media and data use cases (by lgrahl)
https://github.com/w3c/webrtc-nv-use-cases/issues/58
* w3c/mediacapture-main (+3/-4/💬16)
3 issues created:
- No way to reliably choose correct camera & microphone upfront (by jan-ivar)
https://github.com/w3c/mediacapture-main/issues/656
- How to avoid wide-lens backfacing camera on new phones? (by jan-ivar)
https://github.com/w3c/mediacapture-main/issues/655
- Extending Media Capture and Streams with MediaStreamTrack kind TTS (by guest271314)
https://github.com/w3c/mediacapture-main/issues/654
9 issues received 16 new comments:
- #655 How to avoid wide-lens backfacing camera on new phones? (2 by DoDoENT, alvestrand)
https://github.com/w3c/mediacapture-main/issues/655
- #654 Extending Media Capture and Streams with MediaStreamTrack kind TTS (2 by guest271314)
https://github.com/w3c/mediacapture-main/issues/654
- #648 Most browsers lie about how many devices they ask users to share (3 by jan-ivar, youennf)
https://github.com/w3c/mediacapture-main/issues/648 [January 2020 Interim] [PR exists]
- #634 Spec uses 'user agent', 'User Agent' and browser (1 by alvestrand)
https://github.com/w3c/mediacapture-main/issues/634 [editorial]
- #630 A privacy concern of "Media Capture and Streams" (1 by youennf)
https://github.com/w3c/mediacapture-main/issues/630 [question]
- #629 Support capturing audio output from sound card (4 by aboba, guest271314)
https://github.com/w3c/mediacapture-main/issues/629
- #628 applying constraints on an ended track (1 by henbos)
https://github.com/w3c/mediacapture-main/issues/628
- #625 broken link to #deviceid (1 by alvestrand)
https://github.com/w3c/mediacapture-main/issues/625
- #439 Move permissions algorithms back to getUserMedia spec (1 by alvestrand)
https://github.com/w3c/mediacapture-main/issues/439 [editorial]
4 issues closed:
- Extending Media Capture and Streams with MediaStreamTrack kind TTS https://github.com/w3c/mediacapture-main/issues/654
- Support capturing audio output from sound card https://github.com/w3c/mediacapture-main/issues/629
- broken link to #deviceid https://github.com/w3c/mediacapture-main/issues/625
- Most browsers lie about how many devices they ask users to share https://github.com/w3c/mediacapture-main/issues/648 [January 2020 Interim] [PR exists]
* w3c/mediacapture-fromelement (+1/-0/💬1)
1 issues created:
- The sequence Is the sequence canvas.transferControlToOffscreen() followed by canvas.captureStream() does not appear to be specified (by guest271314)
https://github.com/w3c/mediacapture-fromelement/issues/84
1 issues received 1 new comments:
- #84 The sequence canvas.transferControlToOffscreen() followed by canvas.captureStream() does not appear to be specified (1 by alvestrand)
https://github.com/w3c/mediacapture-fromelement/issues/84
* w3c/mediacapture-screen-share (+0/-1/💬0)
1 issues closed:
- Rephrase "triggered by user activation" to match the new user activation model https://github.com/w3c/mediacapture-screen-share/issues/131
Pull requests
-------------
* w3c/webrtc-pc (+5/-5/💬5)
5 pull requests submitted:
- Add more ReSpec auto-links (by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/2439 [Editorial]
- Provide useful anchors for IDL definitions (by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/2436 [Editorial]
- Remove unneeded fallback state 'new' for create an RTCSctpTransport (by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/2435
- Fire closing event (by alvestrand)
https://github.com/w3c/webrtc-pc/pull/2434
- Defining "new" in SctpTransportState (by aboba)
https://github.com/w3c/webrtc-pc/pull/2432
2 pull requests received 5 new comments:
- #2432 Defining "new" in SctpTransportState (3 by alvestrand, dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/2432 [Editorial]
- #2223 Add the "closing" event to datachannel (2 by foolip, jan-ivar)
https://github.com/w3c/webrtc-pc/pull/2223
5 pull requests merged:
- Remove unneeded fallback state 'new' for create an RTCSctpTransport
https://github.com/w3c/webrtc-pc/pull/2435 [Editorial]
- Remove vestiges of httpRequestStatusCode (editorial)
https://github.com/w3c/webrtc-pc/pull/2428 [Editorial]
- Update examples to use track.onunmute.
https://github.com/w3c/webrtc-pc/pull/2427
- Various editorial clean up
https://github.com/w3c/webrtc-pc/pull/2423 [Editorial]
- Reinstate credential attribute in RTCIceServer
https://github.com/w3c/webrtc-pc/pull/2416 [Editors can integrate]
* w3c/webrtc-stats (+2/-1/💬0)
2 pull requests submitted:
- Remove outdated changelog (by dontcallmedom)
https://github.com/w3c/webrtc-stats/pull/525 [Editorial]
- Prepare for updated CR publication (by dontcallmedom)
https://github.com/w3c/webrtc-stats/pull/524 [Editorial]
1 pull requests merged:
- Prepare for updated CR publication
https://github.com/w3c/webrtc-stats/pull/524 [Editorial]
* w3c/webrtc-charter (+0/-0/💬1)
1 pull requests received 1 new comments:
- #53 [WIP] Prepare next charter for WebRTC Working Group (1 by dontcallmedom)
https://github.com/w3c/webrtc-charter/pull/53
* w3c/mediacapture-main (+1/-1/💬1)
1 pull requests submitted:
- Mandate proper permission disclosure. (by jan-ivar)
https://github.com/w3c/mediacapture-main/pull/653
1 pull requests received 1 new comments:
- #644 Prompt user to choose unless constraints reduce to 1. (1 by jan-ivar)
https://github.com/w3c/mediacapture-main/pull/644
1 pull requests merged:
- Mandate proper permission disclosure.
https://github.com/w3c/mediacapture-main/pull/653
* w3c/mediacapture-screen-share (+0/-1/💬0)
1 pull requests merged:
- Use new phrasing for user activation hook
https://github.com/w3c/mediacapture-screen-share/pull/132
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-dscp-exp
* 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
Received on Tuesday, 14 January 2020 17:00:17 UTC