Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+4/-5/💬39)
  4 issues created:
  - "Callback definitions" section should go under "legacy interface extensions" (by taylor-b)
    https://github.com/w3c/webrtc-pc/issues/1142
  - "Firing an RTCTrackEvent event named e" is never referenced (by foolip)
    https://github.com/w3c/webrtc-pc/issues/1141
  - Use [SameObject] for the FrozenArray<T> attributes that never change (by foolip)
    https://github.com/w3c/webrtc-pc/issues/1138
  - "track" event fires while MediaStream has a partial list of tracks. (by taylor-b)
    https://github.com/w3c/webrtc-pc/issues/1135

  11 issues received 39 new comments:
  - #1138 Use [SameObject] for the FrozenArray<T> attributes that never change (12 by foolip, domenic, henbos)
    https://github.com/w3c/webrtc-pc/issues/1138
  - #1125 Should the spec describe addStream/onaddstream as legacy API? (8 by foolip, adam-be, fippo, taylor-b, youennf)
    https://github.com/w3c/webrtc-pc/issues/1125
  - #1128 example 13: getReceivers semantics (7 by jan-ivar, fippo, taylor-b)
    https://github.com/w3c/webrtc-pc/issues/1128
  - #1132 Define what the default RTCDataChannel id is (4 by foolip, taylor-b)
    https://github.com/w3c/webrtc-pc/issues/1132
  - #1142 "Callback definitions" section should go under "legacy interface extensions" (2 by fippo, taylor-b)
    https://github.com/w3c/webrtc-pc/issues/1142
  - #942 Meta: auto-publish changes to the spec (1 by foolip)
    https://github.com/w3c/webrtc-pc/issues/942
  - #1101 RTCRtpContributingSource naming (1 by stefhak)
    https://github.com/w3c/webrtc-pc/issues/1101
  - #849 Specify an AllowUnverifiedMedia RTCConfiguration property  (1 by stefhak)
    https://github.com/w3c/webrtc-pc/issues/849
  - #1120 RTCCertificate.getAlgorithm for implicitly generated local certificates (1 by taylor-b)
    https://github.com/w3c/webrtc-pc/issues/1120
  - #1123 Conformance section (1 by dontcallmedom)
    https://github.com/w3c/webrtc-pc/issues/1123
  - #1141 "Firing an RTCTrackEvent event named e" is never referenced (1 by foolip)
    https://github.com/w3c/webrtc-pc/issues/1141

  5 issues closed:
  - Mark Provisional Answer as a feature at risk? https://github.com/w3c/webrtc-pc/issues/1106
  - [TreatNullAs=EmptyString] is not allowed for USVString per Web IDL https://github.com/w3c/webrtc-pc/issues/1118
  - RTCCertificate.getAlgorithm for implicitly generated local certificates https://github.com/w3c/webrtc-pc/issues/1120
  - RTCCertificate.getAlgorithm() wording and serialization https://github.com/w3c/webrtc-pc/issues/1121
  - Conformance section https://github.com/w3c/webrtc-pc/issues/1123

* w3c/webrtc-stats (+0/-3/💬0)
  3 issues closed:
  - RTCTransportStats packet counters https://github.com/w3c/webrtc-stats/issues/173
  - RTCIceCandidatePairStats packet counters https://github.com/w3c/webrtc-stats/issues/172
  - Stat for camera input framerate of local video tracks https://github.com/w3c/webrtc-stats/issues/159



