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

Results 36 API-Examples-Web issues
Sort by recently updated
recently updated
newest added

这个示例根本就用不了呀

In API-Examples-Web/ReactDemo/src/Call.tsx, remove "audioTrack={localAudioTrack}" of line 40. When you pass localAudioTrack to the "MediaPlayer" component, it executes localAudioTrack.play on the local audio, causing an echo. It can be confused with...

When using a custom video source from a video element on Chrome (have not tested on other browsers), the "remote" video stream is extremely over saturated. I've confirmed that the...

Hello, I'm trying to create a group voice call same as twitter space base on web. Please is there any demo application for this? Thank you

Encryption enabled with Hardcoded Salt and Secret. Note: You need to get the Salt and Secret from you Server. https://docs.agora.io/en/Video/channel_encryption_web_ng?platform=Web#generate-and-set-the-secret

Project slows down when we add more than 5 users and system also.

Hello all, if I use client.setClientRole after joining a channel and then use client.publish() it says "AgoraRTCError INVALID_OPERATION: audience can not publish stream"; I think we can use setClientRole after...

i have implemented the Agora RTC video call and i tried to implement the screen share functionality with this let defaultConfig = { streamID: uid, audio: true, video: false, screen:...

basicLive项目运行后,主播角色进入可以看到直播界面,但是观众角色加入后看不到直播界面

I have implemented simple live streaming with a single host. And users with role audience can join the stream. I want to add co-host functionality to it. But didn't find...