- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 15 Aug 2017 17:00:24 +0000
- To: public-webrtc@w3.org
- Message-Id: <E1dhfCa-0002y6-KW@uranus.w3.org>
Issues
------
* w3c/webrtc-pc (+3/-8/💬12)
3 issues created:
- Clarify whether RTCRtpContributingSource members are live. (by jan-ivar)
https://github.com/w3c/webrtc-pc/issues/1533
- What happens if RTCDataChannelInit.negotiated is true, but id is absent? (by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1529
- setParameters does input validation in parallel, and doesn't actually apply parameters? (by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1520
9 issues received 12 new comments:
- #1499 Processing Remote MediaStreamTracks should pass on receiver when constructing track event (3 by jan-ivar, soareschen)
https://github.com/w3c/webrtc-pc/issues/1499
- #1488 Deterministic behavior for transactionId validation (2 by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1488
- #1507 Limiting number of RTCRtpTransceivers (1 by aboba)
https://github.com/w3c/webrtc-pc/issues/1507
- #1511 Ambiguous definition for IdP errors (1 by fluffy)
https://github.com/w3c/webrtc-pc/issues/1511
- #1435 We shouldn't rely on the public API to access objects in the specification (1 by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1435
- #1169 RTP Media API section should describe how tracks for senders/receivers relate to each other. (1 by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1169
- #1204 setDirection needs an internal slot and an algorithm. (1 by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1204
- #1274 Section 4.2.2: Keying material (1 by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1274
- #1406 When ICE restarts results in connection to a new endpoint (1 by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1406
8 issues closed:
- Deterministic behavior for transactionId validation https://github.com/w3c/webrtc-pc/issues/1488
- What should happen if a DataChannel "OPEN" message uses priority other than one of the recommended values? https://github.com/w3c/webrtc-pc/issues/1423
- setDirection needs an internal slot and an algorithm. https://github.com/w3c/webrtc-pc/issues/1204
- Ambiguous connection state when list of transports are empty https://github.com/w3c/webrtc-pc/issues/1305
- Should even/odd id validation be enforced in createDataChannel when negotiated is false (in-band negotiation)? https://github.com/w3c/webrtc-pc/issues/1413
- `ssrc` in `RTCRtpEncodingParameters` is inconsistent with ORTC https://github.com/w3c/webrtc-pc/issues/1174
- Section 4.2.2: Keying material https://github.com/w3c/webrtc-pc/issues/1274
- setDirection needs an internal slot and an algorithm. https://github.com/w3c/webrtc-pc/issues/1204
* w3c/webrtc-stats (+1/-0/💬1)
1 issues created:
- RTCMediaStreamTrackStats.keyFramesReceived (by henbos)
https://github.com/w3c/webrtc-stats/issues/234
1 issues received 1 new comments:
- #234 RTCMediaStreamTrackStats.keyFramesReceived (1 by henbos)
https://github.com/w3c/webrtc-stats/issues/234
Pull requests
-------------
* w3c/webrtc-pc (+12/-8/💬11)
12 pull requests submitted:
- Remove event.receiver. (by jan-ivar)
https://github.com/w3c/webrtc-pc/pull/1532
- Remove SSRCs from RTCRtpEncodingParameters. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1531
- Adding defaults for RTCRtpEncodingParameters.active and priority (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1530
- Ignore RTCDataChannelInit.id if "negotiated" is false. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1528
- Define what an "associated" transceiver is. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1527
- Clarify that ICE states should be "new" if there are no transports. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1526
- Update paragraph that introduces senders/receivers/transceivers. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1525
- Reference [[Direction]] internal slot from addTrack/removeTrack. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1524
- Specify how data channel priority enum is initialized from priority integer (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1523
- Formalize how createOffer interacts with identity providers. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1522
- Making getParameters/setParameters matching logic more deterministic. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1521
- Ensure that "track" events fire before the SRD promise resolves. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1519
6 pull requests received 11 new comments:
- #1450 Remove duplicate info on method parameters (2 by dontcallmedom, aboba)
https://github.com/w3c/webrtc-pc/pull/1450
- #1519 Ensure that "track" events fire before the SRD promise resolves. (2 by soareschen, aboba)
https://github.com/w3c/webrtc-pc/pull/1519
- #1522 Formalize how createOffer interacts with identity providers. (2 by jan-ivar, taylor-b)
https://github.com/w3c/webrtc-pc/pull/1522
- #1525 Update paragraph that introduces senders/receivers/transceivers. (2 by jan-ivar, aboba)
https://github.com/w3c/webrtc-pc/pull/1525
- #1532 Remove event.receiver. (2 by jan-ivar, soareschen)
https://github.com/w3c/webrtc-pc/pull/1532
- #1530 Adding defaults for RTCRtpEncodingParameters.active and priority (1 by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1530
8 pull requests merged:
- Making getParameters/setParameters matching logic more deterministic.
https://github.com/w3c/webrtc-pc/pull/1521
- Specify how data channel priority enum is initialized from priority integer
https://github.com/w3c/webrtc-pc/pull/1523
- Reference [[Direction]] internal slot from addTrack/removeTrack.
https://github.com/w3c/webrtc-pc/pull/1524
- Clarify that ICE states should be "new" if there are no transports.
https://github.com/w3c/webrtc-pc/pull/1526
- Define what an "associated" transceiver is.
https://github.com/w3c/webrtc-pc/pull/1527
- Ignore RTCDataChannelInit.id if "negotiated" is false.
https://github.com/w3c/webrtc-pc/pull/1528
- Adding defaults for RTCRtpEncodingParameters.active and priority
https://github.com/w3c/webrtc-pc/pull/1530
- Remove SSRCs from RTCRtpEncodingParameters.
https://github.com/w3c/webrtc-pc/pull/1531
Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/webrtc-pc
* https://github.com/w3c/webrtc-stats
Received on Tuesday, 15 August 2017 17:00:25 UTC