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

Hi, I am getting an issue in using screenshare.aar with android 12. As it has service in it which is not exported. Manifest merger failed : android:exported needs to be...

I used the StartScreenCaptureByScreenRect function to start sharing the screen. The OnScreenCaptureInfoUpdated event is supposed to be triggered when I start sharing the screen, but the trigger event doesn't come...

Im trying to integrate FeedFMUtility along with Agora streaming but Im getting many issues. When I start another FMPlayer it plays for 2 seconds and stops. In console I get...

@yoreland currently the screen share has no option to capture screen in HD mode. Further it doesn't make use of the mediaRecorder mode where in I can set CamcorderProfile cpHigh...

I have take update code by this branch (dev/3.6.2/screen-share-socket-ios). But I am facing this type error. 'AgoraReplayKitExtension/AgoraReplayKitExt.h' file not found

After building Android Example, When I click on the "Raw video/Audio data" feature it opens the screen with a small description, and then clicking on the "Next step" button it's...

I would like to invalidate a key what I issued. How can I to do that?

Also: 1. Fixed .gitignore to prevent tons of diffs from generated files. 2. Added multi-dex support Gradle 7.0+ is optimized for M1 Macs. Upgrade is strongly recommended.

i use uvc camera and streaming video . but thes sounds not catch from uvc camera . so i call "setExternalAudioSource()" and "pushExternalAudioFrame". audio doesnt streaming. mRtcEngine.setExternalAudioSource(true, 8000, 1); mRtcEngine.pushExternalAudioFrame(bytes,1000);