Agora-Flutter-SDK
Agora-Flutter-SDK copied to clipboard
Flutter plugin of Agora RTC SDK for Android/iOS/macOS/Windows
After upgrading, when I try to join a call I get this `PlatformException` ``` Not except type: uid ``` This is not happening on 5.2, without any other change. This...
**Describe the bug** Once user load music more than 1 hours, requestAudioFileInfo return incorrect durationMS, for example on this image i load 3 hours music, but once i parse it,...
**Describe the bug** Got Expected a value of type 'int', but got one of type 'String' on flutter web when i joinChannelWithUserAccount (agora_rtc_engine 5.3.0) **To Reproduce** Steps to reproduce the...
Please see the error details below, please let me know if you need more details: Fatal Exception: FlutterError PlatformException(-7, S-SDK/rtc/cxx/src/iris_rtc_engine.cc:116 CallApi ret -7 result ams {}, null, null). Error thrown...
**Describe the bug** We have ported our app (Flutter iOS/Android) to web. Our agora implementation works perfectly fine on desktop on the latest versions of Chrome, Edge, and Firefox but...
Hello! I'd like to know if the agoraIO flutter SDK supports continuing the call in a PIP on iOS, like google meets:  Thank you!
For more than 2 users video streaming freezes for 1 user. 1 to 1 user video call is okay. 3 user in a conference freezes video of 1 users. 4...
Describe the bug Run the example on web, run "JoinChannelVideo", preview of local is NOT show if not joined channel To Reproduce Steps to reproduce the behavior: 1.Run example on...
**Describe the bug** Whenever I do a hot restart and then join any channel it stops handling events (joinChannelSuccess, userJoined etc). I Didn't pay much attention to this before until...
**Is your feature request related to a problem? Thanks for the Flutter support of Agora. I need to implement AR filters in Video calls. And from research, this can be...