VideoUIKit-Flutter
VideoUIKit-Flutter 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.
**I'm trying to implement what happens after I click the disconnect button but it never seems to work, I want to pop the widget, Here's my code:** ...appid, token, uid...
Error when trying to export the application as an aab file. Steps to reproduce the behavior: 1. Go to 'terminal' 2. Run 'flutter build appbundle' 3. See error **Screenshots** . Thought that it may be useful for someone else as well.
When implementing this widget it doesn't keep Microphone or Camera Permissions active and ultimately turns them off. **To Reproduce** Steps to reproduce the behavior: 1. Open the page in which...
**Describe the bug** I am experiencing difficulties with sharing the screen on Android devices using the Agora UI Kit Flutter package. After adding the addScreenSharing: true flag, it initially worked...
**Is your feature request related to a problem? Please describe.** I'm trying to develop a chat app with video call support fully. Utilizing [fl_pip](https://pub.dev/packages/fl_pip), the UI was updated from a...
After using agora VideoUIKit-FLutter and submitting my app to the store, Google Play Console rejected my app due to : unsafe implementation of WebView SSL Error Handler. **To Reproduce** Steps...
**Describe the bug** The enableEncryption method is not actually setting encryption. Thus our web portal users are not able to see or hear our mobile users. **Code Example** ``` ///...
Related: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/pull/1130
**Unable to build the app** When build the app for android, gradle throw exception ``` FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project...