- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 14 Aug 2018 17:00:47 +0000
- To: public-webrtc@w3.org
- Message-Id: <E1fpcgZ-0004Wg-S8@uranus.w3.org>
Issues ------ * w3c/webrtc-pc (+3/-1/💬10) 3 issues created: - Move Simulcast to Separate Document (by aboba) https://github.com/w3c/webrtc-pc/issues/1961 - Gatherer state vs gathering state (by steveanton) https://github.com/w3c/webrtc-pc/issues/1959 - Failed to execute 'insertDTMF' on 'RTCDTMFSender': The 'canInsertDTMF' attribute is false: this sender cannot send DTMF. (by jiaguolin) https://github.com/w3c/webrtc-pc/issues/1958 5 issues received 10 new comments: - #1959 Gatherer state vs gathering state (3 by steveanton, fippo, aboba) https://github.com/w3c/webrtc-pc/issues/1959 - #1958 Failed to execute 'insertDTMF' on 'RTCDTMFSender': The 'canInsertDTMF' attribute is false: this sender cannot send DTMF. (2 by fippo, aboba) https://github.com/w3c/webrtc-pc/issues/1958 - #1273 Events not bubbling (2 by jan-ivar, stefhak) https://github.com/w3c/webrtc-pc/issues/1273 [Editorial] - #1546 Use automatically generated default toJSON() method (when available) (2 by jan-ivar, stefhak) https://github.com/w3c/webrtc-pc/issues/1546 [Editorial] - #1619 canInsertDTMF transitions not specified (1 by aboba) https://github.com/w3c/webrtc-pc/issues/1619 [PR exists] 1 issues closed: - Superfluous union in addIceCandidate. https://github.com/w3c/webrtc-pc/issues/1954 [PR exists] * w3c/webrtc-quic (+5/-1/💬4) 5 issues created: - RTCQuicTransport constructed with no certificates (by steveanton) https://github.com/w3c/webrtc-quic/issues/41 - quicstream vs stream event (by steveanton) https://github.com/w3c/webrtc-quic/issues/38 - More details for stop() (by steveanton) https://github.com/w3c/webrtc-quic/issues/37 - Multiple RTCCertificate fingerprints reflected in RTCQuicParameters.fingerprints (by steveanton) https://github.com/w3c/webrtc-quic/issues/33 - Exception type: InvalidParameter? (by steveanton) https://github.com/w3c/webrtc-quic/issues/32 4 issues received 4 new comments: - #32 Exception type: InvalidParameter? (1 by aboba) https://github.com/w3c/webrtc-quic/issues/32 - #33 Multiple RTCCertificate fingerprints reflected in RTCQuicParameters.fingerprints (1 by aboba) https://github.com/w3c/webrtc-quic/issues/33 - #37 More details for stop() (1 by aboba) https://github.com/w3c/webrtc-quic/issues/37 - #41 RTCQuicTransport constructed with no certificates (1 by aboba) https://github.com/w3c/webrtc-quic/issues/41 1 issues closed: - Exception type: InvalidParameter? https://github.com/w3c/webrtc-quic/issues/32 [PR exists] * w3c/webrtc-ice (+3/-0/💬6) 3 issues created: - addRemoteCandidate: Action on illegal candidate not specified (by alvestrand) https://github.com/w3c/webrtc-ice/issues/19 - Re-calling Start: Changed parameters confused? (by alvestrand) https://github.com/w3c/webrtc-ice/issues/18 - Why is a new event type "localcandidate" introduced here? (by alvestrand) https://github.com/w3c/webrtc-ice/issues/16 2 issues received 6 new comments: - #4 RTCIceTransport role before start() called (4 by foolip, lgrahl, alvestrand) https://github.com/w3c/webrtc-ice/issues/4 [PR needed] - #16 Why is a new event type "localcandidate" introduced here? (2 by henbos, aboba) https://github.com/w3c/webrtc-ice/issues/16 Pull requests ------------- * w3c/webrtc-pc (+4/-3/💬4) 4 pull requests submitted: - Remove simulcast material and refer to simulcast draft (by aboba) https://github.com/w3c/webrtc-pc/pull/1963 [Simulcast] - Remove simulcast material and refer to simulcast draft (by aboba) https://github.com/w3c/webrtc-pc/pull/1962 - Changed to use respec's [Default] definition of toJSON. (by stefhak) https://github.com/w3c/webrtc-pc/pull/1960 - canInsertDTMF transitions (by aboba) https://github.com/w3c/webrtc-pc/pull/1957 3 pull requests received 4 new comments: - #1962 Remove simulcast material and refer to simulcast draft (2 by alvestrand, aboba) https://github.com/w3c/webrtc-pc/pull/1962 - #1955 Remove superfluous union on addIceCandidate (1 by stefhak) https://github.com/w3c/webrtc-pc/pull/1955 - #1957 canInsertDTMF transitions (1 by aboba) https://github.com/w3c/webrtc-pc/pull/1957 3 pull requests merged: - Make Section references more specific https://github.com/w3c/webrtc-pc/pull/1956 [Editorial] - Remove superfluous union on addIceCandidate https://github.com/w3c/webrtc-pc/pull/1955 - Added checks to make sure maxFramerate is not negative. https://github.com/w3c/webrtc-pc/pull/1953 * w3c/webrtc-quic (+5/-1/💬5) 5 pull requests submitted: - RTCQuicTransport Constructor Checks (and internal slots) (by aboba) https://github.com/w3c/webrtc-quic/pull/40 - Change onstream to onquicstream (by aboba) https://github.com/w3c/webrtc-quic/pull/39 - Clarification on FIN bit receiving on a stream (by aboba) https://github.com/w3c/webrtc-quic/pull/36 - fingerprint algorithm guidance (by aboba) https://github.com/w3c/webrtc-quic/pull/35 - InvalidAccessError for expired certificate (by aboba) https://github.com/w3c/webrtc-quic/pull/34 3 pull requests received 5 new comments: - #34 InvalidAccessError for expired certificate (2 by steveanton, aboba) https://github.com/w3c/webrtc-quic/pull/34 - #35 fingerprint algorithm guidance (2 by steveanton, aboba) https://github.com/w3c/webrtc-quic/pull/35 - #36 Clarification on a stream receiving a FIN bit (1 by aboba) https://github.com/w3c/webrtc-quic/pull/36 1 pull requests merged: - InvalidAccessError for expired certificate https://github.com/w3c/webrtc-quic/pull/34 * w3c/webrtc-ice (+1/-0/💬0) 1 pull requests submitted: - Changed "onlocalcandidate" event to "onicecandidate" (by alvestrand) https://github.com/w3c/webrtc-ice/pull/17 Repositories tracked by this digest: ----------------------------------- * https://github.com/w3c/webrtc-pc * https://github.com/w3c/webrtc-stats * https://github.com/w3c/webrtc-charter * https://github.com/w3c/webrtc-dscp-exp * https://github.com/w3c/webrtc-quic * https://github.com/w3c/webrtc-ice
Received on Tuesday, 14 August 2018 17:00:50 UTC