Agora-Flutter-SDK icon indicating copy to clipboard operation
Agora-Flutter-SDK copied to clipboard

Flutter plugin of Agora RTC SDK for Android/iOS/macOS/Windows

Results 228 Agora-Flutter-SDK issues
Sort by recently updated
recently updated
newest added

How to enable Tab Share Audio when screen sharing and how can I switch between camera and microphone interfaces from Flutter Web?

Video Recording with back camera gets frozen on IOs devices when video broadcasting with agora is initialised even though agora is currently using only the front camera. **To Reproduce** Steps...

Hi, is there any way I can remove or hide this kind of log? I know it's just a warning and I should be ignored it, but it's really hard...

**Describe the bug** rtcStats not call back in every two seconds. I already added event for rtcStats like this. _addListeners() { _engine.setEventHandler(RtcEngineEventHandler( rtcStats: (stats){ log('rtcStats ${stats.duration}'); }, joinChannelSuccess: (channel, uid,...

Hi . Im got the problem when using enableLocalVideo . When i set enableLocalVideo(false) it work well . but then i enable it by set enableLocalVideo(true) , the other user...

**Describe the bug** `setEventHandler` methods `localVideoStats` and `videoSizeChanged` does not work for Flutter web in `dev/flutter2` **To Reproduce** Steps to reproduce the behavior: 1. Set event handlers like below: ```...

platform-web

**Describe the bug** error: cannot override 'release' which has been marked unavailable: not available in automatic reference counting mode. **To Reproduce** Steps to reproduce the behavior: 1. agora_rtc_engine: ^4.1.0-alpha.2 **Screenshots**...

Even though the custom audio source feature is available for native android and ios, it isn't accessible via the flutter package. It would be really helpful if it is added...

**Describe the bug** On iOS the local view doesn't work as expected. Testing the example from latest dev/flutter2 branch. - On iPhone (running 14.7.1), the local view is unproportionally scaled...

#### I did not hot restarted **Describe the bug** MissingPluginException occurs when using `muteLocalAudioStream` and `muteLocalVideoStream`. >[VERBOSE-2:ui_dart_state.cc(199)] Unhandled Exception: MissingPluginException(No implementation found for method muteLocalVideoStream on channel agora_rtc_channel) >[VERBOSE-2:ui_dart_state.cc(199)] Unhandled...