- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 11 Dec 2018 17:01:17 +0000
- To: public-webrtc@w3.org
- Message-Id: <E1gWlPJ-0005Ed-57@uranus.w3.org>
Issues
------
* w3c/webrtc-pc (+1/-7/💬23)
1 issues created:
- Allow addIceCandidate(null) for backwards compatibility w/adapter (by jan-ivar)
https://github.com/w3c/webrtc-pc/issues/2039
8 issues received 23 new comments:
- #2035 More simulcast examples (8 by aboba, Orphis, amithilbuch, alvestrand)
https://github.com/w3c/webrtc-pc/issues/2035
- #2039 Allow addIceCandidate(null) for backwards compatibility w/adapter (7 by steveanton, lgrahl, fippo, jan-ivar)
https://github.com/w3c/webrtc-pc/issues/2039
- #2019 Start using new issue labels (2 by henbos, alvestrand)
https://github.com/w3c/webrtc-pc/issues/2019
- #2011 Matching of origin for RTCCertificate objects is unclear (2 by youennf)
https://github.com/w3c/webrtc-pc/issues/2011
- #1961 Create separate SVC document (1 by aboba)
https://github.com/w3c/webrtc-pc/issues/1961 [PR exists] [WebRTC NV]
- #2027 special-casing of a=msid:- (1 by henbos)
https://github.com/w3c/webrtc-pc/issues/2027
- #2031 Partially connected peerconnection might have "new" connectionstate. (1 by jonasesolsson)
https://github.com/w3c/webrtc-pc/issues/2031 [Ready for PR]
- #2006 setCodecPreferences and transceiver direction change (1 by henbos)
https://github.com/w3c/webrtc-pc/issues/2006 [Needs Test] [PR exists] [TPAC 2018]
7 issues closed:
- Allow addIceCandidate(null) for backwards compatibility w/adapter https://github.com/w3c/webrtc-pc/issues/2039 [PR exists]
- Partially connected peerconnection might have "new" connectionstate. https://github.com/w3c/webrtc-pc/issues/2031 [Ready for PR]
- Start using new issue labels https://github.com/w3c/webrtc-pc/issues/2019
- Create separate SVC document https://github.com/w3c/webrtc-pc/issues/1961 [PR exists] [WebRTC NV]
- Make RTCDtlsTransport.getRemoteCertificates asynchronous? https://github.com/w3c/webrtc-pc/issues/2034 [PR exists]
- Using codecPayloadType with addTransceiver() https://github.com/w3c/webrtc-pc/issues/2008 [PR exists] [Simulcast] [TPAC 2018]
- setCodecPreferences and transceiver direction change https://github.com/w3c/webrtc-pc/issues/2006 [PR exists] [TPAC 2018]
* w3c/webrtc-quic (+3/-1/💬15)
3 issues created:
- How do we handle CORS and origins? (by pthatcherg)
https://github.com/w3c/webrtc-quic/issues/97
- URL scheme (by aboba)
https://github.com/w3c/webrtc-quic/issues/96 [client-server]
- What should the ALPN value be? (by pthatcherg)
https://github.com/w3c/webrtc-quic/issues/93
4 issues received 15 new comments:
- #91 Firewall traversal (10 by johnwason, pthatcherg, aboba)
https://github.com/w3c/webrtc-quic/issues/91 [client-server]
- #77 Adding support for DATAGRAM (3 by pthatcherg, johnwason)
https://github.com/w3c/webrtc-quic/issues/77 [Ready for PR]
- #96 URL scheme (1 by pthatcherg)
https://github.com/w3c/webrtc-quic/issues/96 [client-server]
- #90 Refactoring P2P API based on objects in client-server API (1 by aboba)
https://github.com/w3c/webrtc-quic/issues/90 [PR exists]
1 issues closed:
- Refactoring P2P API based on objects in client-server API https://github.com/w3c/webrtc-quic/issues/90 [PR exists]
* w3c/webrtc-nv-use-cases (+0/-1/💬0)
1 issues closed:
- Remove Secure Communications Use Case https://github.com/w3c/webrtc-nv-use-cases/issues/19 [PR exists]
* w3c/mediacapture-main (+0/-0/💬1)
1 issues received 1 new comments:
- #554 Specify a way for WebDriver to add/remove/setup capture devices (1 by agouaillard-cosmo)
https://github.com/w3c/mediacapture-main/issues/554
* w3c/mediacapture-screen-share (+1/-0/💬3)
1 issues created:
- MediaStreamTrackCapabilities (by henbos)
https://github.com/w3c/mediacapture-screen-share/issues/93
2 issues received 3 new comments:
- #79 Constraint to exclude application audio (echo) (2 by henbos, suhasHere)
https://github.com/w3c/mediacapture-screen-share/issues/79 [PR exists] [TPAC 2018]
- #93 MediaStreamTrackCapabilities (1 by alvestrand)
https://github.com/w3c/mediacapture-screen-share/issues/93
Pull requests
-------------
* w3c/webrtc-pc (+4/-5/💬12)
4 pull requests submitted:
- Refer to whatwg same-origin and current settings to define the certificate origin check (by youennf)
https://github.com/w3c/webrtc-pc/pull/2041
- Allow addIceCandidate(null) again for backwards comp and symmetry. (by jan-ivar)
https://github.com/w3c/webrtc-pc/pull/2040
- getRemoteCertificates() to use an internal slot. (by henbos)
https://github.com/w3c/webrtc-pc/pull/2038
- Make codecPayloadType read-only (by henbos)
https://github.com/w3c/webrtc-pc/pull/2037
8 pull requests received 12 new comments:
- #2037 Make codecPayloadType read-only (3 by henbos, Orphis)
https://github.com/w3c/webrtc-pc/pull/2037
- #1996 Simulcast behavior (2 by henbos, alvestrand)
https://github.com/w3c/webrtc-pc/pull/1996 [Simulcast]
- #2040 Allow addIceCandidate(null) again for backwards comp and symmetry. (2 by lgrahl, aboba)
https://github.com/w3c/webrtc-pc/pull/2040 [Needs Test]
- #2018 Add AddressFamily knob for TURN (1 by alvestrand)
https://github.com/w3c/webrtc-pc/pull/2018
- #2030 Specify how codec preferences is affected by direction. (1 by henbos)
https://github.com/w3c/webrtc-pc/pull/2030
- #2001 Describing which media description is offerer tagged. (1 by henbos)
https://github.com/w3c/webrtc-pc/pull/2001
- #2036 Cleanup connection states. (1 by henbos)
https://github.com/w3c/webrtc-pc/pull/2036
- #2041 Refer to whatwg same-origin and current settings to define the certificate origin check (1 by youennf)
https://github.com/w3c/webrtc-pc/pull/2041
5 pull requests merged:
- Allow addIceCandidate(null) again for backwards comp and symmetry.
https://github.com/w3c/webrtc-pc/pull/2040 [Editors can integrate] [Needs Test]
- getRemoteCertificates() to use an internal slot.
https://github.com/w3c/webrtc-pc/pull/2038
- Make codecPayloadType read-only
https://github.com/w3c/webrtc-pc/pull/2037
- Cleanup connection states.
https://github.com/w3c/webrtc-pc/pull/2036
- Specify how codec preferences is affected by direction.
https://github.com/w3c/webrtc-pc/pull/2030
* w3c/webrtc-stats (+0/-1/💬0)
1 pull requests merged:
- Add networkType fingerprint warning
https://github.com/w3c/webrtc-stats/pull/380 [Submitter input needed]
* w3c/webrtc-quic (+2/-2/💬17)
2 pull requests submitted:
- Delete index.html (by pthatcherg)
https://github.com/w3c/webrtc-quic/pull/95
- Archive old draft and move p2p.html to index.html (by aboba)
https://github.com/w3c/webrtc-quic/pull/94
5 pull requests received 17 new comments:
- #89 Add support for sending and receiving datagrams (7 by pthatcherg, shampson, aboba, ianswett)
https://github.com/w3c/webrtc-quic/pull/89
- #73 Add support for client/server without ICE (5 by pthatcherg, aboba)
https://github.com/w3c/webrtc-quic/pull/73
- #84 Added stream creation to use Promises. (2 by shampson)
https://github.com/w3c/webrtc-quic/pull/84
- #94 Archive old draft and move p2p.html to index.html (2 by pthatcherg, aboba)
https://github.com/w3c/webrtc-quic/pull/94
- #95 Delete index.html (1 by pthatcherg)
https://github.com/w3c/webrtc-quic/pull/95
2 pull requests merged:
- Archive old draft and move p2p.html to index.html
https://github.com/w3c/webrtc-quic/pull/94
- Add support for client/server without ICE
https://github.com/w3c/webrtc-quic/pull/73
* w3c/webrtc-nv-use-cases (+0/-1/💬0)
1 pull requests merged:
- Remove secure communications use-case
https://github.com/w3c/webrtc-nv-use-cases/pull/18
* w3c/mediacapture-screen-share (+1/-0/💬3)
1 pull requests submitted:
- Define originAudio (by henbos)
https://github.com/w3c/mediacapture-screen-share/pull/94
1 pull requests received 3 new comments:
- #94 Define originAudio (3 by henbos, uysalere)
https://github.com/w3c/mediacapture-screen-share/pull/94
Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/webrtc-pc
* https://github.com/w3c/webrtc-identity
* 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
* https://github.com/w3c/webrtc-nv-use-cases
* https://github.com/w3c/mediacapture-main
* https://github.com/w3c/mediacapture-record
* https://github.com/w3c/mediacapture-image
* https://github.com/w3c/mediacapture-depth
* https://github.com/w3c/mediacapture-fromelement
* https://github.com/w3c/mediacapture-output
* https://github.com/w3c/mediacapture-screen-share
* https://github.com/w3c/mst-content-hint
Received on Tuesday, 11 December 2018 17:01:19 UTC