Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+2/-4/💬17)
  2 issues created:
  - legacy createAnswer: support for answerOptions? (by fippo)
    https://github.com/w3c/webrtc-pc/issues/1152
  - How do applications know a DataChannel's buffer capacity, so they can avoid filling it? (by taylor-b)
    https://github.com/w3c/webrtc-pc/issues/1148

  6 issues received 17 new comments:
  - #1128 does MSID still work? (was: example 13: getReceivers semantics) (8 by taylor-b, fippo, ibc, jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/1128
  - #1152 legacy createAnswer: support for answerOptions? (4 by henbos)
    https://github.com/w3c/webrtc-pc/issues/1152
  - #1125 Should the spec describe addStream/onaddstream as legacy API? (2 by taylor-b, youennf)
    https://github.com/w3c/webrtc-pc/issues/1125
  - #849 Specify an AllowUnverifiedMedia RTCConfiguration property  (1 by stefhak)
    https://github.com/w3c/webrtc-pc/issues/849
  - #1138 Use [SameObject] for the FrozenArray<T> attributes that never change (1 by henbos)
    https://github.com/w3c/webrtc-pc/issues/1138
  - #942 Meta: auto-publish changes to the spec (1 by tobie)
    https://github.com/w3c/webrtc-pc/issues/942

  4 issues closed:
  - Specify an AllowUnverifiedMedia RTCConfiguration property  https://github.com/w3c/webrtc-pc/issues/849
  - "Callback definitions" section should go under "legacy interface extensions" https://github.com/w3c/webrtc-pc/issues/1142
  - Define what the default RTCDataChannel id is https://github.com/w3c/webrtc-pc/issues/1132
  - "track" event fires while MediaStream has a partial list of tracks. https://github.com/w3c/webrtc-pc/issues/1135

* w3c/webrtc-stats (+3/-4/💬4)
  3 issues created:
  - RTCMediaStreamTrackStats.concealedAudioSamples (by henbos)
    https://github.com/w3c/webrtc-stats/issues/202
  - RTCIceCandidatePairStats.lastResponseTimestamp (by henbos)
    https://github.com/w3c/webrtc-stats/issues/201
  - Explain DomHighResTimestamp once in the introduction. (by vr000m)
    https://github.com/w3c/webrtc-stats/issues/200

  4 issues received 4 new comments:
  - #99 Privacy & Security self review (1 by hadleybeeman)
    https://github.com/w3c/webrtc-stats/issues/99
  - #200 Explain DomHighResTimestamp once in the introduction. (1 by vr000m)
    https://github.com/w3c/webrtc-stats/issues/200
  - #201 RTCIceCandidatePairStats.lastResponseTimestamp (1 by henbos)
    https://github.com/w3c/webrtc-stats/issues/201
  - #202 RTCMediaStreamTrackStats.concealedAudioSamples (1 by henbos)
    https://github.com/w3c/webrtc-stats/issues/202

  4 issues closed:
  - What should `availableOutgoingBitrate`/`availableOutgoingBitrate` be for candidate pairs not in use? https://github.com/w3c/webrtc-stats/issues/112
  - Design consideration for inactive SSRCs and inactive transports https://github.com/w3c/webrtc-stats/issues/86
  - Remove availableIncomingBitrate? https://github.com/w3c/webrtc-stats/issues/97
  - RTCIceCandidatePairStats.writable/readable: redundant? https://github.com/w3c/webrtc-stats/issues/163



Pull requests
-------------
* w3c/webrtc-pc (+5/-8/💬14)
  5 pull requests submitted:
  - Prepare status of the document for CR publication (by dontcallmedom)
    https://github.com/w3c/webrtc-pc/pull/1151
  - Handling encoding parameter errors (by aboba)
    https://github.com/w3c/webrtc-pc/pull/1150
  - Add paragraph about RtpContributingSources being updated simultaneously. (by taylor-b)
    https://github.com/w3c/webrtc-pc/pull/1149
  - Add link to iceRestart. (by jianjunz)
    https://github.com/w3c/webrtc-pc/pull/1147
  - Revert: pranswer as a "feature atrisk" (by aboba)
    https://github.com/w3c/webrtc-pc/pull/1146

  6 pull requests received 14 new comments:
  - #1026 strawman text to show how unverified media would work (4 by fluffy, rshpount, taylor-b, stefhak)
    https://github.com/w3c/webrtc-pc/pull/1026
  - #1145 FrozenArray, sequence and SameObject (4 by henbos, adam-be, foolip, stefhak)
    https://github.com/w3c/webrtc-pc/pull/1145
  - #1134 Add more detail about how getParameters and setParameters work. (3 by taylor-b, aboba)
    https://github.com/w3c/webrtc-pc/pull/1134
  - #1140 Add a link to web-platform-tests to the top of the spec (1 by aboba)
    https://github.com/w3c/webrtc-pc/pull/1140
  - #1146 Revert: pranswer as a "feature atrisk" (1 by stefhak)
    https://github.com/w3c/webrtc-pc/pull/1146
  - #1150 Handling encoding parameter errors (1 by fluffy)
    https://github.com/w3c/webrtc-pc/pull/1150

  8 pull requests merged:
  - Revert: pranswer as a "feature atrisk"
    https://github.com/w3c/webrtc-pc/pull/1146
  - Remove space before commas
    https://github.com/w3c/webrtc-pc/pull/1144
  - move legacy callback definitions to legacy section
    https://github.com/w3c/webrtc-pc/pull/1143
  - Add a link to web-platform-tests to the top of the spec
    https://github.com/w3c/webrtc-pc/pull/1140
  - Call RTCDtlsFingerprint a dictionary, not an object
    https://github.com/w3c/webrtc-pc/pull/1139
  - Adding more detail about RTCDataChannel.id's default value (null).
    https://github.com/w3c/webrtc-pc/pull/1137
  - Fire the "track" event from a queued task.
    https://github.com/w3c/webrtc-pc/pull/1136
  - examples: dont fiddle with srcObject if already set
    https://github.com/w3c/webrtc-pc/pull/1129

* w3c/webrtc-stats (+0/-1/💬9)
  3 pull requests received 9 new comments:
  - #195 Adding "codec type" and transportId to RTCCodecStats. (5 by henbos, vr000m, taylor-b)
    https://github.com/w3c/webrtc-stats/pull/195
  - #185 Added RTCInboundRTPStreamStats sample counters. (3 by vr000m, jan-ivar)
    https://github.com/w3c/webrtc-stats/pull/185
  - #191 Refactor out isRemote. (1 by vr000m)
    https://github.com/w3c/webrtc-stats/pull/191

  1 pull requests merged:
  - RTCIceCandidatePairStats: Remove writable/readable, add consentExpiredTimestamp
    https://github.com/w3c/webrtc-stats/pull/196


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

Received on Tuesday, 2 May 2017 17:00:37 UTC