Questions tagged [agora-web-sdk-ng]
157 questions
4
votes
2 answers
Agora (RTC) Streams disconnects during Live Stream
Agora Streams disconnects during Live Stream
I am using agora for live stream in my mobile app.
I am publishing the stream from web panel.
Sometimes streams work perfectly without any issue but sometimes it show me the below log…

Muhammad Ibrahim
- 511
- 1
- 3
- 13
3
votes
1 answer
Is concurrent stream limitation of Agora RTC SDK depend on video quality or only audio?
In Agora FAQ I read one channel support 17 stream concurrently. Is this the limitation in case of only audio or low quality video streams are in the channel?
As I see in Agora sdk 4.x streams are replaced by tracks. Does it change something on…

laszloj
- 33
- 2
3
votes
1 answer
How to send messages (call reactions) during video chat with agora RTC WEB
I'm trying use Agora Rtc WEB api for voice/video chat.
It will be just 1:1 call, and I want that one side can invoke notification/send message to other side (e.g. something like send emoji "call reactions" in Skype).
In reality it will not be…

LL developer
- 33
- 3
3
votes
1 answer
Agora.io security token generated invalid (Golang)
Having problem getting security token generated from my server to work properly. I modified the basicLive.js of the demo in AgoraWebSDK-NG to work with my server. I'm using the Golang api provided by Agora to generate the token. Some…

Joe Lin
- 450
- 7
- 20
3
votes
1 answer
join channel failed DYNAMIC_USE_STATIC_KEY
I am trying to use Agora.io live video system. But i am getting the following errors in developer console.
After clicking the join button i got the following error.
Agora-SDK [ERROR]: [713FF] Get server node failed [DYNAMIC_USE_STATIC_KEY]…

AlwaysStudent
- 1,354
- 18
- 49
2
votes
0 answers
Why can't I hear audio in stereo when playing a stereo file with Agora SDK?
When calling startAudioMixing or playEffect to play a stereo file, I keep encountering the issue of not being able to hear audio in stereo.

Dennis Ivy
- 21
- 2
2
votes
1 answer
AgoraRTCError INVALID_REMOTE_USER: user is not in the channel
I am using the Agora Web SDK NG 4.X, and I am trying to build a video conference application using Vue JS. I have been closely following the Agora documentation, but I keep getting this error "AgoraRTCError INVALID_REMOTE_USER: user is not in the…

Jacky.S
- 364
- 5
- 17
2
votes
1 answer
How to display the image of a user that joined a channel instead of a black screen ? Agora
I have a problem the call works perfectly and everything is almost perfect using Agora, but the problem is when the user turns of the video call I am only able to see a black screen I tried to change by using a background image instead of a black…

Nani Po
- 61
- 3
2
votes
1 answer
How to reset a website media permissions from a chrome extension
I'm working on developing a chrome extension that adds the ability to users to stream videos from any website they want by using Agora SKD. What the extension supposed to do is showing the streaming video screen inside the opened tab. I'm using…

Abozanona
- 2,261
- 1
- 24
- 60
2
votes
2 answers
In ngx-agora, webrtc not supported in any browser
Please Could you help me for solving my problem.I am using the ngx-agora package in angular 10+ version that package is working fine before 1 month but now it's creating the issue.
Whenever we try to make a video/audio call or try to join into a…

Nikita garg
- 21
- 2
2
votes
0 answers
Local camera in first video call is not working in Flutter app with Agora (using agora_rtc_engine 4.0.7)
I integrated Agora in Flutter Application with the help of agora_rtc_engine 4.0.7, but upon making a video call for the very first time the local camera view is not working. When we disconnect the call and call back again then everything works fine,…

Aniket Vishal
- 213
- 2
- 10
2
votes
1 answer
Agora cloud recording not saving video to S3
I'm trying to connect cloud recording from this tutorial (Agora Cloud Recording RESTful API) and getting 404 error on /v1/apps/{appid}/cloud_recording/resourceid/{resourceid}/sid/{sid}/mode/{mode}/query request, and video not saved to AWS s3…

Vlad
- 73
- 1
- 10
2
votes
2 answers
Agora Web SDK call waiting implementation
Looking for suggestions to see, is it possible to implement a "call waiting" feature using the Agora WebSDK? We have a live cast where the host receives audience call in during the show. We would like to:
When an audience calls, the call should be…

Joe Lin
- 450
- 7
- 20
2
votes
2 answers
Agora WebSDK-NG audio visualizer
Is it possible to create an audio visualizer with Agora WebSDK-NG? I'm looking for something similar to…

Joe Lin
- 450
- 7
- 20
2
votes
1 answer
Agora cloud recording not starting
I am following Agora Cloud Recording RESTful apis
The problem is
Acquire api working fine
Start api working fine
Now query api is returning me
{
"resourceId": "rid",
"sid": "sid",
"serverResponse": {
"status": 4,
…

Manish Chawla
- 31
- 3