Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge brach v10.3 into main #6

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
3a6364b
Flutter version changed to 10.3
halima1802 Jul 9, 2024
64a813c
Changes
halima1802 Jul 11, 2024
b38cea6
Flutter WebRTC versioned 10.3, Added code for accesing frames in Andr…
halima1802 Jul 16, 2024
3eeae24
Package name of VideoProcessor Changed
halima1802 Jul 16, 2024
c708057
flutter_webrtc changed to videosdk_webrtc
halima1802 Jul 16, 2024
cb5e126
Android Package changed from com.cloudwebrtc.webrtc to live.videosdk.…
halima1802 Jul 17, 2024
50f16a3
Try catch added in Frame Method
halima1802 Jul 17, 2024
ebb595f
Released version v0.0.1
yash-chudasama Jul 17, 2024
fcc735d
Windows support added, version changed to 0.0.2
halima1802 Jul 17, 2024
d6faaa6
Changelog update
rajansurani Jul 17, 2024
646f746
Windows support revamped
halima1802 Jul 17, 2024
a1bae43
version 0.0.4
rajansurani Jul 17, 2024
7121385
Webrtc_import_updates
harshitbagga Oct 17, 2024
2b49ec8
Import Updates
harshitbagga Oct 17, 2024
289c633
Flutter webrtc version changed
halima1802 Oct 18, 2024
41dd139
Merge pull request #1 from zujonow/flutter_webrtc_updates
ishabodiwala Oct 18, 2024
6dd811e
update dependencies
ishabodiwala Oct 18, 2024
3bc9960
Updated the webrtc_interface 1.2.1
JayS0223 Feb 14, 2025
653cf6f
changes based on latest update
JayS0223 Feb 18, 2025
202159e
solved the rendering error/ios/macos/Android/Web/Windows
JayS0223 Feb 21, 2025
b2cf76c
updated the pubspec.ymal version
JayS0223 Feb 21, 2025
c690be6
Updated code for vitual Background iOS
JayS0223 Feb 24, 2025
5dd71ce
Merge pull request #5 from zujonow/webrtc_interface-1.2.1
halima1802 Feb 24, 2025
803b077
updated dependency
JayS0223 Feb 24, 2025
28cd139
Merge pull request #7 from zujonow/webrtc_interface-1.2.1
ishabodiwala Feb 24, 2025
cbc0f01
updated the ChangeLog file
JayS0223 Feb 25, 2025
b3a9645
changes related to formating in changelog.md
JayS0223 Feb 25, 2025
5d9a953
changed flutter webrtc file
pavan901 Mar 3, 2025
c60568c
modify the method
pavan901 Mar 4, 2025
e233a4f
remove comment
pavan901 Mar 4, 2025
cb1231a
update
pavan901 Mar 4, 2025
bd3b47d
add podfile to gitingnore
pavan901 Mar 4, 2025
32ed426
Merge pull request #8 from zujonow/fetch/stream
ishabodiwala Mar 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
example/pubspec.lock
pubspec.lock
example/ios/Podfile.lock
example/macos/Podfile.lock
GeneratedPluginRegistrant.java
example/android/.gradle
WorkspaceSettings.xcsettings
Expand Down
Loading