Ecosyste.ms: OpenCollective

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

github.com/flutter-webrtc/flutter-webrtc

WebRTC plugin for Flutter Mobile/Desktop/Web
https://github.com/flutter-webrtc/flutter-webrtc

fix(Peer-connections) split dispose and close

3ce87f33345e3f40e9647fb1dd68d4830ce2c921 authored over 5 years ago
Merge pull request #102 from wbarnard/speakerphone

Speakerphone

4e2548b39167f04a6eda95bb9bb0679710ef12be authored over 5 years ago
Add speakerphone support for iOS

2e7dcc164ca52cdabf00d687e071a87203313338 authored over 5 years ago
Add speakerphone support for Android

571594a100671543eff1790634ab9de2ad582638 authored over 5 years ago
Merge pull request #101 from wbarnard/microphone-mute

Microphone mute

e466d0e973fef9d09ad6b64719ce050189ecc56b authored over 5 years ago
Add microphone mute support for iOS

72ed1d9b0fc6f590e88438ec8647033b90e319fd authored over 5 years ago
Add microphone mute support for Android

5fc2a66aadf3b7b02df31264d35cad50d8c46154 authored over 5 years ago
Add SdpSemantics support.

089ba1f38cd6bcd7e0dbef1d919052b4000c4f17 authored over 5 years ago
[iOS] Fixed indentation.

9e31050a46c8109044ef6f1c1abf286ce6f57028 authored over 5 years ago
Merge pull request #98 from MrAlek/fix/remote-capture

Make startRecordToFile and captureFrame able to capture remote tracks

abbfbbd0f4e5e6303280a1278514f84ee6df1589 authored over 5 years ago
Make startRecordToFile and captureFrame able to capture remote tracks

37032f9cc98ba7dba8020d5825f42b0c7e62cfcb authored over 5 years ago
Merge pull request #93 from cloudwebrtc/issue-87

Patches for #87

a15119730e3f4652fdf4451333ab2a11a9ebaade authored over 5 years ago
Reduce code.

a666b3f68cd3aeee470e2919a844e906e13020fe authored over 5 years ago
Wrap unsafe EventSink

6701ef28a33deef85b849708cca64470f0ed4a81 authored over 5 years ago
Wrap unsafe EventSink

640f77930532e08509c6deccc3fcd35647b07fa8 authored over 5 years ago
Wrap unsafe EventSink

e934818c45a2fbe6d68b2bee8bd0b57882c2b261 authored over 5 years ago
Create AnyThreadSink.java

52d13b2e1a8fb042514d83c78602e530d346b94b authored over 5 years ago
Wrap unsafe callback

426396ffc403b3a5887164eebacc9fa7d6f28fc7 authored over 5 years ago
Create AnyThreadResult.java

dc819f4ae9d1b0a02beb39aa43c168e98f7a04e6 authored over 5 years ago
Update Changelog.

649c2e2b1e9f89db63259529f80a91d234c10a98 authored over 5 years ago
Update version to 0.1.7.

ffa66d40bbe5caa89ec5906b38a6c3ae099b7ad7 authored over 5 years ago
Update.

201d06a88cdb0b8b2393c08229f91be1c8e9a9d6 authored over 5 years ago
Save flutterChannelId when the PC is the called party.

8cd930080f49578433d4e4dd00cf271f4d372fa8 authored over 5 years ago
Update rtc_peerconnection.dart

ffb31387f34b972ccc7bc45977b90a28720445f5 authored over 5 years ago
Merge pull request #92 from cloudwebrtc/remove_base64

Removed base64 type for data channel on android.

3b151750e5235feb41d367304ea7572c01880f4c authored over 5 years ago
Change the rtc_peerconnection.getStats method use an optional parameter.

4722924626bb7b603110a552bea9fa2cacc3dd9a authored over 5 years ago
Correct initialization of binary types on iOS.

9df38d6f91d23ee52607b7c6fa61b7702bc7794c authored over 5 years ago
Removed base64 type on android.

66bbef7ac092eaae9b29c99bb674af26ee221868 authored over 5 years ago
Fixed compiler error on ios.

e59171c0bb59bb373ab435c5f6665c0f4588789b authored over 5 years ago
Rename the prefix of method/event channel id.

5c4a2379ffe71f9c4d8abf28eea011591bb26079 authored over 5 years ago
Remove unnecessary imports

cdac00ff3cc7a0f8dd8938d258706b474d6cfc2f authored over 5 years ago
Update FlutterWebRTCPlugin.java

bb0b8aeef973cc1307945395823e02f125c0e526 authored over 5 years ago
Remove base64 for android unified dart interface.

6cfed77d1cfa603f683208c3f9764a6fb6d9ab0f authored over 5 years ago
Merge pull request #91 from RainwayApp/streaming-datachannel

Add streaming API for datachannel messages and state changes.

d25ce9ac49fea39872751d53f532609a37e09379 authored over 5 years ago
Merge pull request #90 from cloudwebrtc/rostopira-datachannel-patch