Pull requests
-------------
* w3c/webrtc-pc (+9/-4/💬22)
  9 pull requests submitted:
  - FrozenArray, sequence and SameObject (by henbos)
    https://github.com/w3c/webrtc-pc/pull/1145
  - Remove space before commas (by foolip)
    https://github.com/w3c/webrtc-pc/pull/1144
  - move legacy callback definitions to legacy section (by fippo)
    https://github.com/w3c/webrtc-pc/pull/1143
  - Add a link to web-platform-tests to the top of the spec (by foolip)
    https://github.com/w3c/webrtc-pc/pull/1140
  - Call RTCDtlsFingerprint a dictionary, not an object (by foolip)
    https://github.com/w3c/webrtc-pc/pull/1139
  - Adding more detail about RTCDataChannel.id's default value (null). (by taylor-b)
    https://github.com/w3c/webrtc-pc/pull/1137
  - Fire the "track" event from a queued task. (by taylor-b)
    https://github.com/w3c/webrtc-pc/pull/1136
  - Specify which encoding parameters can be set through sendEncodings. (by taylor-b)
    https://github.com/w3c/webrtc-pc/pull/1134
  - Split getContributingSources into two methods, for CSRCs and SSRCs. (by taylor-b)
    https://github.com/w3c/webrtc-pc/pull/1133

  11 pull requests received 22 new comments:
  - #1129 examples: dont fiddle with srcObject if already set (5 by fippo, taylor-b, stefhak)
    https://github.com/w3c/webrtc-pc/pull/1129
  - #1110 Mark pranswer as a "feature atrisk" (3 by ekr, stefhak)
    https://github.com/w3c/webrtc-pc/pull/1110
  - #317 Make RTCDataChannels Transferable (2 by annevk, kumavis)
    https://github.com/w3c/webrtc-pc/pull/317
  - #1122 RTCCertificate.getAlgorithm() to return a compatible AlgorithmIdentifier. (2 by henbos, taylor-b)
    https://github.com/w3c/webrtc-pc/pull/1122
  - #1131 Drop [TreatNullAs=EmptyString] for USVString (2 by foolip)
    https://github.com/w3c/webrtc-pc/pull/1131
  - #1133 Split getContributingSources into two methods, for CSRCs and SSRCs. (2 by henbos, taylor-b)
    https://github.com/w3c/webrtc-pc/pull/1133
  - #1145 FrozenArray, sequence and SameObject (2 by henbos, domenic)
    https://github.com/w3c/webrtc-pc/pull/1145
  - #1137 Adding more detail about RTCDataChannel.id's default value (null). (1 by foolip)
    https://github.com/w3c/webrtc-pc/pull/1137
  - #1139 Call RTCDtlsFingerprint a dictionary, not an object (1 by foolip)
    https://github.com/w3c/webrtc-pc/pull/1139
  - #1140 Add a link to web-platform-tests to the top of the spec (1 by foolip)
    https://github.com/w3c/webrtc-pc/pull/1140
  - #1143 move legacy callback definitions to legacy section (1 by fippo)
    https://github.com/w3c/webrtc-pc/pull/1143

  4 pull requests merged:
  - Drop [TreatNullAs=EmptyString] for USVString
    https://github.com/w3c/webrtc-pc/pull/1131
  - Clarify that configuration.certificates remains undefined in the RTCPeerConnection constructor.
    https://github.com/w3c/webrtc-pc/pull/1130
  - RTCCertificate.getAlgorithm() to return a compatible AlgorithmIdentifier.
    https://github.com/w3c/webrtc-pc/pull/1122
  - Mark pranswer as a "feature atrisk"
    https://github.com/w3c/webrtc-pc/pull/1110

* w3c/webrtc-stats (+0/-3/💬2)
  2 pull requests received 2 new comments:
  - #194 Adding RTCRTPContributingSourceStats stats report object. (1 by taylor-b)
    https://github.com/w3c/webrtc-stats/pull/194
  - #196 RTCIceCandidatePairStats: Remove writable/readable, add consentExpiredTimestamp (1 by henbos)
    https://github.com/w3c/webrtc-stats/pull/196

  3 pull requests merged:
  - RTCTransportStats: packetsSent/Received added.
    https://github.com/w3c/webrtc-stats/pull/197
  - RTCIceCandidatePairStats: packetsSent/Received added.
    https://github.com/w3c/webrtc-stats/pull/198
  - RTCMediaStreamTrackStats: framesCaptured added.
    https://github.com/w3c/webrtc-stats/pull/199


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

Received on Tuesday, 25 April 2017 17:00:37 UTC