- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 20 Dec 2016 17:00:15 +0000
- To: public-webrtc@w3.org
Issues ------ * w3c/webrtc-pc (+1/-17/💬30) 1 issues created: - typo in warm-up example comment (by misi) https://github.com/w3c/webrtc-pc/issues/975 17 issues closed: - typo in warm-up example comment https://github.com/w3c/webrtc-pc/issues/975 - Sort out requirements around IdpLoginError https://github.com/w3c/webrtc-pc/issues/555 - Need IDP Load Error https://github.com/w3c/webrtc-pc/issues/822 - Need IDP Script Error https://github.com/w3c/webrtc-pc/issues/823 - Need IDP Code failed https://github.com/w3c/webrtc-pc/issues/827 - Need IDP TImeOut error https://github.com/w3c/webrtc-pc/issues/828 - Need Fingerprint mismatch error https://github.com/w3c/webrtc-pc/issues/829 - Section 5.4.1: Hold Examples https://github.com/w3c/webrtc-pc/issues/952 - Update JSEP reference to 5.8 https://github.com/w3c/webrtc-pc/issues/655 - Figure out backward-compatible way to indicate ufrag+mid on end-of-candidates https://github.com/w3c/webrtc-pc/issues/760 - Add a ufrag attribute to the RTCIceCandidate structure to indicate which ICE context https://github.com/w3c/webrtc-pc/issues/726 - Missing sender identifier attribute (msid) https://github.com/w3c/webrtc-pc/issues/705 - Description of User Agent/ICE Agent interactions in section 4.3.1 needs to be updated. https://github.com/w3c/webrtc-pc/issues/801 - How to properly manage TrackEvent or provide the current AddStreamEvent? https://github.com/w3c/webrtc-pc/issues/876 - CaptureStream adds mediaTracks with delay, we need a callback? https://github.com/w3c/webrtc-pc/issues/923 - Receive a track multiple times https://github.com/w3c/webrtc-pc/issues/954 - sender.setParameters(): Changing simulcast parameters? https://github.com/w3c/webrtc-pc/issues/945 17 issues received 30 new comments: - #930 Ambiguous wording in addIceCandidate (4 by jan-ivar, taylor-b, alvestrand) https://github.com/w3c/webrtc-pc/issues/930 - #954 Receive a track multiple times (4 by mparis, stefhak) https://github.com/w3c/webrtc-pc/issues/954 - #746 Need to specify what happens if `createDataChannel` is called with an invalid ID (4 by taylor-b, alvestrand) https://github.com/w3c/webrtc-pc/issues/746 - #671 Processing remote MediaStreamTracks without MediaStreams info (3 by alvestrand, stefhak) https://github.com/w3c/webrtc-pc/issues/671 - #795 Specify when a data channel's ID is assigned, and what the `id` attribute returns when no ID is assigned. (2 by taylor-b, alvestrand) https://github.com/w3c/webrtc-pc/issues/795 - #881 Align getAlgorithm return value with Web Crypto (2 by foolip, alvestrand) https://github.com/w3c/webrtc-pc/issues/881 - #526 NetworkError event is not defined and might not be needed (1 by alvestrand) https://github.com/w3c/webrtc-pc/issues/526 - #655 Update JSEP reference to 5.8 (1 by aboba) https://github.com/w3c/webrtc-pc/issues/655 - #924 Remove legacy getStats API? (1 by alvestrand) https://github.com/w3c/webrtc-pc/issues/924 - #801 Description of User Agent/ICE Agent interactions in section 4.3.1 needs to be updated. (1 by alvestrand) https://github.com/w3c/webrtc-pc/issues/801 - #923 CaptureStream adds mediaTracks with delay, we need a callback? (1 by alvestrand) https://github.com/w3c/webrtc-pc/issues/923 - #945 sender.setParameters(): Changing simulcast parameters? (1 by alvestrand) https://github.com/w3c/webrtc-pc/issues/945 - #578 Need to specify precisely when MID generation happens (1 by alvestrand) https://github.com/w3c/webrtc-pc/issues/578 - #714 STUN/TURN OAuth token auth parameter passing (1 by misi) https://github.com/w3c/webrtc-pc/issues/714 - #975 typo in warm-up example comment (1 by misi) https://github.com/w3c/webrtc-pc/issues/975 - #876 How to properly manage TrackEvent or provide the current AddStreamEvent? (1 by alvestrand) https://github.com/w3c/webrtc-pc/issues/876 - #760 Figure out backward-compatible way to indicate ufrag+mid on end-of-candidates (1 by aboba) https://github.com/w3c/webrtc-pc/issues/760 * w3c/webrtc-stats (+12/-1/💬31) 12 issues created: - RTCPeerConnection.getStats: What do do with 'selector' argument? (by henbos) https://github.com/w3c/webrtc-stats/issues/116 - Where is the API? (by annevk) https://github.com/w3c/webrtc-stats/issues/115 - RTCRTPStreamStats.mediaTrackId, RTCMediaStreamStats.trackIds (by henbos) https://github.com/w3c/webrtc-stats/issues/113 - What should `availableOutgoingBitrate`/`availableOutgoingBitrate` be for candidate pairs not in use? (by taylor-b) https://github.com/w3c/webrtc-stats/issues/112 - Need descriptions for `label`, `protocol` and `state` members of `RTCDataChannelStats` (by taylor-b) https://github.com/w3c/webrtc-stats/issues/111 - Need description for `remoteSource` member of `RTCMediaStreamTrackStats` (by taylor-b) https://github.com/w3c/webrtc-stats/issues/110 - RTCCodecStats needs `transportId` and `isRemote` to give it context (by taylor-b) https://github.com/w3c/webrtc-stats/issues/109 - Should document what RTCRTPStreamStats metrics are valid when `isRemote` is true. (by taylor-b) https://github.com/w3c/webrtc-stats/issues/108 - Somewhat confusing what "This metric ... is sent by receiver" means. (by taylor-b) https://github.com/w3c/webrtc-stats/issues/107 - mediaTrackId field missing a description (by taylor-b) https://github.com/w3c/webrtc-stats/issues/106 - Why is ssrc a DOMString? (by taylor-b) https://github.com/w3c/webrtc-stats/issues/105 - Make tidy has stopped working again (by alvestrand) https://github.com/w3c/webrtc-stats/issues/103 1 issues closed: - Extension mechanism needs to be clear https://github.com/w3c/webrtc-stats/issues/25 9 issues received 31 new comments: - #103 Make tidy has stopped working again (9 by vivienlacourba, alvestrand) https://github.com/w3c/webrtc-stats/issues/103 - #116 RTCPeerConnection.getStats: What to do with 'selector' argument? (8 by vr000m, foolip, fippo, jan-ivar, alvestrand) https://github.com/w3c/webrtc-stats/issues/116 - #67 Need definition for RTCTransportStats.activeConnection (3 by taylor-b, alvestrand) https://github.com/w3c/webrtc-stats/issues/67 - #100 issuerCertificateId is not described (3 by martinthomson, fippo, alvestrand) https://github.com/w3c/webrtc-stats/issues/100 - #107 Somewhat confusing what "This metric ... is sent by receiver" means. (2 by taylor-b, alvestrand) https://github.com/w3c/webrtc-stats/issues/107 - #109 RTCCodecStats needs `transportId` and `isRemote` to give it context (2 by taylor-b, alvestrand) https://github.com/w3c/webrtc-stats/issues/109 - #115 Where is the API? (2 by annevk, alvestrand) https://github.com/w3c/webrtc-stats/issues/115 - #105 Why is ssrc a DOMString? (1 by jesup) https://github.com/w3c/webrtc-stats/issues/105 - #112 What should `availableOutgoingBitrate`/`availableOutgoingBitrate` be for candidate pairs not in use? (1 by alvestrand) https://github.com/w3c/webrtc-stats/issues/112 Pull requests ------------- * w3c/webrtc-pc (+7/-6/💬20) 7 pull requests submitted: - fix warmp typo (by misi) https://github.com/w3c/webrtc-pc/pull/976 - fix name of html2text in makefile (by fluffy) https://github.com/w3c/webrtc-pc/pull/974 - Fix intrinsic object markup issues in error object (by aboba) https://github.com/w3c/webrtc-pc/pull/973 - Add Error Object (by aboba) https://github.com/w3c/webrtc-pc/pull/972 - Clarify wording on TypeError from addIceCandidate. (by jan-ivar) https://github.com/w3c/webrtc-pc/pull/971 - setParameters cannot add or remove simulcast encodings (by aboba) https://github.com/w3c/webrtc-pc/pull/970 - Spec fix (by LoonyBean) https://github.com/w3c/webrtc-pc/pull/969 6 pull requests merged: - fix warmp typo https://github.com/w3c/webrtc-pc/pull/976 - Fix intrinsic markup issues in error object https://github.com/w3c/webrtc-pc/pull/973 - Add Error Object https://github.com/w3c/webrtc-pc/pull/972 - Fixes for Hold Examples https://github.com/w3c/webrtc-pc/pull/953 - Add ufrag to IceCandidate, and use IceCandidate for end-of-candidates. https://github.com/w3c/webrtc-pc/pull/968 - setParameters cannot add or remove simulcast encodings https://github.com/w3c/webrtc-pc/pull/970 5 pull requests received 20 new comments: - #969 Make candidate argument in RTCPeerConnection#addIceCandidate non-nullable (14 by taylor-b, foolip, dontcallmedom, alvestrand, aboba) https://github.com/w3c/webrtc-pc/pull/969 - #968 Add ufrag to IceCandidate, and use IceCandidate for end-of-candidates. (2 by taylor-b, aboba) https://github.com/w3c/webrtc-pc/pull/968 - #850 Add Error Object (2 by aboba) https://github.com/w3c/webrtc-pc/pull/850 - #819 Trickle ufrag in ICE candidate events (1 by alvestrand) https://github.com/w3c/webrtc-pc/pull/819 - #953 Fixes for Hold Examples (1 by alvestrand) https://github.com/w3c/webrtc-pc/pull/953 * w3c/webrtc-stats (+3/-2/💬1) 3 pull requests submitted: - Adding minor clarification regarding stats object lifetime. (by taylor-b) https://github.com/w3c/webrtc-stats/pull/114 - Make tidy (by alvestrand) https://github.com/w3c/webrtc-stats/pull/104 - certificate stats: describe issuerCertificateId (by fippo) https://github.com/w3c/webrtc-stats/pull/102 2 pull requests merged: - Make tidy https://github.com/w3c/webrtc-stats/pull/104 - Added procedures for new stats https://github.com/w3c/webrtc-stats/pull/43 1 pull requests received 1 new comments: - #102 certificate stats: describe issuerCertificateId (1 by alvestrand) https://github.com/w3c/webrtc-stats/pull/102 Repositories tracked by this digest: ----------------------------------- * https://github.com/w3c/webrtc-pc * https://github.com/w3c/webrtc-stats
Received on Tuesday, 20 December 2016 17:00:24 UTC