API-Examples icon indicating copy to clipboard operation
API-Examples copied to clipboard

Play with AgoraSDK and have fun! Everything you need to start learning Agora.

Results 92 API-Examples issues
Sort by recently updated
recently updated
newest added

I am trying to check the custom audio source and rendering. I see the data being sent and received, however i don't see any playback. I get a 1020 warning.

Hello @AgoraIO @ShengQiangLiu @yoreland @CLuCheng @LichKing-2234 , I was trying out flutter agora sdk with facebook live feature, I've followed the following link for fb code and setup part, [](https://developers.facebook.com/docs/live-video-api/getting-started/...

After copying all files from libs in SDK to ios-tutorial, it shows there's no XCFramework found, so the sample project couldn't run.

如何监听音频播放完成?谢谢

I am receiving a crash report from `Google Pixel 3a` ``` Fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed: library "libagora-core.so" not found at java.lang.Runtime.loadLibrary0(Runtime.java:1087) at java.lang.Runtime.loadLibrary0(Runtime.java:1008) at java.lang.System.loadLibrary(System.java:1664) at io.agora.rtc.internal.RtcEngineImpl.loadNativeLibrary(RtcEngineImpl.java:133) at io.agora.rtc.internal.RtcEngineImpl.initializeNativeLibs(RtcEngineImpl.java:183)...

i have to develop a video call app and i should take video preview from a usb camera . i also have a uvcammer project to conntect the camera and...