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

In the older version of Agora, I use the IVideoSource to set the custom video frames but when I upgrade the version of Agora there is no such method. What...

When reading an audio file and sending audio data using engine.pushExternalAudioFrame(...), audio is played from the speaker. What should I do to prevent sound from the speaker at this time?...

![Uploading 企业微信20231206-165200.png…]()

1)我看Windows版本的MultiVideoSource示例,对于使用摄像头和共享桌面是以两个用户来区分的,能不能只使用一个用户同时发布摄像头视频流和桌面共享视频流。 2)如果1)在用同一个用户同时发布两个视频流的情况下,接收端如何分开显示这两个视频流

I am following [this](https://docs.agora.io/en/video-calling/develop/product-workflow?platform=android) guidelines to use Screen sharing with my android project. but I am getting this runtime error while starting a screen sharing: ``` W/System.err: java.lang.NoSuchMethodError: no non-static...

在调用joinChannelEx时,如果最后一个参数IRtcEngineEventHandler* eventHandler所传实例是IRtcEngineEventHandlerEx的子类,这个时候就会返回错误码-8,看-8对应的错误原因是在调用了startEchoTest后未调用stopEchoTest,实际情况是并没有调用startEchoTest。即使在调用joinChannelEx前尝试调用stopEchoTest,依然返回-8

If a user joins last on a video call the user should be able to watch what happened on the call before joining the call. - The user should be...

I am using agora for live streaming, there can be multiple host in a stream like a video call, and using agora cloud recording to record the stream, but in...

How can I detect this event so that I can unpublish the stream?

We are unable to set camera video and screen share both stream at a same time in on going video call channel. Can we really do this stuff or not...