Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+9/-11/💬37)
  9 issues created:
  - Constructor for RTCDTMFToneChangeEvent does not validate format of tone (by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1518
  - DTMF tonechange event timing when toneBuffer is modified in between (by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1517
  - duration and interToneGap should be stored as internal slots of RTCDTMFSender (by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1516
  - insertDTMF when transceiver.currentDirection is null (by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1515
  - The same connection.peerIdentity promise can be resolved multiple times (by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1513
  - setRemoteDescription should fail if target peer identity is set but no a=identity in SDP (by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1512
  - Ambiguous definition for IdP errors (by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1511
  - Requesting Identity Assertions incorrectly mention steps of validating assertion (by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1510
  - Default identity provider (by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1509

  22 issues received 37 new comments:
  - #1508 setRemoteDescription and ontrack order of events: SRD before ontrack? (9 by taylor-b, jan-ivar, henbos)
    https://github.com/w3c/webrtc-pc/issues/1508
  - #1513 The same connection.peerIdentity promise can be resolved multiple times (4 by martinthomson, soareschen)
    https://github.com/w3c/webrtc-pc/issues/1513
  - #1496 Support for RRID and FEC/RTX RIDs? (3 by pthatcherg, aboba, stefhak)
    https://github.com/w3c/webrtc-pc/issues/1496
  - #1470 Performing rollback via the other set*Description (2 by fluffy)
    https://github.com/w3c/webrtc-pc/issues/1470
  - #1512 setRemoteDescription should fail if target peer identity is set but no a=identity in SDP (2 by martinthomson, soareschen)
    https://github.com/w3c/webrtc-pc/issues/1512
  - #1415 When is the dtmf attribute in RTCRtpSender set? (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1415
  - #1166 RTCIceCandidate constructor should not require sdpMid/sdpMLineIndex (1 by stefhak)
    https://github.com/w3c/webrtc-pc/issues/1166
  - #1174 `ssrc` in `RTCRtpEncodingParameters` is inconsistent with ORTC (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1174
  - #1178 Need to describe when ICE and DTLS transport objects are created/changed (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1178
  - #1183 createAnswer does not guard against invalid remoteDescription or signaling state (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1183
  - #1331 Session description attribute not specified for some steps in check if negotiation is needed (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1331
  - #1488 Deterministic behavior for transactionId validation (1 by taylor-b)
    https://github.com/w3c/webrtc-pc/issues/1488
  - #1490 Result returned from receiver.getParameters() when no session description is set (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1490
  - #1494 addTrack can reuse a sender whose transceiver is stopped (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1494
  - #1495 getCapabilities should throw TypeError if invalid kind is provided (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1495
  - #1498 Type checking for selectorArg in getStats is unnecessary (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1498
  - #1509 Default identity provider (1 by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1509
  - #1378 Origin value for data channel message event (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1378
  - #1125 Should the spec describe addStream/onaddstream as legacy API? (1 by stefhak)
    https://github.com/w3c/webrtc-pc/issues/1125
  - #1259 How to find what keyGenAlgorithm values the browser supports? (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1259
  - #1517 DTMF tonechange event timing when toneBuffer is modified in between (1 by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1517
  - #1406  When ICE restarts results in connection to a new endpoint (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1406

  11 issues closed:
  - DTMF tonechange event timing when toneBuffer is modified in between https://github.com/w3c/webrtc-pc/issues/1517
  - RTCIceCandidate constructor should not require sdpMid/sdpMLineIndex https://github.com/w3c/webrtc-pc/issues/1166
  - Should the spec describe addStream/onaddstream as legacy API? https://github.com/w3c/webrtc-pc/issues/1125
  - editorial: inconsistent use of dfn in section names https://github.com/w3c/webrtc-pc/issues/1366
  - ufrag vs usernameFragment https://github.com/w3c/webrtc-pc/issues/1210
  - setConfiguration throwing InvalidModificationError with default values https://github.com/w3c/webrtc-pc/issues/1447
  - setLocalDescription() with null sdp is not applicable https://github.com/w3c/webrtc-pc/issues/1465
  - RTCRtpTransceiver setDirection() should throw InvalidStateError if transceiver is stopped https://github.com/w3c/webrtc-pc/issues/1418
  - Direction of newly created transceiver in setRemoteDescription https://github.com/w3c/webrtc-pc/issues/1473
  - scaleResolutionDownBy parameter is not validated in addTransceiver https://github.com/w3c/webrtc-pc/issues/1478
  - legacy methods: when are they called? https://github.com/w3c/webrtc-pc/issues/1231



Pull requests
-------------
* w3c/webrtc-pc (+1/-8/💬16)
  1 pull requests submitted:
  - setLocalDescription() with null sdp is not applicable (by aboba)
    https://github.com/w3c/webrtc-pc/pull/1514

  11 pull requests received 16 new comments:
  - #1434 Don't proceed w/removeTrack() if sender.track is already null. (5 by jan-ivar, taylor-b, stefhak)
    https://github.com/w3c/webrtc-pc/pull/1434
  - #1427 rtciceserver: fix represents a turn server (2 by taylor-b, stefhak)
    https://github.com/w3c/webrtc-pc/pull/1427
  - #1430 Have createOffer call addTransceiver() on offerToReceive. (1 by aboba)
    https://github.com/w3c/webrtc-pc/pull/1430
  - #1479 rename ufrag to usernameFragment (1 by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1479
  - #1480 Update mandatory stats to reflect rtp refactor in webrtc-stats. (1 by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1480
  - #1481 Direction of newly created transceiver in setRemoteDescription (1 by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1481
  - #1482 setLocalDescription() with null sdp is not applicable (1 by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1482
  - #1483 Validating scaleResolutionDownBy parameter in addTransceiver (1 by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1483
  - #1485 Consistency in enum usage (1 by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1485
  - #1486 setDirection():  throw InvalidStateError if transceiver is stopped or… (1 by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1486
  - #1487 Check for invalid rollback (1 by fluffy)
    https://github.com/w3c/webrtc-pc/pull/1487

  8 pull requests merged:
  - rename ufrag to usernameFragment
    https://github.com/w3c/webrtc-pc/pull/1479
  - setLocalDescription() with null sdp is not applicable
    https://github.com/w3c/webrtc-pc/pull/1514
  - Add/remove remote tracks from msid streams based on direction (rebased)
    https://github.com/w3c/webrtc-pc/pull/1402
  - Update mandatory stats to reflect rtp refactor in webrtc-stats.
    https://github.com/w3c/webrtc-pc/pull/1480
  - Direction of newly created transceiver in setRemoteDescription
    https://github.com/w3c/webrtc-pc/pull/1481
  - Validating scaleResolutionDownBy parameter in addTransceiver
    https://github.com/w3c/webrtc-pc/pull/1483
  - Consistency in enum usage
    https://github.com/w3c/webrtc-pc/pull/1485
  - setDirection():  throw InvalidStateError if transceiver is stopped or…
    https://github.com/w3c/webrtc-pc/pull/1486


Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/webrtc-pc
* https://github.com/w3c/webrtc-stats

Received on Tuesday, 1 August 2017 17:00:30 UTC