Questions tagged [agora-implementation]
56 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
2
votes
1 answer
Unhandled Exception: LateInitializationError: Field 'requestPort' has not been initialized. Agora flutter
I am working on a large-scale project and integrating video calls into it. So I made a separate project just for practice and I achieved good results. The group calling worked perfectly on both android and IOS. But then I integrated the same code in…

Faizan Ahmad
- 274
- 3
- 7
2
votes
1 answer
Customize agora video call UI in flutter
my video call output
when logged another person to this video call then shows like this.But I want when someone logged to video call then my video should be small.
like this.
and also when click my video then my video should be big and another…

Dasun Dola
- 541
- 2
- 16
2
votes
1 answer
Record Agora Group video call in single screen in AWS S3 bucket
I have build video calling Application in flutter and backend API in laravel.
For Video Call At Flutter side I'm Using Agora_UIkit. and With help of Agora Rest API for Cloud Recording I' recording video.
currently i have record the video call…

Vatsal Ajmera
- 71
- 6
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
1
vote
0 answers
Agora Error: A value of type 'void Function(LocalInvitation)' can't be assigned to a variable of type 'void Function(LocalInvitation, String)'
After adding Agora to the project it shows this error when I try to run the project.
/C:/Users/syedi/AppData/Local/Pub/Cache/hosted/pub.dev/agora_uikit-1.3.3/lib/controllers/rtm_client_event_handler.dart:76:7: Error: A value of type 'void…

Syed Irfan Hussaini
- 37
- 4
1
vote
0 answers
add custom logic using agora ui kit when an event occur - agora-react-uikit
const rtcProps = {
appId: appId,
channel: streamId,
token: null,
};
const callbacks = {
EndCall: () => {
router.replace("/");
},
};
const rtmProps = {};

Aoun Shabbir
- 11
- 2
1
vote
0 answers
agora npm start command gives me error with Error: spawn cd ENOENT
agora npm start command gives me error with Error: spawn cd ENOENT
can any one help me
`E:\Projects\Full Stack Projects\Video App by Alpha\agora-app-builder\node_modules\yoga-layout-prebuilt\yoga-layout\build\Release\nbind.js:53
throw ex;
^
Error:…

Zain Ali
- 19
- 1
1
vote
1 answer
Trouble using Agora rtc engine in my flutter app
I am having trouble using agora rtc engine. Every time I start the project I get this error message
https://pastebin.com/DuniUQYd
I don't know what the problem is since the error message is not very clear to me. In the code I also posted the channel…

LearnFlutter
- 214
- 2
- 22
1
vote
0 answers
Agora channel Connection keeps interrupted in iOS
I am developing a voice communication app using agora SDK. I was using version 3.7, then I needed to use extensions provided by agora (Bose PinPoint Filter), then I upgraded the agora version to 4.0( we have to use SDK version 4.0 to use…

Joice George
- 69
- 7
1
vote
0 answers
Agora: How to show incoming call notification when the app is terminated?
I am implementing a video call app using agora in flutter for ios and android using the agora_rtc_engine.
I use the agora_rtm package to send a local invitation and callkeep to show call notification when the invitation is received.
And it works…

Fasikaw
- 141
- 2
- 6
1
vote
0 answers
Using Agora's Unity SDK, how can I fix black screen issues?
Using Agora's Unity SDK, downloaded from the Asset Store, I get a blank view of myself and the incoming remote user's view is also blank. Why? How do I fix this?

Rick Cheng
- 654
- 3
- 7
0
votes
0 answers
User not found in channel (AgoraSDK RTC v4)
You can see the problem in the screenshots. I'm trying to create a channel for 2 people using Agora, but when I try to connect I only get the local stream connection to work. The remote user can't be seen or heard and I get errors in the…

Paul
- 77
- 1
- 2
0
votes
0 answers
AVAudioSession Deactivated when I leave Channel Agora Voice Unity SDK
I am using Agora Voice Unity SDK for voice calling in my App.
I facing a problem that when I leave channel on iPhone . My button clicks sounds stops working.
by investigating I found "AVAudioSession" is deactivating on leaving channel.
Here is the…
0
votes
0 answers
Agora Broadcast Streaming how to get caption i am working on react native?
i want to implement caption in Broadcast Streaming in react-native i am using agora for Broadcast Streaming.
i have read all methods but i has not able to find the desired solution if anyone has any idea please let me know.