- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 09 Mar 2021 17:00:18 +0000
- To: public-webrtc@w3.org
- Message-Id: <E1lJfiU-0000qo-Od@uranus.w3.org>
Issues
------
* w3c/webrtc-pc (+2/-1/💬2)
2 issues created:
- Add RTOMax to RTCDataChannelInit (by daonb)
https://github.com/w3c/webrtc-pc/issues/2629
- replaceTrack() called on a sender object from getSenders() on RTCPeerConnection does not work at receiver's end. (by anitoanto)
https://github.com/w3c/webrtc-pc/issues/2628
1 issues received 2 new comments:
- #2628 replaceTrack() called on a sender object from getSenders() on RTCPeerConnection does not work at receiver's end. (2 by fippo, henbos)
https://github.com/w3c/webrtc-pc/issues/2628
1 issues closed:
- replaceTrack() called on a sender object from getSenders() on RTCPeerConnection does not work at receiver's end. https://github.com/w3c/webrtc-pc/issues/2628
* w3c/webrtc-stats (+0/-0/💬6)
1 issues received 6 new comments:
- #595 Map out implementation status of getStats and make a plan (6 by alvestrand, henbos)
https://github.com/w3c/webrtc-stats/issues/595
* w3c/mediacapture-main (+0/-0/💬12)
2 issues received 12 new comments:
- #777 Document default settings applied to tracks created by getUserMedia (2 by youennf)
https://github.com/w3c/mediacapture-main/issues/777
- #775 what is the default channelCount (10 by bradisbell, henbos, jan-ivar, youennf)
https://github.com/w3c/mediacapture-main/issues/775
* w3c/webrtc-insertable-streams (+6/-0/💬14)
6 issues created:
- RTCInsertableStreams dictionary removed accidentally? (by foolip)
https://github.com/w3c/webrtc-insertable-streams/issues/72
- SFrameTransfor.setEncryptionKey cannot be set all possible keyID values (by youennf)
https://github.com/w3c/webrtc-insertable-streams/issues/69
- Add WPT tests covering RTCRtpScriptTransform (by youennf)
https://github.com/w3c/webrtc-insertable-streams/issues/68
- Add WPT tests covering SFrameTransform (by youennf)
https://github.com/w3c/webrtc-insertable-streams/issues/67
- Update examples to showcase RTCRtpScriptTransform (by youennf)
https://github.com/w3c/webrtc-insertable-streams/issues/66
- Should we rename SFrameTransform and RTCRtpScriptTransform (by youennf)
https://github.com/w3c/webrtc-insertable-streams/issues/65
3 issues received 14 new comments:
- #72 RTCInsertableStreams dictionary removed accidentally? (1 by youennf)
https://github.com/w3c/webrtc-insertable-streams/issues/72
- #65 Should we rename SFrameTransform and RTCRtpScriptTransform (7 by domenic, jan-ivar, youennf)
https://github.com/w3c/webrtc-insertable-streams/issues/65
- #61 Consider renaming to WebRTC Encoded Media Transform (6 by dontcallmedom, youennf)
https://github.com/w3c/webrtc-insertable-streams/issues/61
* w3c/mediacapture-insertable-streams (+1/-0/💬0)
1 issues created:
- Rename spec to Mediacapture Transform? (by alvestrand)
https://github.com/w3c/mediacapture-insertable-streams/issues/17
Pull requests
-------------
* w3c/webrtc-pc (+1/-0/💬0)
1 pull requests submitted:
- Update to latest ReSpec version (by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/2627
* w3c/webrtc-priority (+1/-0/💬0)
1 pull requests submitted:
- updated refs to IETF RFCs (by caribouW3)
https://github.com/w3c/webrtc-priority/pull/19
* w3c/mediacapture-main (+1/-0/💬0)
1 pull requests submitted:
- Update to latest ReSpec version (by dontcallmedom)
https://github.com/w3c/mediacapture-main/pull/778
* w3c/webrtc-extensions (+0/-0/💬1)
1 pull requests received 1 new comments:
- #37 Add a requestKeyframe() API (1 by youennf)
https://github.com/w3c/webrtc-extensions/pull/37 [Icebox]
* w3c/webrtc-insertable-streams (+8/-3/💬20)
8 pull requests submitted:
- Replace rtcObject with owner slot in the SFrame section (by youennf)
https://github.com/w3c/webrtc-insertable-streams/pull/76
- Fix SFrameTransportOptions typo (by youennf)
https://github.com/w3c/webrtc-insertable-streams/pull/75
- Detect missing references on build (by dontcallmedom)
https://github.com/w3c/webrtc-insertable-streams/pull/74
- Add back RTCInsertableStreams which was removed by error in PR62 (by youennf)
https://github.com/w3c/webrtc-insertable-streams/pull/73
- Fix IDL for DedicatedWorkerGlobalScope extension (by foolip)
https://github.com/w3c/webrtc-insertable-streams/pull/71
- Fix errors from partial interface DedicatedWorkerGlobalScope (by saschanaz)
https://github.com/w3c/webrtc-insertable-streams/pull/70
- Remove script transform variant API (by youennf)
https://github.com/w3c/webrtc-insertable-streams/pull/64
- Add youenn as editor (by youennf)
https://github.com/w3c/webrtc-insertable-streams/pull/63
6 pull requests received 20 new comments:
- #74 Detect missing references on build (6 by dontcallmedom, foolip, sidvishnoi)
https://github.com/w3c/webrtc-insertable-streams/pull/74
- #73 Add back RTCInsertableStreams which was removed by error in PR62 (5 by dontcallmedom, foolip, youennf)
https://github.com/w3c/webrtc-insertable-streams/pull/73
- #71 Fix IDL for DedicatedWorkerGlobalScope extension (1 by dontcallmedom)
https://github.com/w3c/webrtc-insertable-streams/pull/71
- #64 Remove script transform variant API (1 by youennf)
https://github.com/w3c/webrtc-insertable-streams/pull/64
- #63 Add youenn as editor (1 by henbos)
https://github.com/w3c/webrtc-insertable-streams/pull/63
- #62 Add API and algorithm to expose transform to workers (6 by alvestrand, guidou, youennf)
https://github.com/w3c/webrtc-insertable-streams/pull/62
3 pull requests merged:
- Fix errors from partial interface DedicatedWorkerGlobalScope
https://github.com/w3c/webrtc-insertable-streams/pull/70
- Add API and algorithm to expose transform to workers
https://github.com/w3c/webrtc-insertable-streams/pull/62
- Add youenn as editor
https://github.com/w3c/webrtc-insertable-streams/pull/63
* w3c/mediacapture-insertable-streams (+2/-0/💬1)
2 pull requests submitted:
- Set up to generate HTML automaticall from bikeshed (by dontcallmedom)
https://github.com/w3c/mediacapture-insertable-streams/pull/19
- Clarify Generator construction with required kind (by tprice11)
https://github.com/w3c/mediacapture-insertable-streams/pull/18
1 pull requests received 1 new comments:
- #18 Clarify Generator construction with required kind (1 by dontcallmedom)
https://github.com/w3c/mediacapture-insertable-streams/pull/18
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-priority
* 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
* https://github.com/w3c/webrtc-svc
* https://github.com/w3c/webrtc-extensions
* https://github.com/w3c/webrtc-provisional-stats
* https://github.com/w3c/webrtc-insertable-streams
* https://github.com/w3c/mediacapture-automation
* https://github.com/w3c/mediacapture-insertable-streams
* https://github.com/web-platform-tests/wpt
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 9 March 2021 17:00:21 UTC