Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Releases: AgoraIO-Community/VideoUIKit-Flutter

v1.3.0

15 Mar 17:52
d9e2e0d
Compare
Choose a tag to compare
  • Added Cloud Recording. Follow the Guide

v1.2.1

02 Mar 19:23
76dc246
Compare
Choose a tag to compare
  • Fixes requestPort bug when joining from separate screen
  • Fixes post call exception when going back to previous screen

v1.2.0

02 Mar 11:44
f9a14b5
Compare
Choose a tag to compare
  • Added screen sharing for Android/iOS
  • Added layout for one to one video calling
  • Fixes issue #122

v1.1.2

19 Jan 15:08
726f3ad
Compare
Choose a tag to compare
  • Fixes issue #115
  • Fixes view of remote user with a disabled video
  • Fixes pinning a remote user causing white screen error

v1.1.1

05 Jan 15:06
2a69c0e
Compare
Choose a tag to compare
  • Update RTC v6.1.0
  • Update RTM v1.5.0

v1.0.4

27 Sep 14:28
bad9c24
Compare
Choose a tag to compare
  • Updated README badges
  • Added GitHub actions

v1.0.3

09 Aug 19:49
6c8b9d1
Compare
Choose a tag to compare
  • Updated permission_handler to 10.0.0. compileSdkVersion must be set to 33 as a minimum to handle the new notifications.
  • Fixes issue #98. Added onDisconnect function inside the AgoraVideoButtons widget that can be used to define any navigation or function that occurs when the end call button is pressed.
  • Fixes issue #96. Added a broadcaster check before adding a user view to the grid layout.

When updating to version 1.0.3 make sure to update the android/app/build.gradle file and set the compileSdkVersion to 33.

1.0.1: Merge pull request #87 from AgoraIO-Community/rtm-update-fix

30 May 15:47
f50124f
Compare
Choose a tag to compare
  • Add Error param to delegate methods to pass through the error
  • Show correct versions of RTC and RTM
  • Show RTM classes
  • Update RTM to v1.1.1

v1.0.0

24 May 19:32
db69276
Compare
Choose a tag to compare
  • Supports Flutter 3.0
  • Updated RTC to v5.2.0
  • Added RTM v1.1.0
  • Added host controls
  • Cleaning the session_controller

0.0.3 release

22 Sep 18:11
e7ffb56
Compare
Choose a tag to compare
  • Upgraded the agora_rtc_engine to v4.0.5
  • Black Screen Fix
  • Remove unnecessary null checks
  • AreaCode bug fix
  • Added roadmaps to README.md