agora_uikit 1.1.2 copy "agora_uikit: ^1.1.2" to clipboard
agora_uikit: ^1.1.2 copied to clipboard

Flutter plugin to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code.

1.1.2 #

  • Fixes issue #115
  • Fixes view of remote user with a disabled video
  • Fixes pinning a remote user causing white screen error

1.1.1 #

  • Updated RTC to v6.1.0
  • Updated RTM to v1.5.0

1.1.0 #

  • Updated RTC to 4.x SDK

1.0.4 #

  • Updated README badges
  • Added GitHub actions for publishing to pub.dev

1.0.3 #

  • 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.2 #

  • Fixes the issue with enabledButtons(issue #86)

1.0.1 #

  • 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

1.0.0 #

  • Updated RTC to v5.2.0
  • JSON serialization for all the host controls
  • Cleaning the session_controller
  • Added RTM event handlers
  • RTM is enabled by default
  • Supports Flutter 3.0

1.0.0-beta.2 #

  • Updated RTC to v5.2.0
  • JSON serialization for all the host controls
  • Cleaning the session_controller
  • Added RTM event handlers
  • RTM is enabled by default
  • Supports Flutter 3.0

1.0.0-beta.1 #

  • Added Agora RTM SDK v1.1.0
  • Host Controls (Mute remote users audio and video)
  • Auto-permission for camera and mic (for all the broadcasters)
  • Fixes RTM IPV6 issue.

0.0.4 #

  • Upgraded the agora_rtc_engine to v4.0.6
  • New method of initialization
  • Added all the event handlers
  • Fixed disabled video widget for grid view
  • Added video render mode

0.0.3 #

  • Upgraded the agora_rtc_engine to v4.0.5
  • Black Screen Fix
  • Remove unnecessary null checks
  • AreaCode bug fix
  • Added roadmaps to README.md

0.0.2 #

  • Update README

0.0.1 #

Agora Flutter UIKit Release. Features:

  • Automatically layout all video streams
  • Builtin floating and grid layouts
  • Display the active speaker in the larger display while using the floating layout
  • Allowing you to pin any stream to the larger display while using the floating layout
  • Default buttons for disabling camera or microphone, switch cameras, end call
  • Add, remove or customize buttons
  • Auto hide buttons after a fixed period of time
  • Icon for signalling the local and remote user microphone and camera state
  • Display number of users in the channel
  • Automatically fetch token from a given token server
  • Subscribing to high or low-quality video streams
405
likes
0
pub points
96%
popularity

Publisher

verified publisheragora.io

Flutter plugin to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

agora_rtc_engine, agora_rtm, flutter, http, lints, permission_handler

More

Packages that depend on agora_uikit