Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

flutter-webrtc

Flutter WebRTC plugin for Mobile/Desktop/Web
Collective - Host: opensource - https://opencollective.com/flutter-webrtc - Website: https://t.co/tBHi7CITUg - Code: https://github.com/cloudwebrtc/flutter-webrtc

web: avoid removing all audio elements when stopping a single video renderer (#667)

* [Web] Audio bug fix (#1)

* properly cleanup srcObject to avoid accidental dispose

* Only...

github.com/flutter-webrtc/flutter-webrtc - 4276dfa706102ead872276890322979bb511f276 authored over 3 years ago by David Zhao <[email protected]>
Update FUNDING.yml

github.com/flutter-webrtc/flutter-webrtc - 4d3a02e86efec657022169b10f2409d754a1afc1 authored over 3 years ago by CloudWebRTC <[email protected]>
properly cleanup srcObject to avoid accidental dispose (#660)

github.com/flutter-webrtc/flutter-webrtc - c96d2de7fad8cf0a38d18988265f5b079985ac2a authored over 3 years ago by David Zhao <[email protected]>
Removed warnings (#647)

github.com/flutter-webrtc/flutter-webrtc - 2a5ed40207529113af093589dc67b7eff0bb164d authored over 3 years ago by Alexandr Topilski <[email protected]>
[web] Switch transferFromImageBitmap to be invoked using js.callMethod (#631)

The current implementation of captureFrame works in debug mode but fails in
profile and release...

github.com/flutter-webrtc/flutter-webrtc - 6b42c510e78dc767a50821ae995005129b748570 authored over 3 years ago by Ken Oung <[email protected]>
Fix sending binary data over DataChannel in web implementation. (#634)

github.com/flutter-webrtc/flutter-webrtc - e5b80061836464109c0d48e27b64ef5b000e829c authored over 3 years ago by ravenblackx <[email protected]>
Update README.md

github.com/flutter-webrtc/flutter-webrtc - b81b19e0855609760f21ad8429d2c775a92ace0d authored over 3 years ago by CloudWebRTC <[email protected]>
Update README.md

github.com/flutter-webrtc/flutter-webrtc - 43e5ace33d32fe3b10e9a754cfb57a5b84b99dc9 authored over 3 years ago by CloudWebRTC <[email protected]>
nullable return for GetLocalDescription/GetRemoteDiscription (darwin).

github.com/flutter-webrtc/flutter-webrtc - 2a9ec030a2ffae1782a03613cb08d95a6f634894 authored over 3 years ago by CloudWebRTC <[email protected]>
Update README.md

github.com/flutter-webrtc/flutter-webrtc - 562a5ed313736554b7f012822a3c278c11792a66 authored over 3 years ago by CloudWebRTC <[email protected]>
[Darwin] fix incorrect argument name at RTCRtpSender (#600)

github.com/flutter-webrtc/flutter-webrtc - 7a6f8282dde9ecaf4f56448b54b88bfe7436fc18 authored over 3 years ago by Jungjun Park <[email protected]>
Update Stream sponsorship URL (#599)

github.com/flutter-webrtc/flutter-webrtc - 91287f53b0ec262f749cf5d9e4db84c6b55a1b77 authored over 3 years ago by Neevash Ramdial (Nash) <[email protected]>
Add new sponsor.

github.com/flutter-webrtc/flutter-webrtc - 4a1c10ac22719683e95160ac32d1fe3213aa4223 authored over 3 years ago by CloudWebRTC <[email protected]>
fix: null check (#595)

github.com/flutter-webrtc/flutter-webrtc - 994cbb99ad8f02f7d8253efed0d6c8e7128bdbb4 authored over 3 years ago by Ibragim Abbasov <[email protected]>
fix exception raised at RTCPeerConnection.removeTrack and RTCRtpSender.setParameters (#588)

github.com/flutter-webrtc/flutter-webrtc - 72b6be91affb849b93da3c82537460364f81da9a authored over 3 years ago by Jungjun Park <[email protected]>
Add label getter to DataChannel Interface (#585)

Co-authored-by: Ryan Shumate <[email protected]>

github.com/flutter-webrtc/flutter-webrtc - 6e25b75aa84c065d8f375f311104287c2ef19649 authored over 3 years ago by Ryan S <[email protected]>
Fix application exit null-pointer exception (#582)

When application exits, it throws an exception:
Exception 'java.lang.NullPointerException' occu...

github.com/flutter-webrtc/flutter-webrtc - cbff1e7c444093a4c13e9d851f24cf1e39dbf883 authored over 3 years ago by Peter Antoniac <[email protected]>
[Android] falling back to the first available camera fix #580 (#581)

Co-authored-by: Ayman-Barghout <[email protected]>

github.com/flutter-webrtc/flutter-webrtc - 1ed16f97a410a68932a091a48331bb7cad806cf3 authored over 3 years ago by Ayman Barghout <[email protected]>
Merge branch 'master' of https://github.com/flutter-webrtc/flutter-webrtc

github.com/flutter-webrtc/flutter-webrtc - 47b01342ab410587a57a244f885a2ae04d1e85a0 authored over 3 years ago by cloudwebrtc <[email protected]>
Merge branch 'master' of https://github.com/flutter-webrtc/flutter-webrtc

github.com/flutter-webrtc/flutter-webrtc - 9e84d6c5fb1b316c092854afac76186332d3b220 authored over 3 years ago by cloudwebrtc <[email protected]>
Update rtc_rtp_transceiver_impl.dart

github.com/flutter-webrtc/flutter-webrtc - ca556a4e0c31ed53c9234b6319478f3b30d2798a authored over 3 years ago by CloudWebRTC <[email protected]>
Upgrade version to 0.6.4.

github.com/flutter-webrtc/flutter-webrtc - 51e46216973e0da0872b77d02534c572e9d0655f authored over 3 years ago by cloudwebrtc <[email protected]>
Update FlutterWebRTCPlugin.m

github.com/flutter-webrtc/flutter-webrtc - c1b61b626c5d99e841f0a7e4eabde0fe61bef425 authored over 3 years ago by CloudWebRTC <[email protected]>
[Darwin] Fix incorrect syntax in private api in `RTCConfiguration` #565 (#566)

Co-authored-by: Ayman-Barghout <[email protected]>

github.com/flutter-webrtc/flutter-webrtc - a3c79bd0ff1adfc7cc13df415d6d509d00f702c6 authored over 3 years ago by Ayman Barghout <[email protected]>
[Android] Screen share orientation fix #495. (#562)

Co-authored-by: Ayman-Barghout <[email protected]>

github.com/flutter-webrtc/flutter-webrtc - d0f37137713e4e977435607e7594294500fdb478 authored over 3 years ago by Ayman Barghout <[email protected]>
Add slack channel.

github.com/flutter-webrtc/flutter-webrtc - 364753d4e2263596665352c8f92f617f3f08a6bf authored over 3 years ago by CloudWebRTC <[email protected]>
Merge branch 'master' of https://github.com/flutter-webrtc/flutter-webrtc

github.com/flutter-webrtc/flutter-webrtc - 3a9f2dfec50a7e44f03ae6d884660a3ab294338e authored over 3 years ago by cloudwebrtc <[email protected]>
Add more private api in createPeerConnection for darwin.

github.com/flutter-webrtc/flutter-webrtc - d3eaf1698fa7c302fd41215be20905efeb20991e authored over 3 years ago by cloudwebrtc <[email protected]>
Getting screen content can only be successful for the first time (#523)

github.com/flutter-webrtc/flutter-webrtc - 0cba6639351c144046d0c796a503e0b6eef10e81 authored over 3 years ago by tygm <[email protected]>
Do not call reStartCamera() for screen capture (#552)

* Do not call reStartCamera() for screen capture

* Add configuration "cryptoOptions" in parse...

github.com/flutter-webrtc/flutter-webrtc - cfa1e88a48c3f6f168d196543fd02c370d16fd70 authored over 3 years ago by XuanTung95 <[email protected]>
Multiple bug fixes and improvements (Thanks @wskfjtheqian)

- Change getLocalDescription,getRemoteDescription,RTCRtpSenderWeb.track returns to nullable.

...

github.com/flutter-webrtc/flutter-webrtc - d47e5af93579a5dd240ad3fe5af556e7a591b2ce authored over 3 years ago by 何乾 <[email protected]>
Upgrade version to 0.6.3.

github.com/flutter-webrtc/flutter-webrtc - a7e0aa97ca76e0e24f1abf0bffcf1f1df25e9af5 authored over 3 years ago by cloudwebrtc <[email protected]>
Change RTCRtpSender.track to nullable.

github.com/flutter-webrtc/flutter-webrtc - 44fbefd7867da5cb7782b9e091fd877cff70f5ba authored over 3 years ago by cloudwebrtc <[email protected]>
Upgrade version 0.6.2.

github.com/flutter-webrtc/flutter-webrtc - ab6e6c83c52d83cdbbadc243fbee98af671a0454 authored over 3 years ago by cloudwebrtc <[email protected]>
Add flutter_background, fix screen capture simple for Android.

github.com/flutter-webrtc/flutter-webrtc - 0c21fa5880e904fa53ecc9e09b374724dd861c27 authored over 3 years ago by cloudwebrtc <[email protected]>
Use enumerateDevices instead of getSources.

github.com/flutter-webrtc/flutter-webrtc - 128f31393781bd34d884ce07a188ef6b842518ab authored over 3 years ago by cloudwebrtc <[email protected]>
Update pubspec.yaml

github.com/flutter-webrtc/flutter-webrtc - c1d74ccc51c4ad0db3a32be483d86260c109728a authored over 3 years ago by CloudWebRTC <[email protected]>
Upgrade version to 0.6.1.

github.com/flutter-webrtc/flutter-webrtc - c24b8ab3d36581d3bce88ef59f4d1660b8802254 authored over 3 years ago by cloudwebrtc <[email protected]>
Improve examples.

github.com/flutter-webrtc/flutter-webrtc - b3f81e339a62b7b441dd65450ddc975e16db4006 authored over 3 years ago by cloudwebrtc <[email protected]>
fix #512,close #513.

github.com/flutter-webrtc/flutter-webrtc - a38c858b51852eff617cd8ba8d61e503c3157e15 authored over 3 years ago by cloudwebrtc <[email protected]>
Merge branch 'master' of https://github.com/flutter-webrtc/flutter-webrtc

github.com/flutter-webrtc/flutter-webrtc - af0993d114645cddcd7c3915205a737a864f3c7a authored over 3 years ago by cloudwebrtc <[email protected]>
Add more pub point.

github.com/flutter-webrtc/flutter-webrtc - 018d0e768051530b8288bb7c24532b0d1611d4ee authored over 3 years ago by cloudwebrtc <[email protected]>
Update pubspec.yaml

github.com/flutter-webrtc/flutter-webrtc - 36aff8c1a75d7d91c5bd956616c16e3224cf8a86 authored over 3 years ago by CloudWebRTC <[email protected]>
Upgrade version to 0.6.0.

github.com/flutter-webrtc/flutter-webrtc - 570234134863e30a8cca6f060496f48deca05b02 authored over 3 years ago by cloudwebrtc <[email protected]>
Null safety (#516)

* BREAKING CHANGES - MediaStream.getTrackById can throw an eeception if the track if not found
...

github.com/flutter-webrtc/flutter-webrtc - 8d37879bf68e96d10e583e9ce56db00827d23bc6 authored over 3 years ago by CloudWebRTC <[email protected]>
Clip behaviour (#511)

github.com/flutter-webrtc/flutter-webrtc - de60bd92ca4cce089644091048984b52b59e5df4 authored over 3 years ago by Thomas Huulbæk Titanium <[email protected]>
修改切换摄像头的方式,只使用前后切换。原因华为手机返回的摄像头数量与实际数量不符,在多次切换摄像头后会切换到不存在的摄像头上。 (#508)

github.com/flutter-webrtc/flutter-webrtc - b1a44c3cc4961786d40a4d69afe935b41a3e6d95 authored over 3 years ago by 代码人生 <[email protected]>
fix signalingState & iceConnectionState event name (#502)

switch signalingState & iceConnectionState event name sink back to flutter on Windows platform

github.com/flutter-webrtc/flutter-webrtc - 96da9497f7b11709038ae54fe03a1a1b3fa47249 authored over 3 years ago by FourLeafTec <[email protected]>
Update stale.yml

github.com/flutter-webrtc/flutter-webrtc - 14c8e8626a6a744958871f9233b69999de6d616f authored almost 4 years ago by CloudWebRTC <[email protected]>
Merge branch 'master' of https://github.com/flutter-webrtc/flutter-webrtc

github.com/flutter-webrtc/flutter-webrtc - ca27c5af32fe05996f7156b33027e1da20fa62ea authored almost 4 years ago by cloudwebrtc <[email protected]>
fix issue #478.

github.com/flutter-webrtc/flutter-webrtc - a80e742af1192114abd52931384794f40b11c01e authored almost 4 years ago by cloudwebrtc <[email protected]>
Add Stream sponsorship (#475)

github.com/flutter-webrtc/flutter-webrtc - fc5847cb7f43b1fea8428217c1071fa0d908e56b authored almost 4 years ago by Neevash Ramdial (Nash) <[email protected]>
Fix setMicrophoneMute (#466)

github.com/flutter-webrtc/flutter-webrtc - 0bc90b328e44af426083e2bbcf3f5687ec65a1c8 authored almost 4 years ago by Samuel Gunawan <[email protected]>
[Web] Fix pc.addTransceiver method, fix RTCRtpMediaType to string, fix #437.

github.com/flutter-webrtc/flutter-webrtc - 61d473e4f53bb2164d9f5a905744fa9208028d59 authored almost 4 years ago by cloudwebrtc <[email protected]>
Install stalebot.

github.com/flutter-webrtc/flutter-webrtc - 1df92c2f9ee6e7d5769f82f4d03c25f695c43619 authored almost 4 years ago by cloudwebrtc <[email protected]>
upgrade version to 0.5.8.

github.com/flutter-webrtc/flutter-webrtc - 3feab0daf133c3a4efdd96aba26b4886995595dd authored almost 4 years ago by cloudwebrtc <[email protected]>
Fix compile error for macos.

github.com/flutter-webrtc/flutter-webrtc - 5dddd58848db39275f0b2543c8f47287492d5a1d authored almost 4 years ago by cloudwebrtc <[email protected]>
Update README.md

github.com/flutter-webrtc/flutter-webrtc - 59fd63ee1b7ef7b201ae19ba5d0e19e80f092def authored almost 4 years ago by CloudWebRTC <[email protected]>
Add support for windows. (#290)

* Add support for windows.

* Add .clang-format.

* Fix compile error for windows.

* Fix ...

github.com/flutter-webrtc/flutter-webrtc - 10ae7e90b6b0098e23242f7133016b08cee51fd4 authored almost 4 years ago by CloudWebRTC <[email protected]>
Update README.md

github.com/flutter-webrtc/flutter-webrtc - e9829ff7e7061f198ce17c46acda754af5e66f17 authored almost 4 years ago by CloudWebRTC <[email protected]>
[WIP] - Selecting an audio output (#422)

* Initial code

* FIX - enumerateDevices cast
Example - Add list audiooutputs for native.

github.com/flutter-webrtc/flutter-webrtc - c2ce4767bcc9635f5f317b134f0500a8c4d482b5 authored almost 4 years ago by wer-mathurin <[email protected]>
Add FilterQuality to RTCVideoView

github.com/flutter-webrtc/flutter-webrtc - f9c4050d0ab82e2c33da0cc76d791d2a09fb1806 authored almost 4 years ago by Thomas T <[email protected]>
Update README.md

github.com/flutter-webrtc/flutter-webrtc - 33277024c46327bbb04fe43bec5d2866b99097f4 authored almost 4 years ago by CloudWebRTC <[email protected]>
Bluetooth switching enabled when switching `enableSpeakerphone` value (if they are connected). #201 (#435)

* [iOS] Bluetooth devices are now allowed when setting `enableSpeakerphone` to false.

* [Andr...

github.com/flutter-webrtc/flutter-webrtc - da12051cd8452694c247d0a85a1c295e39ed6110 authored about 4 years ago by Ayman Barghout <[email protected]>
Increase necessary Android min SDK version after add Unified-Plan API

github.com/flutter-webrtc/flutter-webrtc - bb4dafd289be53eeb1a25bdcea1f06691c60ab14 authored about 4 years ago by Yurii Cherniavskyi <[email protected]>
Fix getDisplayMedia with audio, close #430.

github.com/flutter-webrtc/flutter-webrtc - 828076ffc2553dfb20e4962349d3a2be1d967950 authored about 4 years ago by cloudwebrtc <[email protected]>
[WIP] - Add API documentation and missing entries for MediaStream, MediaStreamTrack and MediaDevice (#417)

MediaStream API - documentation
MediaDevice API - documentation
MediaStreamTrack API - documen...

github.com/flutter-webrtc/flutter-webrtc - 1d32678d02375e68f35953b050e2c42de2a8828e authored about 4 years ago by wer-mathurin <[email protected]>
Unified plan gettracks (#420)

* - add method to lookup the track in the transceivers
- tidy a few names

* remove the verbo...

github.com/flutter-webrtc/flutter-webrtc - cf9f632893c961a5f31d576195ebf4903d36db82 authored about 4 years ago by itsthetaste <[email protected]>
Upgrade verstion to 0.5.7.

github.com/flutter-webrtc/flutter-webrtc - a0a43e9180587fe56998f782e58df22f6e89847a authored about 4 years ago by cloudwebrtc <[email protected]>
[Web] Fix events callback for peerconnection.

github.com/flutter-webrtc/flutter-webrtc - 9bdc491daeb68f2835d44833098320760a01df71 authored about 4 years ago by cloudwebrtc <[email protected]>
Add getStats for RTPSender/RTPReceiver.

github.com/flutter-webrtc/flutter-webrtc - bc8e3ce96618c05487bf23278335c5a3d64a94d9 authored about 4 years ago by cloudwebrtc <[email protected]>
Add onResize event for RTCVideoRenderer.

github.com/flutter-webrtc/flutter-webrtc - cb9e383f997f5404f68b2468b330f19294060606 authored about 4 years ago by cloudwebrtc <[email protected]>
Upgrade version to 0.5.5.

github.com/flutter-webrtc/flutter-webrtc - 982bdb43cd865ba39b08da1c7658646cf1a378bb authored about 4 years ago by cloudwebrtc <[email protected]>
fix simulcast issue.

github.com/flutter-webrtc/flutter-webrtc - 40bde2ae3db08691427cb474db48618754256083 authored about 4 years ago by cloudwebrtc <[email protected]>
Upgrade version to 0.5.4.

github.com/flutter-webrtc/flutter-webrtc - f4c1f89f4ceea0a31300f37caa56ea26dea4f779 authored about 4 years ago by cloudwebrtc <[email protected]>
Add videoWidth/videoHeight getter for RTCVideoRenderer.

github.com/flutter-webrtc/flutter-webrtc - 49628778f24fea0dc0aa018f69b38e2425a8dae6 authored about 4 years ago by cloudwebrtc <[email protected]>
[Web] Add optional parameter track to call getStats.

github.com/flutter-webrtc/flutter-webrtc - 960e22a87a3b15e6209d3c5bd621bf56bfe824d2 authored about 4 years ago by cloudwebrtc <[email protected]>
Upgrade version to 0.5.3.

github.com/flutter-webrtc/flutter-webrtc - fdbcdaa00939d37c0b11f0891f91e6af50773b99 authored about 4 years ago by cloudwebrtc <[email protected]>
Remove unused code.

github.com/flutter-webrtc/flutter-webrtc - d40520cd9721278d136fa6c65df00038757b6572 authored about 4 years ago by cloudwebrtc <[email protected]>
Upgrade version to 0.5.2.

github.com/flutter-webrtc/flutter-webrtc - b1adf94f8088bed531280fc7985d516c063eac8f authored about 4 years ago by cloudwebrtc <[email protected]>
Improve web code.

github.com/flutter-webrtc/flutter-webrtc - 05eeda53e2df0b07e92b3ffbe4445ac13a112d45 authored about 4 years ago by cloudwebrtc <[email protected]>
Upgrade version to 0.5.1.

github.com/flutter-webrtc/flutter-webrtc - bc141f4ec8902328f9029d186a63129fbf3f3617 authored about 4 years ago by cloudwebrtc <[email protected]>
Fix bug for web.

github.com/flutter-webrtc/flutter-webrtc - b031ec4235abc211041080d020b39e4252b04d19 authored about 4 years ago by cloudwebrtc <[email protected]>
Add getSenders,getSenders,getTransceivers methods.

github.com/flutter-webrtc/flutter-webrtc - 1d9f144a07dccc2cb0915954705cc87e18e1c6d6 authored about 4 years ago by cloudwebrtc <[email protected]>
Remove the --androidx parameter in the flutter create command.

github.com/flutter-webrtc/flutter-webrtc - 3a6b0877f12771bcab6c984069771d14eca556bd authored about 4 years ago by cloudwebrtc <[email protected]>
Add hotfix version 0.5.0+1.

github.com/flutter-webrtc/flutter-webrtc - 6eeee7eb6aaef2bd91027931676cc4598f87e99f authored about 4 years ago by cloudwebrtc <[email protected]>
Remove dart-webrtc and reuse the code in dart:html.

* Because the code generated by package:js cannot be run in dart2js.

github.com/flutter-webrtc/flutter-webrtc - f27ba662514e1f82a045db11636d6edb22357017 authored about 4 years ago by cloudwebrtc <[email protected]>
fix java string compare (#414)

Co-authored-by: Yuri Valentini <[email protected]>

github.com/flutter-webrtc/flutter-webrtc - 75c05790d5dd101371ffdd1992f79485a1c482c7 authored about 4 years ago by Yuri Valentini <[email protected]>
Update README.md

github.com/flutter-webrtc/flutter-webrtc - 23431e87e3fe8f7233c1901ab016123a67c5ebbf authored about 4 years ago by CloudWebRTC <[email protected]>
Fix issue for run `pub publish`.

github.com/flutter-webrtc/flutter-webrtc - 084ce742e3bf637228f74bf72c9112cafc1670e1 authored about 4 years ago by cloudwebrtc <[email protected]>
Upgrade version to 0.5.0.

github.com/flutter-webrtc/flutter-webrtc - e17445fb1e6b2f7fb8f0ee54545de3bebf7e2b3d authored about 4 years ago by cloudwebrtc <[email protected]>