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 90 API-Examples issues
Sort by recently updated
recently updated
newest added

According to this [documentation](https://docs.agora.io/en/Video/set_audio_route_android?platform=Android#faq) and [this](https://docs.agora.io/en/All/API%20Reference/java/v3.0.1/classio_1_1agora_1_1rtc_1_1_rtc_engine.html#a8f89328fab2054d74f9dfa7819458866) starting a video call automatically start with speaker phone and when an external audio device is removed like a Bluetooth earphone then the SDK...

Migrating from 3.4.2 to 3.7.0, `CreateRendererView` has been deprecated thus we update it using the plain `SurfaceView` Old code ``` SurfaceView surface = RtcEngine.CreateRendererView(this); surface.setZOrderOnTop(true); rtcEngine().setupLocalVideo(new VideoCanvas(surface, VideoCanvas.RENDER_MODE_FILL, 0)); mLocalPreview.addView(surface);...

会报如下错误 ``` ld: in /Users/xxx/API-Example/Agora-ScreenShare-Extension/libios_resampler.a(external_resampler.o), building for iOS Simulator, but linking in object file built for iOS, for architecture arm64 clang: error: linker command failed with exit code 1 (use...

MediaPlayer 播放音频文件的时候 默认同时录制声音 导致可能会有些杂音。

ld: building for iOS, but linking in dylib file (/Users/iss/Library/Developer/Xcode/DerivedData/APIExample-dwprqnyayoqjcxbhecbwsicqxshd/Build/Products/Debug-iphoneos/AgoraAIDenoiseExtension.framework/AgoraAIDenoiseExtension) built for iOS Simulator, file '/Users/iss/Library/Developer/Xcode/DerivedData/APIExample-dwprqnyayoqjcxbhecbwsicqxshd/Build/Products/Debug-iphoneos/AgoraAIDenoiseExtension.framework/AgoraAIDenoiseExtension' for architecture arm64

Sample app Live interactive Video Streaming constantly crashing when joining a existing channel. It plays a few second then hang and/or crash. ``` pid: 17989, tid: 18141, name: DecodingThread >>>...

Good day, we had a project that haven't touch in a long time and wanting to migrate from `3.4.2` to the latest SDK. We read the migration [documentation](https://docs.agora.io/en/video-call-4.x-beta/migration_guide_android_ng?platform=Android) but does...