- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 10 Sep 2019 17:01:20 +0000
- To: public-webrtc@w3.org
- Message-Id: <E1i7jW4-0006JP-9z@uranus.w3.org>
Issues
------
* w3c/webrtc-pc (+2/-3/💬16)
2 issues created:
- Local versus remote rollback, and clarifying implicit SRD-rollbacks (by henbos)
https://github.com/w3c/webrtc-pc/issues/2294
- Overloaded operations disallowed across partial interfaces in WebIDL (by dontcallmedom)
https://github.com/w3c/webrtc-pc/issues/2289
7 issues received 16 new comments:
- #2294 Local versus remote rollback, and clarifying implicit SRD-rollbacks (6 by henbos, jan-ivar, alvestrand)
https://github.com/w3c/webrtc-pc/issues/2294 [TPAC 2019]
- #2240 Clarify that getSynchronizationSources() should return information even if the track has no sink (<video> tag) (2 by henbos, jan-ivar)
https://github.com/w3c/webrtc-pc/issues/2240 [Ready for PR]
- #2273 ICE restart and terminal RTCIceTransport.state "failed" state (2 by henbos, jan-ivar)
https://github.com/w3c/webrtc-pc/issues/2273 [Editorial] [Ready for PR]
- #2215 Order of multiple RTCDataChannel.send calls in case of blobs (2 by guest271314, youennf)
https://github.com/w3c/webrtc-pc/issues/2215 [Editorial]
- #2289 Overloaded operations disallowed across partial interfaces in WebIDL (2 by dontcallmedom, alvestrand)
https://github.com/w3c/webrtc-pc/issues/2289 [Editorial]
- #2219 Encode and Decode error event (1 by drkron)
https://github.com/w3c/webrtc-pc/issues/2219 [TPAC 2019]
- #2283 Merge the steps for updating candidate pair and ice transport state (1 by henbos)
https://github.com/w3c/webrtc-pc/issues/2283
3 issues closed:
- Order of multiple RTCDataChannel.send calls in case of blobs https://github.com/w3c/webrtc-pc/issues/2215 [Editorial]
- Wrong RFC referenced by rtpTimestamp https://github.com/w3c/webrtc-pc/issues/2281 [PR exists]
- Clarify or fix racy peerIdentity validation failure https://github.com/w3c/webrtc-pc/issues/2148 [PR exists]
* w3c/webrtc-stats (+2/-1/💬21)
2 issues created:
- RTCPeerConnectionStats is missing state stats (connection, ice, gathering, signaling) (by henbos)
https://github.com/w3c/webrtc-stats/issues/484
- RTCTransportStats is missing iceState (by henbos)
https://github.com/w3c/webrtc-stats/issues/483
13 issues received 21 new comments:
- #465 Measuring background noise (energy) (4 by henbos, ivocreusen)
https://github.com/w3c/webrtc-stats/issues/465 [TPAC 2019]
- #483 RTCTransportStats is missing iceState (3 by henbos, fippo)
https://github.com/w3c/webrtc-stats/issues/483 [Ready for PR]
- #448 Audio samples and channels (2 by henbos)
https://github.com/w3c/webrtc-stats/issues/448
- #401 Add SVC stats in RTC[In/Out]boundRtpStreamStats (2 by Orphis, henbos)
https://github.com/w3c/webrtc-stats/issues/401 [Icebox] [TPAC 2019]
- #452 Add receiving "track" stats to the obsolete section (2 by henbos)
https://github.com/w3c/webrtc-stats/issues/452 [Ready for PR] [TPAC 2019]
- #484 RTCPeerConnectionStats is missing state stats (connection, ice, gathering, signaling) (1 by fippo)
https://github.com/w3c/webrtc-stats/issues/484
- #454 Clarify that remote-[in/out]bound-rtp.ssrc refers to the localId's ssrc (1 by henbos)
https://github.com/w3c/webrtc-stats/issues/454 [Editorial]
- #457 Definitions missing - rtcreceiveraudiotrackattachmentstats and rtcreceivervideotrackattachmentstats (1 by henbos)
https://github.com/w3c/webrtc-stats/issues/457
- #467 Deleted was removed in #462, was not added to Obsolete section (1 by henbos)
https://github.com/w3c/webrtc-stats/issues/467
- #470 RTCMediaStreamStats can be made obsolete (1 by henbos)
https://github.com/w3c/webrtc-stats/issues/470
- #471 Rethinking "sender" and "receiver" stats (1 by henbos)
https://github.com/w3c/webrtc-stats/issues/471
- #377 [DataChannels] Expose bandwidth or congestion window from the SCTP lib (1 by henbos)
https://github.com/w3c/webrtc-stats/issues/377 [TPAC 2019]
- #383 RTCAudioHandlerStats: Signal/Noise Ratio (1 by henbos)
https://github.com/w3c/webrtc-stats/issues/383 [Submitter input needed] [TPAC 2019]
1 issues closed:
- Definitions missing - rtcreceiveraudiotrackattachmentstats and rtcreceivervideotrackattachmentstats https://github.com/w3c/webrtc-stats/issues/457
* w3c/webrtc-ice (+0/-1/💬1)
1 issues received 1 new comments:
- #23 Warnings on page (1 by aboba)
https://github.com/w3c/webrtc-ice/issues/23
1 issues closed:
- Warnings on page https://github.com/w3c/webrtc-ice/issues/23
* w3c/mediacapture-main (+3/-1/💬6)
3 issues created:
- getUserMedia() and getSupportedConstraints() don't have useful `lt` values (by tabatkins)
https://github.com/w3c/mediacapture-main/issues/621
- MediaDeviceInfo reuse in successive calls of enumerateDevices is not clear (by youennf)
https://github.com/w3c/mediacapture-main/issues/620
- non-applicable constraints must be ignored for remote tracks (by kuddai)
https://github.com/w3c/mediacapture-main/issues/619
3 issues received 6 new comments:
- #619 non-applicable constraints must be ignored for remote tracks (3 by kuddai, jan-ivar, armax00)
https://github.com/w3c/mediacapture-main/issues/619
- #621 getUserMedia() and getSupportedConstraints() don't have useful `lt` values (2 by tabatkins, dontcallmedom)
https://github.com/w3c/mediacapture-main/issues/621
- #604 oldList definition in enumerateDevices is unclear (1 by youennf)
https://github.com/w3c/mediacapture-main/issues/604
1 issues closed:
- non-applicable constraints must be ignored for remote tracks https://github.com/w3c/mediacapture-main/issues/619
* w3c/mediacapture-output (+0/-0/💬1)
1 issues received 1 new comments:
- #83 Selecting audio output in case device info permission is not granted (1 by achronop)
https://github.com/w3c/mediacapture-output/issues/83 [TPAC 2019]
* w3c/mediacapture-screen-share (+0/-1/💬1)
1 issues received 1 new comments:
- #95 Clarify that we only process/TypeError on applicable constraints (1 by jan-ivar)
https://github.com/w3c/mediacapture-screen-share/issues/95
1 issues closed:
- Clarify that we only process/TypeError on applicable constraints https://github.com/w3c/mediacapture-screen-share/issues/95 [PR exists]
Pull requests
-------------
* w3c/webrtc-pc (+4/-4/💬8)
4 pull requests submitted:
- Remove unmaintained changelog (by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/2293 [Editorial]
- Constructor operations, un-split legacy IDL, respec upgrade (by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/2292
- Merge IDL of legacy operations into main IDL definition (by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/2291
- Selected candidate pair behavior (by aboba)
https://github.com/w3c/webrtc-pc/pull/2290
6 pull requests received 8 new comments:
- #2286 Clarify that blob send order should respect the send call order (2 by lgrahl, youennf)
https://github.com/w3c/webrtc-pc/pull/2286
- #2287 Add default value to optional dictionaries arguments (2 by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/2287 [Editors can integrate]
- #2276 RTCIceTransport selected candidate pair behavior when changing state (1 by henbos)
https://github.com/w3c/webrtc-pc/pull/2276
- #2251 Don't fire SRD() events until target peer identity has been verified. (1 by henbos)
https://github.com/w3c/webrtc-pc/pull/2251 [Needs submitter action]
- #2291 Merge IDL of legacy operations into main IDL definition (1 by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/2291 [PR exists]
- #2175 Permission API for receive-only media and data use cases (1 by lgrahl)
https://github.com/w3c/webrtc-pc/pull/2175 [June 2019 Virtual Interim]
4 pull requests merged:
- Fix reference to timestamp definition
https://github.com/w3c/webrtc-pc/pull/2288
- Clarify that blob send order should respect the send call order
https://github.com/w3c/webrtc-pc/pull/2286
- Simplify checks in insertDTMF since some of them are redundant
https://github.com/w3c/webrtc-pc/pull/2285
- Clarify SRD() won't reject on identity failure wo/target peer identity.
https://github.com/w3c/webrtc-pc/pull/2250 [Editors can integrate]
* w3c/webrtc-stats (+2/-0/💬1)
2 pull requests submitted:
- Adds RTCOutboundRtpStreamStats.rid (by henbos)
https://github.com/w3c/webrtc-stats/pull/482
- Add RTCIceCandidateStats.deleted to the Obsolete section (by youennf)
https://github.com/w3c/webrtc-stats/pull/481
1 pull requests received 1 new comments:
- #481 Add RTCIceCandidateStats.deleted to the Obsolete section (1 by youennf)
https://github.com/w3c/webrtc-stats/pull/481
* w3c/webrtc-nv-use-cases (+2/-0/💬1)
2 pull requests submitted:
- Requirements for Secure Web Conferencing (Revised) (by aboba)
https://github.com/w3c/webrtc-nv-use-cases/pull/49
- Requirements for Secure Web Conferencing (Revised) (by aboba)
https://github.com/w3c/webrtc-nv-use-cases/pull/48
1 pull requests received 1 new comments:
- #49 Requirements for Secure Web Conferencing (Revised) (1 by aboba)
https://github.com/w3c/webrtc-nv-use-cases/pull/49
* w3c/mediacapture-main (+1/-0/💬1)
1 pull requests submitted:
- Upgrade to Respec 24.32.1, fix constructor and optional dictionary syntax (by dontcallmedom)
https://github.com/w3c/mediacapture-main/pull/622
1 pull requests received 1 new comments:
- #622 Upgrade to Respec 24.32.1, fix constructor and optional dictionary syntax (1 by dontcallmedom)
https://github.com/w3c/mediacapture-main/pull/622
* w3c/mediacapture-record (+1/-0/💬3)
1 pull requests submitted:
- Add `audioConstantBitRate` flag to `MediaRecorderOptions`. (by sizeak)
https://github.com/w3c/mediacapture-record/pull/185
1 pull requests received 3 new comments:
- #185 Add `audioConstantBitRate` flag to `MediaRecorderOptions`. (3 by sizeak, alvestrand)
https://github.com/w3c/mediacapture-record/pull/185
* w3c/mediacapture-screen-share (+4/-3/💬1)
4 pull requests submitted:
- Fix inconsistent WebIDL. Reformat to follow de facto code style of WebIDL, HTML, DOM (editorial) (by jan-ivar)
https://github.com/w3c/mediacapture-screen-share/pull/117
- Limit pre-validation to constraints in this spec. (by jan-ivar)
https://github.com/w3c/mediacapture-screen-share/pull/116
- Add floor value definition and fail low max constraints early. (by jan-ivar)
https://github.com/w3c/mediacapture-screen-share/pull/115
- Disallow capture of previews shown in user prompt (by youennf)
https://github.com/w3c/mediacapture-screen-share/pull/114
1 pull requests received 1 new comments:
- #115 Add floor value definition and fail low max constraints early. (1 by jan-ivar)
https://github.com/w3c/mediacapture-screen-share/pull/115
3 pull requests merged:
- Fix inconsistent WebIDL. Reformat to follow de facto code style of WebIDL, HTML, DOM (editorial)
https://github.com/w3c/mediacapture-screen-share/pull/117
- Limit pre-validation to constraints in this spec.
https://github.com/w3c/mediacapture-screen-share/pull/116
- Add Henrik and Jan-Ivar as editors
https://github.com/w3c/mediacapture-screen-share/pull/111
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, 10 September 2019 17:01:23 UTC