- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 19 Dec 2017 17:01:10 +0000
- To: public-webrtc@w3.org
- Message-Id: <E1eRLGQ-0002LP-V7@uranus.w3.org>
Issues
------
* w3c/webrtc-pc (+6/-2/💬17)
6 issues created:
- offerToReceive: Attribute description is only mentioning the the "true case" (by adam-be)
https://github.com/w3c/webrtc-pc/issues/1703
- Re-adding a removed track causes InvalidSessionDescriptionError in spec (by jan-ivar)
https://github.com/w3c/webrtc-pc/issues/1702
- Maximum message size slightly incorrect (by lgrahl)
https://github.com/w3c/webrtc-pc/issues/1700
- Data channel closing procedure (by lgrahl)
https://github.com/w3c/webrtc-pc/issues/1699
- replaceTrack: Never negotiate when replacing an ended track? (by adam-be)
https://github.com/w3c/webrtc-pc/issues/1697
- Effect of mute/disable on on-the-wire framerate is not described (by alvestrand)
https://github.com/w3c/webrtc-pc/issues/1695
9 issues received 17 new comments:
- #1662 addTransceiver woes (4 by jan-ivar, stefhak)
https://github.com/w3c/webrtc-pc/issues/1662
- #1648 Provide changelog for the spec in new editors draft workflow (3 by adam-be, benjamingr)
https://github.com/w3c/webrtc-pc/issues/1648
- #1699 Data channel closing procedure (2 by lgrahl, taylor-b)
https://github.com/w3c/webrtc-pc/issues/1699
- #1688 Why is RTCRtpContributingSource.byte required-but-nullable? (2 by alvestrand, bzbarsky)
https://github.com/w3c/webrtc-pc/issues/1688
- #1689 Why is RTCRtpSynchronizationSource.voiceActivityFlag required-but-nullable? (2 by alvestrand, bzbarsky)
https://github.com/w3c/webrtc-pc/issues/1689
- #1702 Re-adding a removed track causes InvalidSessionDescriptionError (1 by jan-ivar)
https://github.com/w3c/webrtc-pc/issues/1702
- #1446 RTCSctpTransport.maxMessageSize 0 case (1 by lgrahl)
https://github.com/w3c/webrtc-pc/issues/1446
- #1682 should offerToReceive* in createOffer be marked feature-at-risk? (1 by alvestrand)
https://github.com/w3c/webrtc-pc/issues/1682
- #1586 behaviour of offerToReceive* set to false when there is a local track (1 by fippo)
https://github.com/w3c/webrtc-pc/issues/1586
2 issues closed:
- behaviour of offerToReceive* set to false when there is a local track https://github.com/w3c/webrtc-pc/issues/1586
- should offerToReceive* in createOffer be marked feature-at-risk? https://github.com/w3c/webrtc-pc/issues/1682
* w3c/webrtc-stats (+2/-5/💬9)
2 issues created:
- packetsDuplicated is not reported in a RTCP Report (by vr000m)
https://github.com/w3c/webrtc-stats/issues/287
- packetsFailedDecryption is not reported in a RTCP Report (by vr000m)
https://github.com/w3c/webrtc-stats/issues/285
6 issues received 9 new comments:
- #281 "record<RTCQualityLimitationReason, double> qualityLimitationDurations" has invalid type (3 by henbos, alvestrand)
https://github.com/w3c/webrtc-stats/issues/281
- #279 Add TLS version and EC group id to stats (2 by ekr, alvestrand)
https://github.com/w3c/webrtc-stats/issues/279
- #161 Definitions from MSE need re-targeting (1 by vr000m)
https://github.com/w3c/webrtc-stats/issues/161
- #219 Issues raised in TAG review (1 by alvestrand)
https://github.com/w3c/webrtc-stats/issues/219
- #235 Is keeping stats around a memory problem? (1 by alvestrand)
https://github.com/w3c/webrtc-stats/issues/235
- #287 packetsDuplicated is not reported in a RTCP Report (1 by vr000m)
https://github.com/w3c/webrtc-stats/issues/287
5 issues closed:
- packetsFailedDecryption is not reported in a RTCP Report https://github.com/w3c/webrtc-stats/issues/285
- What is fractionLost for a local incoming media stream? https://github.com/w3c/webrtc-stats/issues/255
- Add estimatedClockSkew https://github.com/w3c/webrtc-stats/issues/258
- add packetsDuplicated as a result of #253 https://github.com/w3c/webrtc-stats/issues/254
- Issues raised in TAG review https://github.com/w3c/webrtc-stats/issues/219
Pull requests
-------------
* w3c/webrtc-pc (+3/-2/💬10)
3 pull requests submitted:
- offerToReceive: Tweak attribute descriptions to be a bit more generic (by adam-be)
https://github.com/w3c/webrtc-pc/pull/1704
- Check that transceiver is not stopped before re-using. (by stefhak)
https://github.com/w3c/webrtc-pc/pull/1701
- RTPRtcSender: provided properties to get related SDP mline msid and media type (by mparis)
https://github.com/w3c/webrtc-pc/pull/1698
5 pull requests received 10 new comments:
- #1693 Specify legacy behavior when offerToReceive* option is set to false (6 by fippo, taylor-b, aboba, alvestrand)
https://github.com/w3c/webrtc-pc/pull/1693
- #1698 RTPRtcSender: provided properties to get related SDP mline msid and media type (1 by mparis)
https://github.com/w3c/webrtc-pc/pull/1698
- #1701 Check that transceiver is not stopped before using. (1 by fluffy)
https://github.com/w3c/webrtc-pc/pull/1701
- #1704 offerToReceive: Tweak attribute descriptions to be a bit more generic (1 by adam-be)
https://github.com/w3c/webrtc-pc/pull/1704
- #1684 Fire removetrack/addtrack events before track events. (1 by jan-ivar)
https://github.com/w3c/webrtc-pc/pull/1684
2 pull requests merged:
- Fire removetrack/addtrack events before track events.
https://github.com/w3c/webrtc-pc/pull/1684
- Specify legacy behavior when offerToReceive* option is set to false
https://github.com/w3c/webrtc-pc/pull/1693
* w3c/webrtc-stats (+3/-4/💬4)
3 pull requests submitted:
- moved packetFailedDecryption counter to RTCInboundRTPStreamStats (by vr000m)
https://github.com/w3c/webrtc-stats/pull/286
- moved bytes and packets received counters (by vr000m)
https://github.com/w3c/webrtc-stats/pull/284
- fractionLost moved to RTCRemoteInbound (by vr000m)
https://github.com/w3c/webrtc-stats/pull/283
4 pull requests received 4 new comments:
- #262 Added 'objectDeleted' attribute (1 by alvestrand)
https://github.com/w3c/webrtc-stats/pull/262
- #272 Split RTCMediaStreamTrackStats into four dictionaries. (1 by alvestrand)
https://github.com/w3c/webrtc-stats/pull/272
- #282 qualityLimitationDurations record with DOMString key (1 by henbos)
https://github.com/w3c/webrtc-stats/pull/282
- #283 fractionLost moved to RTCRemoteInboundRTPStreamStats (1 by alvestrand)
https://github.com/w3c/webrtc-stats/pull/283
4 pull requests merged:
- moved packetFailedDecryption counter to RTCInboundRTPStreamStats
https://github.com/w3c/webrtc-stats/pull/286
- fractionLost moved to RTCRemoteInboundRTPStreamStats
https://github.com/w3c/webrtc-stats/pull/283
- Add packetsDuplicated
https://github.com/w3c/webrtc-stats/pull/277
- qualityLimitationDurations record with DOMString key
https://github.com/w3c/webrtc-stats/pull/282
* w3c/webrtc-charter (+0/-0/💬1)
1 pull requests received 1 new comments:
- #17 Work item updates (1 by dontcallmedom)
https://github.com/w3c/webrtc-charter/pull/17
Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/webrtc-pc
* https://github.com/w3c/webrtc-stats
* https://github.com/w3c/webrtc-charter
Received on Tuesday, 19 December 2017 17:01:13 UTC