- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 21 Feb 2017 17:00:43 +0000
- To: public-webrtc@w3.org
Issues
------
* w3c/webrtc-pc (+0/-6/💬9)
6 issues closed:
- Receive a track multiple times
https://github.com/w3c/webrtc-pc/issues/954
- Need Custom Error for IdP
https://github.com/w3c/webrtc-pc/issues/830
- Should IDP Login error cary the idpLoginUrl
https://github.com/w3c/webrtc-pc/issues/932
- Define how long should the IdP timeout timer should be
https://github.com/w3c/webrtc-pc/issues/831
- Need IDP Invalid Token
https://github.com/w3c/webrtc-pc/issues/825
- Need IDP Expired Token error
https://github.com/w3c/webrtc-pc/issues/826
8 issues received 9 new comments:
- #881 Align getAlgorithm return value with Web Crypto (2 by foolip,
stefhak)
https://github.com/w3c/webrtc-pc/issues/881
- #964 Handing SDP with more than one identity (1 by stefhak)
https://github.com/w3c/webrtc-pc/issues/964
- #230 Add support for WebRTC Data Channel in Workers (1 by davux)
https://github.com/w3c/webrtc-pc/issues/230
- #997 RTCRtcpMuxPolicy of "negotiate" should be marked as an
"at-risk" feature (1 by foolip)
https://github.com/w3c/webrtc-pc/issues/997
- #687 Clarify reasoning behind and mitigation of privacy issues
(PING review) (1 by stefhak)
https://github.com/w3c/webrtc-pc/issues/687
- #688 Indicators of usage and data flow (PING review) (1 by
stefhak)
https://github.com/w3c/webrtc-pc/issues/688
- #690 Information available prior to permission prompt (PING
review) (1 by stefhak)
https://github.com/w3c/webrtc-pc/issues/690
- #1022 sdpFmtpLine isn't very convenient (1 by aboba)
https://github.com/w3c/webrtc-pc/issues/1022
* w3c/webrtc-stats (+1/-1/💬23)
1 issues created:
- Add stat to RTCTransportStats for ICE role (controlling or
controlled) (by taylor-b)
https://github.com/w3c/webrtc-stats/issues/162
1 issues closed:
- Stat for audio acceleration/expand rate?
https://github.com/w3c/webrtc-stats/issues/146
10 issues received 23 new comments:
- #146 Stat for audio acceleration/expand rate? (4 by henbos,
vr000m)
https://github.com/w3c/webrtc-stats/issues/146
- #151 Stat for audio playout delay (4 by hlundin, vr000m, henbos)
https://github.com/w3c/webrtc-stats/issues/151
- #152 Stat for how many audio stream packets are expanded when
packets are lost (and lost and the user is speaking) (3 by hlundin,
vr000m)
https://github.com/w3c/webrtc-stats/issues/152
- #158 Stats to keep track of sync between audio and video (3 by
henbos, stefanholmer)
https://github.com/w3c/webrtc-stats/issues/158
- #160 Stat for adaptation reason (2 by henbos, vr000m)
https://github.com/w3c/webrtc-stats/issues/160
- #144 Stat for how many adaptation changes occur for a video track
(2 by henbos, vr000m)
https://github.com/w3c/webrtc-stats/issues/144
- #150 Stat for how much time it takes to encode video (2 by henbos,
stefanholmer)
https://github.com/w3c/webrtc-stats/issues/150
- #132 Need priority information for MediaStreamTracks (1 by vr000m)
https://github.com/w3c/webrtc-stats/issues/132
- #141 Unclear which framerate "framePerSecond" represents (1 by
vr000m)
https://github.com/w3c/webrtc-stats/issues/141
- #159 Stat for camera input framerate of local video tracks (1 by
henbos)
https://github.com/w3c/webrtc-stats/issues/159
Pull requests
-------------
* w3c/webrtc-pc (+4/-4/💬30)
4 pull requests submitted:
- maxSimulcastStreams attribute in RTCRtpCodecCapability (by aboba)
https://github.com/w3c/webrtc-pc/pull/1034
- "Hybrid" OAuth solution. (by taylor-b)
https://github.com/w3c/webrtc-pc/pull/1033
- maxSimulcastStreams attribute in RTCRtpCodecCapability (by aboba)
https://github.com/w3c/webrtc-pc/pull/1032
- Don't fire events on a closed peer connection (by aboba)
https://github.com/w3c/webrtc-pc/pull/1031
4 pull requests merged:
- Clarify that it is possible to send the same track in several
copies.
https://github.com/w3c/webrtc-pc/pull/1019
- add string for extra info about idpErrors
https://github.com/w3c/webrtc-pc/pull/1027
- add IdP invalid token error
https://github.com/w3c/webrtc-pc/pull/1028
- add IdP token expired error
https://github.com/w3c/webrtc-pc/pull/1029
12 pull requests received 30 new comments:
- #1026 strawman text to show how unverfieid media would work (8 by
martinthomson, rshpount, fluffy, aboba, stefhak)
https://github.com/w3c/webrtc-pc/pull/1026
- #1025 Mention that codecs can be reordered or removed but not
modified. (4 by taylor-b, aboba)
https://github.com/w3c/webrtc-pc/pull/1025
- #1019 Clarify that it is possible to send the same track in
several copies. (4 by aboba, stefhak)
https://github.com/w3c/webrtc-pc/pull/1019
- #1029 add IdP token expired error (3 by aboba, stefhak)
https://github.com/w3c/webrtc-pc/pull/1029
- #1027 add string for extra info about idpErrors (2 by aboba,
stefhak)
https://github.com/w3c/webrtc-pc/pull/1027
- #1033 "Hybrid" OAuth solution. (2 by taylor-b, misi)
https://github.com/w3c/webrtc-pc/pull/1033
- #1028 add IdP invalid token error (2 by aboba, stefhak)
https://github.com/w3c/webrtc-pc/pull/1028
- #1030 Switch to sender and receiver getStats selectors. (1 by
jan-ivar)
https://github.com/w3c/webrtc-pc/pull/1030
- #776 Support for OAuth in TURN credentials (Issue 714 patch) (1 by
aboba)
https://github.com/w3c/webrtc-pc/pull/776
- #1031 Don't fire events on a closed peer connection (1 by aboba)
https://github.com/w3c/webrtc-pc/pull/1031
- #1000 Separated auth dictionaries for STUN/TURN (issue 714) (1 by
aboba)
https://github.com/w3c/webrtc-pc/pull/1000
- #1023 Specify how media is centered, cropped, and scaled. Fixes
#305 (1 by aboba)
https://github.com/w3c/webrtc-pc/pull/1023
Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/webrtc-pc
* https://github.com/w3c/webrtc-stats
Received on Tuesday, 21 February 2017 17:00:50 UTC