Workaround for WebRTC issue 10588

6b2b3b901fcf7e2942c6d80ca2084965e39ac053 authored over 5 years ago
And make sure those are awaited.

97d97c36ae5d420b7dea296a4cc8445e29aa8a0c authored over 5 years ago
Document when streams close.

59af3c819e32ef39550f1be519bfb5fbc1768fe2 authored over 5 years ago
Just go ahead and make those synchronous and ensure add gets called last.

eeef572fb5891a29bb7be54c3fe9f36d687864de authored over 5 years ago
Add streams for datachannel messages and state changes.

c43883a4596334765d2685dae95f33a52ead7ec6 authored over 5 years ago
Merge pull request #88 from RainwayApp/enum

Change datachannel message type identifier from a string to an enum, and remove it altogether fr...

6672e47394ad575ba75bb8913a03fd655d160034 authored over 5 years ago
Oops, fix that.

44dd8ef4a978d710d01ac251b9be3968a56c0d63 authored over 5 years ago
And fix that example.

b20e4f196babd6277c3e7e32d8bda592db8d0b25 authored over 5 years ago
Go ahead and remove the MessageType from the send method and the onMessage handler. You can determine what kind of message is being sent and received from the RTCDataChannelMessage's type.

95250d65c6817f577bcc80dc3f5e5bef400f3f8a authored over 5 years ago
Remove DONT UPDATE comment

eaca7a863b9ab1600bac1068952a56f3eb200071 authored over 5 years ago
Workaround for WebRTC issue 10588

Forgot one line

448be1341858c1c0c9a0fc84030ab3ac8b43537d authored over 5 years ago
Workaround for WebRTC issue 10588

See https://bugs.chromium.org/p/webrtc/issues/detail?id=10588

092b9a15160b1a41b909c711c843843e866b8a49 authored over 5 years ago
Save the state for the DataChannel.

2ab6dca07f2df046d257cf57aec7dcea7c14fc9d authored over 5 years ago
Remove ```binaryType``` from RTCDataChannelInit.

3040f99ab0cb373c385311da4ea7ad0f8559d295 authored over 5 years ago
Change message type identifier from a string to an enum. Map lookups should be faster than string comparisons, so this will likely improve performance.

c7011ae1dd9cae5b7789e0cd57a05e1198f501a1 authored over 5 years ago
Merge pull request #86 from RainwayApp/binary

[Android] Avoid encode/decode overhead with b64 strings for type binary

1e33265b53d14e68386cc9f1c165b146d66e7703 authored over 5 years ago
Normalize datachannel API between text and binary, as well as Android and iOS by using a helper class, add documentation, add datachannel usage to datachannel sample.

