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

**Describe the bug** I am currently using flutter web. In the desktop browser, the streaming is working well. But In the mobile browser, the streaming is not showing. **To Reproduce**...

**Describe the bug** Current Android device is not receiving onAudioVolumeIndicate and remoteAudioStateChanged events sent from it... probably other events too but i've not checked all, but other devices are getting...

**Context:** I have a group call functionality with additional improvements. Basically, it shows a short looping video locally for each user, and the video changes frequently, average each 30-40 seconds....

**Describe the bug** Disabling logging does not seem to work **To Reproduce** Put this code in you main function of your flutter project ``` final agoraEngine = await RtcEngine.createWithContext(RtcEngineContext( AgoraEnvironment.appId,...

keep track

First of all, thank you for the updates. Keep 'em coming :) **BUG:** Bluetooth Headset Mic doesn't work properly with LiveBroadcasting. While the audio plays on the headset correctly, the...

bug

**Describe the bug** The issue is when Firefox is rendering video captured from a mobile app. The video may be in the incorrect orientation. When the same video is viewed...

platform-web

I am using latest version of agora and flutter but still same overheating issues

Execution failed for task ':agora_rtc_engine:compileDebugKotlin'. A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction Compilation error. See log for more details e: C:\src\flutter.pub-cache\hosted\pub.dartlang.org\agora_rtc_engine-4.2.2\android\src\main\kotlin\io\agora\agora_rtc_engine\AgoraRtcEnginePlugin.kt: (146, 18): Type mismatch: inferred type is String? but String...

想咨询一个场景,多人视频通话,同时可以文字聊天、发图片,应该用Demo里的哪个场景来实现啊?

Hi everyone, I tried until moment to add watermark on video. With assets, with the function "getAbsoluthPath("assets...")" and create image with screenshot widget package and implemente it into addWatermark() function...