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** ``` await _engine?.enableAudioVolumeIndication(250, 10, true); _engine?.setEventHandler(RtcEngineEventHandler( audioVolumeIndication: (speakers, v) { print('audioVolumeIndication'); }, )); ``` When I run it on iOS, nothing is output I do the same...

**Describe the bug** Permission denied of logging when build the installer of window **To Reproduce** Steps to reproduce the behavior: 1. Create window build with: flutter pub run msix:create 2....

bug
platform-windows

![Screenshot 2022-07-26 at 11 33 46 AM](https://user-images.githubusercontent.com/64223594/180934768-61e8a392-ea2f-4c60-b933-39053c1ac74b.png) I am using [agora_rtc_engine](https://pub.dev/packages/agora_rtc_engine) flutter package and trying to upload my app to app store connect and facing this issue.

waiting for customer response
platform-macos

**Describe the bug** See the crash report screenshot below. **Screenshots** ![스크린샷 2022-08-11 오전 1 48 08](https://user-images.githubusercontent.com/38072762/183968744-e4061c84-01ff-4b89-8ac7-5ec6f38768da.png) **Smartphone (please complete the following information):** - Device: Android & IOS regardless of version

bug
waiting for customer response
release: 5.4.0

**Describe the bug** `EXC_BAD_ACCESS UIPredictionViewController` The app crashes even when Agora services are not in use. **To Reproduce** Not in any particular way. **Expected behavior** The app shouldn't crash **Smartphone...

release: 5.2.0

``` // 初始化应用 Future initPlatformState() async { if (defaultTargetPlatform == TargetPlatform.android) { await [Permission.microphone, Permission.camera].request(); } var APP_ID = Constant.agoraAppId; // 创建 RTC 客户端实例 RtcEngineContext context = RtcEngineContext(APP_ID); var engine...

**Describe the bug** ``` Fatal Exception: NSInternalInconsistencyException 0 CoreFoundation 0x99288 __exceptionPreprocess 1 libobjc.A.dylib 0x16744 objc_exception_throw 2 Foundation 0x132360 _userInfoForFileAndLine 3 Flutter 0x1256c (누락 UUID bab62788d88339b192aed18e13dece71) 4 agora_rtc_engine 0xbdc4 EventHandler::OnEvent(char const*,...

release: 5.4.0

**Describe the bug** When updating the agora dependency from `5.2.0` to `5.3.0` it completely crashes the app the moment someone tries to open it. **To Reproduce** Steps to reproduce the...

**Describe the bug** 1. Safari, iOS 15.4.1 (iPhone 13 Pro) — Local and Remote videos do not render (Video does broadcast and can be seen by other participants) 2. Chrome...