Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+14/-10/💬52)
  14 issues created:
  - Direction of newly created transceiver in setRemoteDescription (by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1473
  - Transceiver kind definition is circular. (by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1472
  - Calrify that rollback in stable state should throw InvalidStateError (by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1471
  - Performing rollback via the other set*Description (by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1470
  - Rollback with non-empty SDP string (by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1469
  - RTCTrackEvent's type parameter (by rwaldron)
    https://github.com/w3c/webrtc-pc/issues/1467
  - setLocalDescription() with null sdp is not applicable (by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1465
  - setLocalDescription() with empty string sdp is allowed to pass without calling createOffer/createAnswer (by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1463
  - We forgot about {offerToReceiveAudio: false, offerToReceiveVideo: false} (by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1461
  - setConfiguration({ peerIdentity }) when there is no initial peerIdentity (by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1456
  - setConfiguration can "unset" some configurations (by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1454
  - No way to associate streams using addTransceiver() (by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1452
  - how is addTrack without a stream signalled in the sdp (by fippo)
    https://github.com/w3c/webrtc-pc/issues/1448
  - setConfiguration throwing InvalidModificationError with default values (by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1447

  21 issues received 52 new comments:
  - #1454 Using setConfiguration() to add application certificates to an RTCPeerConnection post-construction? (9 by taylor-b, jan-ivar, soareschen, aboba)
    https://github.com/w3c/webrtc-pc/issues/1454
  - #1456 setConfiguration({ peerIdentity }) when there is no initial peerIdentity (5 by taylor-b, martinthomson, jan-ivar, aboba)
    https://github.com/w3c/webrtc-pc/issues/1456
  - #1125 Should the spec describe addStream/onaddstream as legacy API? (5 by foolip, fippo, jan-ivar, nils-ohlmeier)
    https://github.com/w3c/webrtc-pc/issues/1125
  - #1447 setConfiguration throwing InvalidModificationError with default values (4 by taylor-b, soareschen, aboba)
    https://github.com/w3c/webrtc-pc/issues/1447
  - #1446 RTCSctpTransport.maxMessageSize 0 case (3 by lgrahl, taylor-b)
    https://github.com/w3c/webrtc-pc/issues/1446
  - #1448 how is addTrack without a stream signalled in the sdp? (3 by jan-ivar, fippo, taylor-b)
    https://github.com/w3c/webrtc-pc/issues/1448
  - #1472 Transceiver kind definition is circular. (3 by taylor-b, fippo, jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1472
  - #1413 Should even/odd id validation be enforced in createDataChannel when negotiated is false (in-band negotiation)? (2 by lgrahl, taylor-b)
    https://github.com/w3c/webrtc-pc/issues/1413
  - #1161 Do we need a "trackremoved" event? (2 by henbos, jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1161
  - #1452 No way to associate streams using addTransceiver() (2 by taylor-b, jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1452
  - #1463 setLocalDescription() with empty string sdp is allowed to pass without calling createOffer/createAnswer (2 by soareschen, aboba)
    https://github.com/w3c/webrtc-pc/issues/1463
  - #1237 [[associated MediaStreams]] internal slot for RTCRtpSender is not used (2 by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1237
  - #1128 does MSID still work? (was: example 13: getReceivers semantics) (2 by fippo, taylor-b)
    https://github.com/w3c/webrtc-pc/issues/1128
  - #1156 Issue 1: Key shortening (1 by taylor-b)
    https://github.com/w3c/webrtc-pc/issues/1156
  - #1158 Section 12: Missing WebIDL in RTCError (1 by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1158
  - #1164 Missing detail on obtaining lastOffer/lastAnswer in setLocalDescription (1 by soareschen)
    https://github.com/w3c/webrtc-pc/issues/1164
  - #1182 Spec-compliant way to get remote streams and tracks? (1 by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1182
  - #1467 RTCTrackEvent's type parameter (1 by fippo)
    https://github.com/w3c/webrtc-pc/issues/1467
  - #1232 RTCPeerConnectionIceEvent constructor validation (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1232
  - #1382 iceGatheringState on connection with data channel only before setRemoteDescription(answer) is set (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/1382
  - #1390 removeTrack: does not always cause createOffer to mark media description (1 by taylor-b)
    https://github.com/w3c/webrtc-pc/issues/1390

  10 issues closed:
  - Transceiver kind definition is circular. https://github.com/w3c/webrtc-pc/issues/1472
  - No way to associate streams using addTransceiver() https://github.com/w3c/webrtc-pc/issues/1452
  - setConfiguration can "unset" some configurations https://github.com/w3c/webrtc-pc/issues/1454
  - RTCPeerConnectionIceEvent constructor validation https://github.com/w3c/webrtc-pc/issues/1232
  - iceGatheringState on connection with data channel only before setRemoteDescription(answer) is set https://github.com/w3c/webrtc-pc/issues/1382
  - Section 6.1: label length https://github.com/w3c/webrtc-pc/issues/1286
  - editorial: move "set a configuration" to operation section https://github.com/w3c/webrtc-pc/issues/1200
  - Setting a pranswer should change RTCRtpTransceiver's currentDirection https://github.com/w3c/webrtc-pc/issues/1394
  - Issue 1: Key shortening https://github.com/w3c/webrtc-pc/issues/1156
  - how is addTrack without a stream signalled in the sdp? https://github.com/w3c/webrtc-pc/issues/1448

* w3c/webrtc-stats (+3/-0/💬2)
  3 issues created:
  - We need "sender" and "receiver" stats, not "track" stats (by jan-ivar)
    https://github.com/w3c/webrtc-stats/issues/231
  - RTCMediaStreamTrackStats is four dictionaries in one (by jan-ivar)
    https://github.com/w3c/webrtc-stats/issues/230
  - Interframe delay stat for video receive stream. (by ilyanikolaevskiy)
    https://github.com/w3c/webrtc-stats/issues/229

  1 issues received 2 new comments:
  - #229 Interframe delay stat for video receive stream. (2 by henbos, ilyanikolaevskiy)
    https://github.com/w3c/webrtc-stats/issues/229



Pull requests
-------------
* w3c/webrtc-pc (+13/-7/💬12)
  13 pull requests submitted:
  - move rescale paragraph (by fippo)
    https://github.com/w3c/webrtc-pc/pull/1468
  - Cover legacy sendonly using {offerToReceiveAudio/Video: false}. (by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/1466
  - setConfiguration({ peerIdentity }) when there is no initial peerIdentity (by aboba)
    https://github.com/w3c/webrtc-pc/pull/1464
  - Examples with dictionaries shouldn't use quotes around member names (by aboba)
    https://github.com/w3c/webrtc-pc/pull/1462
  - Remove "is set" text (by aboba)
    https://github.com/w3c/webrtc-pc/pull/1460
  - Remove "is set" text (by aboba)
    https://github.com/w3c/webrtc-pc/pull/1459
  - Highlighting errorCode 701 (by aboba)
    https://github.com/w3c/webrtc-pc/pull/1458
  - run ice server configuration validation steps for each url (by fippo)
    https://github.com/w3c/webrtc-pc/pull/1457
  - label/protocol length restriction (by aboba)
    https://github.com/w3c/webrtc-pc/pull/1455
  - Removing text talking about key shortening that was incorrect. (by taylor-b)
    https://github.com/w3c/webrtc-pc/pull/1453
  - Add legacy note about addStream. (by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/1451
  - Remove duplicate info on method parameters (by dontcallmedom)
    https://github.com/w3c/webrtc-pc/pull/1450
  - Replace serializers by toJSON definitions (by dontcallmedom)
    https://github.com/w3c/webrtc-pc/pull/1449

  8 pull requests received 12 new comments:
  - #1464 setConfiguration({ peerIdentity }) when there is no initial peerIdentity (3 by martinthomson, soareschen, aboba)
    https://github.com/w3c/webrtc-pc/pull/1464
  - #1450 Remove duplicate info on method parameters (2 by burnburn, dontcallmedom)
    https://github.com/w3c/webrtc-pc/pull/1450
  - #1451 Add legacy note about addStream. (2 by fippo, jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/1451
  - #1443 SLD/SRD: Check if transceiver is stopped before setting currentDirection (1 by aboba)
    https://github.com/w3c/webrtc-pc/pull/1443
  - #1453 Removing text talking about key shortening that was incorrect. (1 by aboba)
    https://github.com/w3c/webrtc-pc/pull/1453
  - #1457 run ice server configuration validation steps for each url (1 by fippo)
    https://github.com/w3c/webrtc-pc/pull/1457
  - #1466 Cover legacy sendonly using {offerToReceiveAudio/Video: false}. (1 by fippo)
    https://github.com/w3c/webrtc-pc/pull/1466
  - #1402 Add/remove remote tracks from msid streams based on direction (rebased) (1 by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/1402

  7 pull requests merged:
  - Section 4.8.3: Editorial fixes
    https://github.com/w3c/webrtc-pc/pull/1425
  - move "set a configuration" algorithm
    https://github.com/w3c/webrtc-pc/pull/1233
  - Add reference to JSEP that setLocalDescription triggers ICE gathering
    https://github.com/w3c/webrtc-pc/pull/1399
  - Set [[CurrentDirection]] for provisional answers.
    https://github.com/w3c/webrtc-pc/pull/1440
  - Editorial: Add 'Style Conventions' section to contributing guidelines
    https://github.com/w3c/webrtc-pc/pull/1442
  - Removing text talking about key shortening that was incorrect.
    https://github.com/w3c/webrtc-pc/pull/1453
  - label/protocol length restriction
    https://github.com/w3c/webrtc-pc/pull/1455


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

Received on Tuesday, 11 July 2017 17:00:34 UTC