- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 26 Jun 2018 17:00:55 +0000
- To: public-webrtc@w3.org
- Message-Id: <E1fXrKp-0007eM-TR@uranus.w3.org>
Issues
------
* w3c/webrtc-pc (+6/-6/💬27)
6 issues created:
- Should remote tracks stop() when the PC is close()-ed? (by henbos)
https://github.com/w3c/webrtc-pc/issues/1917
- RTCIceTransport.component is at the wrong abstraction layer (by alvestrand)
https://github.com/w3c/webrtc-pc/issues/1916
- Split Identity into its own specification (by alvestrand)
https://github.com/w3c/webrtc-pc/issues/1914
- rename RTCIceCandidate.ip to address? (by fippo)
https://github.com/w3c/webrtc-pc/issues/1913
- does rtcrtpheaderextensionparameters need a direction? (by fippo)
https://github.com/w3c/webrtc-pc/issues/1912
- Can RTCStatsReport use a union type instead of object? (by saschanaz)
https://github.com/w3c/webrtc-pc/issues/1905
12 issues received 27 new comments:
- #1913 rename RTCIceCandidate.ip to address? (8 by lgrahl, fippo, jan-ivar, a2sheppy, alvestrand)
https://github.com/w3c/webrtc-pc/issues/1913
- #1912 does rtcrtpheaderextensionparameters need a direction? (6 by fippo, ibc, alvestrand, nils-ohlmeier)
https://github.com/w3c/webrtc-pc/issues/1912
- #1917 Should remote tracks stop() when the PC is close()-ed? (3 by henbos)
https://github.com/w3c/webrtc-pc/issues/1917
- #1174 `ssrc` in `RTCRtpEncodingParameters` is inconsistent with ORTC (2 by taylor-b, aboba)
https://github.com/w3c/webrtc-pc/issues/1174 [May 2018 interim]
- #1858 What happens when an answerer stops a transceiver that others are "bundled" on? (1 by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1858 [May 2018 interim]
- #1563 Ambiguities with BUNDLE and ICE (1 by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1563 [Pending RTCWEB WG action]
- #1445 Standard should provide some guidance for when an application should perform an ICE restart (1 by nils-ohlmeier)
https://github.com/w3c/webrtc-pc/issues/1445 [Editorial] [PR exists]
- #1896 Order of RTCRtpSendParameters.encodings is not described (1 by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1896
- #1905 Can RTCStatsReport use a union type instead of object? (1 by alvestrand)
https://github.com/w3c/webrtc-pc/issues/1905
- #1177 Some JSEP "applying a description" steps can't occur in parallel. (1 by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1177
- #1916 RTCIceTransport.component is at the wrong abstraction layer (1 by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1916
- #1246 processing remote MediaStreamTracks -- stopping the transceiver to reject them (1 by fippo)
https://github.com/w3c/webrtc-pc/issues/1246
6 issues closed:
- Should remote tracks stop() when the PC is close()-ed? https://github.com/w3c/webrtc-pc/issues/1917
- Some JSEP "applying a description" steps can't occur in parallel. https://github.com/w3c/webrtc-pc/issues/1177
- processing remote MediaStreamTracks -- stopping the transceiver to reject them https://github.com/w3c/webrtc-pc/issues/1246
- Can RTCStatsReport use a union type instead of object? https://github.com/w3c/webrtc-pc/issues/1905
- `ssrc` in `RTCRtpEncodingParameters` is inconsistent with ORTC https://github.com/w3c/webrtc-pc/issues/1174 [May 2018 interim]
- Ambiguities with BUNDLE and ICE https://github.com/w3c/webrtc-pc/issues/1563 [Pending RTCWEB WG action]
* w3c/webrtc-stats (+1/-1/💬12)
1 issues created:
- Input/output resolution and audio energy (by henbos)
https://github.com/w3c/webrtc-stats/issues/353
4 issues received 12 new comments:
- #271 Add stat for inputAudioLevel, before the audio filter (7 by henbos, vr000m)
https://github.com/w3c/webrtc-stats/issues/271 [Submitter input needed]
- #346 Add a "panel test" to track implementation status (3 by henbos, vr000m)
https://github.com/w3c/webrtc-stats/issues/346
- #353 Input/output resolution and audio energy (1 by vr000m)
https://github.com/w3c/webrtc-stats/issues/353
- #318 Work through implications of simulcast on the receiver side (1 by henbos)
https://github.com/w3c/webrtc-stats/issues/318 [Icebox]
1 issues closed:
- Add stat for inputAudioLevel, before the audio filter https://github.com/w3c/webrtc-stats/issues/271 [Submitter input needed]
Pull requests
-------------
* w3c/webrtc-pc (+10/-1/💬19)
10 pull requests submitted:
- Splits Identity into its own specification. (by alvestrand)
https://github.com/w3c/webrtc-pc/pull/1915
- Adding note about the relationship between tracks of senders/receivers. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1911
- Adding note about when ICE restarts are recommended. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1910
- Update a receiver's set of remote streams when "a=msid" lines change. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1909
- Update copyright to encompass 2018 (by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/1908 [Editorial]
- move handling of rtcpmuxpolicy from constructor to setConfiguration (by fippo)
https://github.com/w3c/webrtc-pc/pull/1907
- Fix link to timeOrigin (by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/1906 [Editorial]
- Do "process removal of remote track" steps when stopping a transceiver. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1904
- Adding note about the dangers of RTCDataChannelInit.negotiated. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1903
- Adding note about potential consequences of stopping a transceiver. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1902
5 pull requests received 19 new comments:
- #1910 Adding note about when ICE restarts are recommended. (12 by lgrahl, fippo, taylor-b, nils-ohlmeier)
https://github.com/w3c/webrtc-pc/pull/1910
- #1915 Splits Identity into its own specification. (4 by martinthomson, alvestrand, aboba)
https://github.com/w3c/webrtc-pc/pull/1915
- #1902 Adding note about potential consequences of stopping a transceiver. (1 by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1902
- #1903 Adding note about the dangers of RTCDataChannelInit.negotiated. (1 by lgrahl)
https://github.com/w3c/webrtc-pc/pull/1903
- #1845 Treat rejected m= sections (port of 0) as having "inactive" direction. (1 by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1845 [Needs submitter action]
1 pull requests merged:
- Fix link to timeOrigin
https://github.com/w3c/webrtc-pc/pull/1906 [Editorial]
* w3c/webrtc-stats (+1/-1/💬0)
1 pull requests submitted:
- Clarify role of editors draft for CR transition request (by dontcallmedom)
https://github.com/w3c/webrtc-stats/pull/354
1 pull requests merged:
- Clarify role of editors draft for CR transition request
https://github.com/w3c/webrtc-stats/pull/354
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, 26 June 2018 17:01:05 UTC