49445784c3fd7566e93187e084ac587bc8bb591c authored over 5 years ago
remove ./vscode/*

45dd2875e11932a73593d94a85979591496ccd34 authored over 5 years ago
Avoid encode/decode overhead with b64 strings for type binary

73bd28da214f7cabc6b63993c532aa08d443c94d authored over 5 years ago
Update README.md

17922753af844bb1dad8b2d3ca981a4294d8f374 authored over 5 years ago
Downgrade WebRTC pod due to data channel issue

c1f5f0508704d8af19bc3584d2b5c94fc97cf67f authored over 5 years ago
Merge pull request #82 from kondanta/patch-1

Update CHANGELOG.md

59b223dba5868f16b0fff81cdaf0c4a084c453f9 authored over 5 years ago
Update CHANGELOG.md

0a44887e3d91ac8b81e3118161febf76f5cde483 authored over 5 years ago
Fixed issue #69.

11fe6ab0612ffd1712c09b72339f76d717ca5959 authored over 5 years ago
Merge pull request #77 from LinusU/patch-1

Fix signature in FlutterRTCVideoRenderer header

adaf1fa2011790677313286099bfd991edcf35aa authored almost 6 years ago
Fix signature in FlutterRTCVideoRenderer header

369d5aa8fc61f4196425d68c6364d28282be41ac authored almost 6 years ago
Merge pull request #76 from LinusU/patch-1

Fix self property access in video renderer

4cbd9128d8280cb0744e0ab33f9bb9c1af560f49 authored almost 6 years ago
Merge pull request #75 from LinusU/ios-capture-frame

Add captureFrame support for iOS

d1282a1581f69bed5dc275c85cbb59bd7aee70b2 authored almost 6 years ago
Avoid converting to i420

f21eb5fba3d90079645a3794c3b23179bda5f540 authored almost 6 years ago
Fix self property access in video renderer

Fixes the following error:

```
error: property '_isFirstFrameRendered' not found on object o...

e630506b4714c6822042047c715def13f4e68703 authored almost 6 years ago
Add captureFrame support for iOS

d48b836edaf7110ae15af4947819b9320c47daae authored almost 6 years ago
Update GoogleWebRTC pod

8bfbd001537bf44cf43b9125cb254c587c0c8fda authored almost 6 years ago
Merge pull request #73 from cloudwebrtc/didFirstFrameRendered-ios

Fix onFirstFrameRendered never called on iOS #72

d098f5d2a327a47b72802f873438658c90664e75 authored almost 6 years ago
Reset _isFirstFrameRendered on new track

f8acba942087d4b8db3f47f574dc5551cbd0f72f authored almost 6 years ago
Fix onFirstFrameRendered never called on iOS #72

5a7c09a7b70a6fe1d5239a607415bcb072e2f814 authored almost 6 years ago
Update issue templates

c482b3231d3492427b786e2985b0e8d103c2a2ee authored almost 6 years ago
Update issue templates

1383a0249c2111f1a3bc61c9bc38d350687a2b7a authored almost 6 years ago
Disable intel vp8 encoder

Works better

2f114ef44827f71ad4b613bcd9a17de029103a6b authored almost 6 years ago
Update package version to 0.1.6.

b01641ec582bf70037086f4f09b6da7f5b745461 authored almost 6 years ago
Fix typo.

4e7a9139367df695fb9624a503d86012c2fad5b1 authored almost 6 years ago
Add getConfiguration/setConfiguration for Peerconnection.

ec9c4a4f8b7c6aa009f4138331c656cdfe51b620 authored almost 6 years ago
Remove unused code.

bc87694dc4b9646e19fcd9666bbb59be3c63dfe5 authored almost 6 years ago
Add object fit for RTCVideoView.

8d818dca541d900b8f409e34a1e5290b26d4734e authored almost 6 years ago
Update package version to 0.1.5.

c9bda52e66a2a36812580e281505158408f6544a authored almost 6 years ago
Fix method parameter error for getLocalDescription.

b37623a40051ab4f3c499a2423991f1372e3da72 authored almost 6 years ago
Update package version to 0.1.4.

ccc8d07057c0eaa2abb041e25f045ecddca430c9 authored almost 6 years ago
Add getLocalDescription/getRemoteDescription methods, Sometimes peer does not support Trickle ICE.

5f6fa017e7b0583cf30ab0b9499c8175069a9513 authored almost 6 years ago
Fix camera stuck in rare cases

b5ef85526a95475434ff177fea1bbcfe18982f24 authored almost 6 years ago
switchCamera method now returns future with isFrontCamera as result

Requested in issue #68

8ce85c029900b297e97a856e10fe289ba4353700 authored almost 6 years ago
Update gradle and android plugin

c8ece80a9c9665ed4cf0486357e84db960893b23 authored almost 6 years ago
Update package version to 0.1.3.

86910db06f560882504177e5a8c4ec6dcecb86ef authored almost 6 years ago
Remove unnecessary code.

a227ba8e34c6daab3f1d6687d3e54085e05342b5 authored almost 6 years ago
1,Add horizontal flip (mirror) function for RTCVideoView.

2,Fixed many issues with video display when the device was rotated.

ffde813d06772f888b2b8b4bb41d677ca8c1cb2d authored almost 6 years ago
Update README.md

a8a7d653beb4c2bb06e440471df4c4e43dd78d12 authored almost 6 years ago
Fix ScreenCapture preview aspect ratio on Android.

2fdd250e0c48871e0d560ec600482408049daa3b authored almost 6 years ago
Update README.md

46c7eef7ce52a2b6d1aa442c1c18df07441b14e1 authored almost 6 years ago
Update package version to 0.1.2.

5978018a87da3d6da3d94cc182de48135be645b1 authored almost 6 years ago
Update FlutterWebRTCPlugin.m

61a124d45962a3b292a9ae9deb89835c0ddaee71 authored almost 6 years ago
Update package version to 0.1.1.

c63d77db6c566a14ef20bcc2eb177e3e39a03375 authored almost 6 years ago
Fix bug #56 #26 in iOS VideoRenderer, the problem is that some resolutions can't be displayed, and the Screen Frame can't be displayed.

83f690b03888e011695c9b160a3b07b3559b017d authored almost 6 years ago
Simplify the code for RTCVideoView.

2a42bb8aecdcf85fc3b2b98b71dcc245ab49f6c7 authored almost 6 years ago
Merge pull request #65 from LinusU/patch-1

Fix indentation in peer connection factory

325bca67e4c85d2deb406ca68e0b5eb82b5c64bb authored almost 6 years ago
Fix indentation in peer connection factory

3b36ff2ca7dc6e3c95c2e5978041e4ce4729c28c authored almost 6 years ago
Fix mediaStreamTrackSetEnable not working

Dart bool => Obj-C NSNumber numberWithBool:

aad310bc7a99ff18af4efad611a4bcf9704dbde9 authored almost 6 years ago
Fix rare NullPointerException

293aa78cefb967d5ccbbf0f7cae3f256828b57ad authored almost 6 years ago
Remove the `then` style.

b8f9ca02c407707f6e789c7747e28635c0975230 authored almost 6 years ago