-
In our application we have targeted the SDK 34 and we are using screen sharing SDK.
implementation "io.agora.rtc:full-sdk:4.3.1"
implementation "io.agora.rtc:full-screen-sharing:4.3.1"
…
-
01:17:31.120 [JS Framework] 当前运行的基座不包含原生插件[Agora-RTC-ChannelModule],请在manifest中配置该插件,重新制作包括该原生插件的自定义运行基座
01:17:31.120 [JS Framework] 当前运行的基座不包含原生插件[Agora-RTC-EngineModule],请在manifest中配置该插件,重新制作包括该原生插…
-
My app only requires the Agora Voice SDK, no need for Video. I'm using this Flutter plugin and it's great except that it drastically increases the size of the apk file.
How can I reduce the size o…
-
The `agora_rtc_engine` package has already fixed the need for this feature, here is the PR: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/pull/1130
-
在使用Agora Golang Server SDK后,我的应用程序出现了内存泄漏。通过长时间运行和监控,发现内存使用量持续增长且没有释放的迹象。使用的sdk版本是release 1.3。
我的项目主要是对聊天中的视频帧进行处理,使用到了RtcConnectionEventHandler和RtcConnectionVideoFrameObserver。
我之前使用的C++ sdk进行监…
-
Get blank screen when using two view of RtcLocalView,SurfaceView() in one screen. Only one of that show and the other one shows blank.
react-native-agora: 3.7.1
-
当“agora-electron-sdk”为“2.3.4-hotfix.4”时,是可以运行成功的,尝试升级至当前最新的版本“3.4.6-build.730”会出现“agora_rtc_engine.cpp:4730 ERR| Error :registerPlugin, :4730, GetProcAddress "createAVFramePlugin" Failed”的报错,进而导致加载dyl…
-
please give me the answer as soon as possible ,thank for support !
-
**Describe the bug**
I am getting an error on the Google Play Store now when uploading my app with react-native-agora. This permission is added to the AndroidManifest when built, and appears to be us…
-
**Is your feature request related to a problem? Please describe.**
I'm using [Agora Video SDK](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK) for Flutter to implement video call
I want…