Agora-Flutter-SDK
Agora-Flutter-SDK copied to clipboard
Flutter plugin of Agora RTC SDK for Android/iOS/macOS/Windows
**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....
 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.
**Describe the bug** See the crash report screenshot below. **Screenshots**  **Smartphone (please complete the following information):** - Device: Android & IOS regardless of version
**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...
``` // 初始化应用 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*,...
**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...