- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 21 Mar 2017 17:00:29 +0000
- To: public-webrtc@w3.org
Issues
------
* w3c/webrtc-pc (+10/-7/💬32)
10 issues created:
- When should RTCRtpContributingSource#audioLevel be null? (by foolip)
https://github.com/w3c/webrtc-pc/issues/1090
- Update for structured cloning changes in HTML (by domenic)
https://github.com/w3c/webrtc-pc/issues/1089
- Make legacy API optional to implement (by youennf)
https://github.com/w3c/webrtc-pc/issues/1086
- RTCRtpContributingSource.audioLevel not guaranteed to be in sync with audio playout (by taylor-b)
https://github.com/w3c/webrtc-pc/issues/1085
- Note At-Risk features at front of document (by burnburn)
https://github.com/w3c/webrtc-pc/issues/1084
- Add Taylor as editor of the spec (by dontcallmedom)
https://github.com/w3c/webrtc-pc/issues/1080
- Handling RTX in RTCRtpCodecCapabilities (by aboba)
https://github.com/w3c/webrtc-pc/issues/1079
- Can candidate.ufrag be null? (by lgrahl)
https://github.com/w3c/webrtc-pc/issues/1078
- Candidate from onicecandidate event and addIceCandidate are incompatible (by lgrahl)
https://github.com/w3c/webrtc-pc/issues/1077
- getStats on sender and receiver. (by jan-ivar)
https://github.com/w3c/webrtc-pc/issues/1075
7 issues closed:
- Can candidate.ufrag be null? https://github.com/w3c/webrtc-pc/issues/1078
- Need to specify what happens if the browser doesn't implement "negotiate" rtcpMuxPolicy https://github.com/w3c/webrtc-pc/issues/1065
- getStats on sender and receiver. https://github.com/w3c/webrtc-pc/issues/1075
- Section 10.3: Freeing resources for incoming stream https://github.com/w3c/webrtc-pc/issues/1063
- Add Taylor as editor of the spec https://github.com/w3c/webrtc-pc/issues/1080
- Candidate from onicecandidate event and addIceCandidate are incompatible https://github.com/w3c/webrtc-pc/issues/1077
- STUN/TURN OAuth token auth parameter passing https://github.com/w3c/webrtc-pc/issues/714
10 issues received 32 new comments:
- #1077 Candidate from onicecandidate event and addIceCandidate are incompatible (11 by lgrahl, taylor-b, aboba)
https://github.com/w3c/webrtc-pc/issues/1077
- #1078 Can candidate.ufrag be null? (7 by lgrahl, taylor-b)
https://github.com/w3c/webrtc-pc/issues/1078
- #1073 Need to specify which members of the encodings in "sendEncodings" are actually used (4 by taylor-b, aboba)
https://github.com/w3c/webrtc-pc/issues/1073
- #1085 RTCRtpContributingSource.audioLevel not guaranteed to be in sync with audio playout (3 by jesup, taylor-b)
https://github.com/w3c/webrtc-pc/issues/1085
- #1090 When should RTCRtpContributingSource#audioLevel be null? (2 by foolip, aboba)
https://github.com/w3c/webrtc-pc/issues/1090
- #964 Handing SDP with more than one identity (1 by stefhak)
https://github.com/w3c/webrtc-pc/issues/964
- #1044 Section 12.2.1.1: enum errorDetail definition (1 by aboba)
https://github.com/w3c/webrtc-pc/issues/1044
- #1080 Add Taylor as editor of the spec (1 by aboba)
https://github.com/w3c/webrtc-pc/issues/1080
- #1084 Note At-Risk features at front of document (1 by stefhak)
https://github.com/w3c/webrtc-pc/issues/1084
- #1086 Make legacy API optional to implement (1 by fippo)
https://github.com/w3c/webrtc-pc/issues/1086
* w3c/webrtc-stats (+1/-1/💬1)
1 issues created:
- Stats report for RTCRtpContributingSource objects (by taylor-b)
https://github.com/w3c/webrtc-stats/issues/183
1 issues closed:
- Need advice for handling obsolete stats https://github.com/w3c/webrtc-stats/issues/174
1 issues received 1 new comments:
- #163 RTCIceCandidatePairStats.writable/readable: redundant? (1 by taylor-b)
https://github.com/w3c/webrtc-stats/issues/163
Pull requests
-------------
* w3c/webrtc-pc (+6/-7/💬3)
6 pull requests submitted:
- Make "candidate" non-nullable in addIceCandidate parameter table. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1088
- Update call flow in Section 11.6 (by aboba)
https://github.com/w3c/webrtc-pc/pull/1087
- Add Taylor as editor of the spec (by aboba)
https://github.com/w3c/webrtc-pc/pull/1083
- Handling RTX in RTCRtpCodecCapabilities (by aboba)
https://github.com/w3c/webrtc-pc/pull/1082
- Clarify which "candidate" is referred to in addIceCandidate description. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1081
- Add getStats() to sender and receiver. (by jan-ivar)
https://github.com/w3c/webrtc-pc/pull/1076
7 pull requests merged:
- Specify behavior if browser doesn't implement "negotiate" rtcpMuxPolicy.
https://github.com/w3c/webrtc-pc/pull/1071
- Add Taylor as editor of the spec
https://github.com/w3c/webrtc-pc/pull/1083
- Clarify which "candidate" is referred to in addIceCandidate description.
https://github.com/w3c/webrtc-pc/pull/1081
- Add getStats() to sender and receiver.
https://github.com/w3c/webrtc-pc/pull/1076
- Freeing resources for incoming stream
https://github.com/w3c/webrtc-pc/pull/1069
- Mark getAlgorithm method at risk
https://github.com/w3c/webrtc-pc/pull/1067
- "Hybrid" OAuth solution.
https://github.com/w3c/webrtc-pc/pull/1033
2 pull requests received 3 new comments:
- #1083 Add Taylor as editor of the spec (2 by dontcallmedom, aboba)
https://github.com/w3c/webrtc-pc/pull/1083
- #1071 Specify behavior if browser doesn't implement "negotiate" rtcpMuxPolicy. (1 by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1071
* w3c/webrtc-stats (+3/-1/💬4)
3 pull requests submitted:
- Added RTCInboundRTPStreamStats sample counters. (by henbos)
https://github.com/w3c/webrtc-stats/pull/185
- Add RTCOutboundRTPStreamStats.totalEncodeTime (by henbos)
https://github.com/w3c/webrtc-stats/pull/184
- Issue 97 redux (by vr000m)
https://github.com/w3c/webrtc-stats/pull/182
1 pull requests merged:
- Add section on obsoleted stats.
https://github.com/w3c/webrtc-stats/pull/181
2 pull requests received 4 new comments:
- #170 Related to outgoing and incoming bitrate estimates on a candidate pair (3 by vr000m, alvestrand)
https://github.com/w3c/webrtc-stats/pull/170
- #181 Add section on obsoleted stats. (1 by vr000m)
https://github.com/w3c/webrtc-stats/pull/181
Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/webrtc-pc
* https://github.com/w3c/webrtc-stats
Received on Tuesday, 21 March 2017 17:00:41 UTC