- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 23 May 2017 17:00:30 +0000
- To: public-webrtc@w3.org
- Message-Id: <E1dDDAc-0000f5-4I@uranus.w3.org>
Issues
------
* w3c/webrtc-pc (+11/-2/💬45)
11 issues created:
- RTCPeerConnectionIceEvent constructor validation (by soareschen)
https://github.com/w3c/webrtc-pc/issues/1232
- legacy methods: when are they called? (by fippo)
https://github.com/w3c/webrtc-pc/issues/1231
- Confusion on currentRemoteDescription.sdp need not match remoteDescription.sdp (by soareschen)
https://github.com/w3c/webrtc-pc/issues/1228
- addIceCandidate may add ice candidate to the wrong remote description (by soareschen)
https://github.com/w3c/webrtc-pc/issues/1227
- RTCIceCandidate and candidate string parsing requirements (by rwaldron)
https://github.com/w3c/webrtc-pc/issues/1224
- Invalid value for maxBitrate (by jianjunz)
https://github.com/w3c/webrtc-pc/issues/1223
- Default ufrag for addIceCandidate when there are different ufrags in SDP (by soareschen)
https://github.com/w3c/webrtc-pc/issues/1219
- Race condition in enqueue an operation (by soareschen)
https://github.com/w3c/webrtc-pc/issues/1218
- Missing References to JSEP spec (by soareschen)
https://github.com/w3c/webrtc-pc/issues/1217
- Clarify addIceCandidate behavior when adding candidate after end of candidate (by soareschen)
https://github.com/w3c/webrtc-pc/issues/1216
- Rollback: a feature "at risk"? (by aboba)
https://github.com/w3c/webrtc-pc/issues/1215
23 issues received 45 new comments:
- #1156 Issue 1: Key shortening (6 by taylor-b, misi)
https://github.com/w3c/webrtc-pc/issues/1156
- #1125 Should the spec describe addStream/onaddstream as legacy API? (5 by foolip, fippo, youennf)
https://github.com/w3c/webrtc-pc/issues/1125
- #1211 RTCIceCandidate: how is extensibility handled? (4 by fippo, taylor-b, rwaldron)
https://github.com/w3c/webrtc-pc/issues/1211
- #1159 Do we need getAlgorithm() ? (3 by henbos, aboba)
https://github.com/w3c/webrtc-pc/issues/1159
- #1213 addIceCandidate end of candidates woes (3 by fippo, taylor-b, soareschen)
https://github.com/w3c/webrtc-pc/issues/1213
- #1219 Default ufrag for addIceCandidate when there are different ufrags in SDP (3 by taylor-b, soareschen)
https://github.com/w3c/webrtc-pc/issues/1219
- #1227 addIceCandidate may add ice candidate to the wrong remote description (3 by taylor-b, soareschen)
https://github.com/w3c/webrtc-pc/issues/1227
- #1218 Race condition in enqueue an operation (2 by burnburn, taylor-b)
https://github.com/w3c/webrtc-pc/issues/1218
- #1223 Invalid value for maxBitrate (2 by taylor-b, jianjunz)
https://github.com/w3c/webrtc-pc/issues/1223
- #1217 Missing References to JSEP spec (1 by burnburn)
https://github.com/w3c/webrtc-pc/issues/1217
- #1165 Lack of validation in RTCIceCandidate constructor (1 by foolip)
https://github.com/w3c/webrtc-pc/issues/1165
- #1166 RTCIceCandidate constructor should not require sdpMid/sdpMLineIndex (1 by foolip)
https://github.com/w3c/webrtc-pc/issues/1166
- #1177 Some JSEP "applying a description" steps can't occur in parallel. (1 by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1177
- #1185 editorial: p2p data transfer is a facet of video conferencing (1 by burnburn)
https://github.com/w3c/webrtc-pc/issues/1185
- #1189 editorial: 4.3.1 Operation "settled" is not defined (1 by burnburn)
https://github.com/w3c/webrtc-pc/issues/1189
- #1190 editorial: add subsubsubsections to operation description? (1 by burnburn)
https://github.com/w3c/webrtc-pc/issues/1190
- #1191 editorial: update the ice gathering state: firing icecandidate with null is a legacy hack (1 by burnburn)
https://github.com/w3c/webrtc-pc/issues/1191
- #1192 editorial: currentLocalDescription getting updates with candidates (1 by burnburn)
https://github.com/w3c/webrtc-pc/issues/1192
- #1193 editorial: createOffer description (1 by burnburn)
https://github.com/w3c/webrtc-pc/issues/1193
- #1200 editorial: move "set a configuration" to operation section (1 by fippo)
https://github.com/w3c/webrtc-pc/issues/1200
- #1212 Can we directly link to WebRTC-Stats for RTCStatsType? (1 by henbos)
https://github.com/w3c/webrtc-pc/issues/1212
- #1215 Rollback: a feature "at risk"? (1 by aboba)
https://github.com/w3c/webrtc-pc/issues/1215
- #1089 Update for structured cloning changes in HTML (1 by stefhak)
https://github.com/w3c/webrtc-pc/issues/1089
2 issues closed:
- editorial: p2p data transfer is a facet of video conferencing https://github.com/w3c/webrtc-pc/issues/1185
- Invalid value for maxBitrate https://github.com/w3c/webrtc-pc/issues/1223
Pull requests
-------------
* w3c/webrtc-pc (+8/-5/💬16)
8 pull requests submitted:
- move "set a configuration" algorithm (by fippo)
https://github.com/w3c/webrtc-pc/pull/1233
- Use data-cite for RTCStatsType (by SaschaNaz)
https://github.com/w3c/webrtc-pc/pull/1230
- Add detailed steps for constructing RTCIceCandidate (by soareschen)
https://github.com/w3c/webrtc-pc/pull/1229
- Removing WebIDL defaults for various RTP parameters. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1226
- Units for maxFramerate (by aboba)
https://github.com/w3c/webrtc-pc/pull/1225
- operation: add subsections (by fippo)
https://github.com/w3c/webrtc-pc/pull/1222
- intro: increase scope to general p2p (by fippo)
https://github.com/w3c/webrtc-pc/pull/1221
- reorder createOffer/createAnswer paragraphs (by fippo)
https://github.com/w3c/webrtc-pc/pull/1220
12 pull requests received 16 new comments:
- #1154 Fix optional indicator for RTCPeerConnectionIceEventInit argument (3 by soareschen, agouaillard, stefhak)
https://github.com/w3c/webrtc-pc/pull/1154
- #1209 Throw error if data channel's buffer is filled, rather than closing. (2 by taylor-b, stefhak)
https://github.com/w3c/webrtc-pc/pull/1209
- #1221 intro: increase scope to general p2p (2 by burnburn, stefhak)
https://github.com/w3c/webrtc-pc/pull/1221
- #1153 Constructor for RTCIceCandidate should accept optional argument (1 by stefhak)
https://github.com/w3c/webrtc-pc/pull/1153
- #1170 RTCIceCandidate: add component (1 by stefhak)
https://github.com/w3c/webrtc-pc/pull/1170
- #1203 Invalid RTCRtpTransceiverDirection already throws TypeError. (1 by stefhak)
https://github.com/w3c/webrtc-pc/pull/1203
- #1208 Add bufferSize attribute to RTCDataChannel. (1 by stefhak)
https://github.com/w3c/webrtc-pc/pull/1208
- #1222 operation: add subsections (1 by burnburn)
https://github.com/w3c/webrtc-pc/pull/1222
- #1226 Removing WebIDL defaults for various RTP parameters. (1 by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1226
- #1229 Add detailed steps for constructing RTCIceCandidate (1 by soareschen)
https://github.com/w3c/webrtc-pc/pull/1229
- #1230 Use data-cite for RTCStatsType (1 by SaschaNaz)
https://github.com/w3c/webrtc-pc/pull/1230
- #1134 Add more detail about how getParameters and setParameters work. (1 by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1134
5 pull requests merged:
- operation: add subsections
https://github.com/w3c/webrtc-pc/pull/1222
- intro: increase scope to general p2p
https://github.com/w3c/webrtc-pc/pull/1221
- Invalid RTCRtpTransceiverDirection already throws TypeError.
https://github.com/w3c/webrtc-pc/pull/1203
- Fix optional indicator for RTCPeerConnectionIceEventInit argument
https://github.com/w3c/webrtc-pc/pull/1154
- Constructor for RTCIceCandidate should accept optional argument
https://github.com/w3c/webrtc-pc/pull/1153
Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/webrtc-pc
* https://github.com/w3c/webrtc-stats
Received on Tuesday, 23 May 2017 17:00:42 UTC