- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 09 May 2017 17:00:32 +0000
- To: public-webrtc@w3.org
- Message-Id: <E1d88Uy-0001K0-5K@uranus.w3.org>
Issues
------
* w3c/webrtc-pc (+19/-4/💬40)
19 issues created:
- createAnswer does not guard against invalid remoteDescription or signaling state (by soareschen)
https://github.com/w3c/webrtc-pc/issues/1183
- Spec-compliant way to get remote streams and tracks? (by henbos)
https://github.com/w3c/webrtc-pc/issues/1182
- End removed tracks remotely again; Make receiver.track nullable instead (by jan-ivar)
https://github.com/w3c/webrtc-pc/issues/1181
- Are camelCase codec parameters useful at all? (by ibc)
https://github.com/w3c/webrtc-pc/issues/1179
- Need to describe when ICE and DTLS transport objects are created/changed (by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1178
- Some JSEP "applying a description" steps can't occur in parallel. (by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1177
- `ssrc` in `RTCRtpEncodingParameters` is inconsistent with ORTC (by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1174
- degradationPreference shouldn't have a default at the WebIDL level (by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1173
- RTP Media API section should describe how tracks for senders/receivers relate to each other. (by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1169
- RTCIceCandidate: component attribute missing? (by fippo)
https://github.com/w3c/webrtc-pc/issues/1167
- RTCIceCandidate constructor should not require sdpMid/sdpMLineIndex (by foolip)
https://github.com/w3c/webrtc-pc/issues/1166
- Lack of validation in RTCIceCandidate constructor (by soareschen)
https://github.com/w3c/webrtc-pc/issues/1165
- Missing detail on obtaining lastOffer/lastAnswer in setLocalDescription (by soareschen)
https://github.com/w3c/webrtc-pc/issues/1164
- type of maxFramerate (by aboba)
https://github.com/w3c/webrtc-pc/issues/1162
- Do we need a "trackremoved" event? (by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1161
- Do we need getAlgorithm() at all? (by aboba)
https://github.com/w3c/webrtc-pc/issues/1159
- Section 12: Missing WebIDL in RTCError (by aboba)
https://github.com/w3c/webrtc-pc/issues/1158
- Issue 1: Key shortening (by aboba)
https://github.com/w3c/webrtc-pc/issues/1156
- The "set an RTCSessionDescription" algorithm is unreferenced (by foolip)
https://github.com/w3c/webrtc-pc/issues/1155
13 issues received 40 new comments:
- #1161 Do we need a "trackremoved" event? (13 by Pehrsons, taylor-b, notedit, linsir6, fippo, jan-ivar)
https://github.com/w3c/webrtc-pc/issues/1161
- #1152 legacy createAnswer: support for answerOptions? (5 by taylor-b, fippo, jan-ivar, stefhak)
https://github.com/w3c/webrtc-pc/issues/1152
- #1167 RTCIceCandidate: component attribute missing? (5 by fippo, taylor-b, aboba)
https://github.com/w3c/webrtc-pc/issues/1167
- #1159 Do we need getAlgorithm() at all? (3 by henbos, taylor-b, aboba)
https://github.com/w3c/webrtc-pc/issues/1159
- #1155 The "set an RTCSessionDescription" algorithm is unreferenced (2 by foolip, jan-ivar)
https://github.com/w3c/webrtc-pc/issues/1155
- #1173 degradationPreference shouldn't have a default at the WebIDL level (2 by taylor-b, aboba)
https://github.com/w3c/webrtc-pc/issues/1173
- #1174 `ssrc` in `RTCRtpEncodingParameters` is inconsistent with ORTC (2 by fippo, aboba)
https://github.com/w3c/webrtc-pc/issues/1174
- #1179 Are camelCase codec parameters useful at all? (2 by ibc, aboba)
https://github.com/w3c/webrtc-pc/issues/1179
- #1182 Spec-compliant way to get remote streams and tracks? (2 by henbos, fippo)
https://github.com/w3c/webrtc-pc/issues/1182
- #1165 Lack of validation in RTCIceCandidate constructor (1 by foolip)
https://github.com/w3c/webrtc-pc/issues/1165
- #1178 Need to describe when ICE and DTLS transport objects are created/changed (1 by aboba)
https://github.com/w3c/webrtc-pc/issues/1178
- #1181 End removed tracks remotely again; Make receiver.track nullable instead (1 by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1181
- #1148 How do applications know a DataChannel's buffer capacity, so they can avoid filling it? (1 by stefhak)
https://github.com/w3c/webrtc-pc/issues/1148
4 issues closed:
- Are camelCase codec parameters useful at all? https://github.com/w3c/webrtc-pc/issues/1179
- The "set an RTCSessionDescription" algorithm is unreferenced https://github.com/w3c/webrtc-pc/issues/1155
- Use [SameObject] for the FrozenArray<T> attributes that never change https://github.com/w3c/webrtc-pc/issues/1138
- RTCRtpContributingSource naming https://github.com/w3c/webrtc-pc/issues/1101
* w3c/webrtc-stats (+0/-0/💬1)
1 issues received 1 new comments:
- #202 RTCMediaStreamTrackStats.concealedAudioSamples (1 by henbos)
https://github.com/w3c/webrtc-stats/issues/202
Pull requests
-------------
* w3c/webrtc-pc (+12/-5/💬28)
12 pull requests submitted:
- maxFramerate type double (by aboba)
https://github.com/w3c/webrtc-pc/pull/1180
- Adding more detail to RTCIceCandidatePolicy enum descriptions. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1176
- Expanding RTCPeerConnection introduction. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1175
- Adding note about legacy `createAnswer` not supporting options dict. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1172
- revert PR#1108 (by fluffy)
https://github.com/w3c/webrtc-pc/pull/1171
- RTCIceCandidate: add component (by fippo)
https://github.com/w3c/webrtc-pc/pull/1170
- Remove paragraph about removeTrack causing track to be ended remotely. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1168
- Update RTCCertificate ref to get serializer from WebIDL (by fluffy)
https://github.com/w3c/webrtc-pc/pull/1163
- Remove getAlgorithm() (by aboba)
https://github.com/w3c/webrtc-pc/pull/1160
- Move Issue 1 text to a note (by aboba)
https://github.com/w3c/webrtc-pc/pull/1157
- Fix optional indicator for RTCPeerConnectionIceEventInit argument (by soareschen)
https://github.com/w3c/webrtc-pc/pull/1154
- Constructor for RTCIceCandidate should accept optional argument (by soareschen)
https://github.com/w3c/webrtc-pc/pull/1153
11 pull requests received 28 new comments:
- #1168 Remove paragraph about removeTrack causing track to be ended remotely. (12 by jan-ivar, fippo, taylor-b)
https://github.com/w3c/webrtc-pc/pull/1168
- #1115 DTLS failures (4 by adam-be, martinthomson, aboba, stefhak)
https://github.com/w3c/webrtc-pc/pull/1115
- #1149 Add paragraph about RtpContributingSources being updated simultaneously. (3 by jan-ivar, taylor-b)
https://github.com/w3c/webrtc-pc/pull/1149
- #1154 Fix optional indicator for RTCPeerConnectionIceEventInit argument (2 by dontcallmedom, stefhak)
https://github.com/w3c/webrtc-pc/pull/1154
- #1157 Move Issue 1 text to a note (1 by stefhak)
https://github.com/w3c/webrtc-pc/pull/1157
- #1172 Adding note about legacy `createAnswer` not supporting options dict. (1 by fippo)
https://github.com/w3c/webrtc-pc/pull/1172
- #1133 Split getContributingSources into two methods, for CSRCs and SSRCs. (1 by stefhak)
https://github.com/w3c/webrtc-pc/pull/1133
- #1145 FrozenArray, sequence and SameObject (1 by stefhak)
https://github.com/w3c/webrtc-pc/pull/1145
- #1147 Add link to iceRestart. (1 by stefhak)
https://github.com/w3c/webrtc-pc/pull/1147
- #1150 Handling encoding parameter errors (1 by stefhak)
https://github.com/w3c/webrtc-pc/pull/1150
- #1151 Prepare status of the document for CR publication (1 by stefhak)
https://github.com/w3c/webrtc-pc/pull/1151
5 pull requests merged:
- revert PR#1108
https://github.com/w3c/webrtc-pc/pull/1171
- Move Issue 1 text to a note
https://github.com/w3c/webrtc-pc/pull/1157
- Add link to iceRestart.
https://github.com/w3c/webrtc-pc/pull/1147
- FrozenArray, sequence and SameObject
https://github.com/w3c/webrtc-pc/pull/1145
- Split getContributingSources into two methods, for CSRCs and SSRCs.
https://github.com/w3c/webrtc-pc/pull/1133
* w3c/webrtc-stats (+0/-1/💬2)
2 pull requests received 2 new comments:
- #185 Added RTCInboundRTPStreamStats sample counters. (1 by henbos)
https://github.com/w3c/webrtc-stats/pull/185
- #195 Adding "codec type" and transportId to RTCCodecStats. (1 by vr000m)
https://github.com/w3c/webrtc-stats/pull/195
1 pull requests merged:
- Refactor out isRemote.
https://github.com/w3c/webrtc-stats/pull/191
Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/webrtc-pc
* https://github.com/w3c/webrtc-stats
Received on Tuesday, 9 May 2017 17:00:40 UTC