Questions tagged [agora.io]

Real-Time Engagement for communications with the world’s leading voice, video, and interactive broadcasting platform

632 questions
10
votes
1 answer

How to implement ringing in outgoing Android VOIP call

We are using agora.io for voice calling in our app(VOIP). The calls between two people are going seemless. But when I am dialing person B, I am not able to hear the dial tone while the call is being connected. I basically want to hear the ringing…
Prabhakar Undurthi
  • 5,818
  • 2
  • 36
  • 46
5
votes
3 answers

Unity Crash on MacOS when the join method is invoked (Agora.io)

I downloaded the agora.io video sdk asset from the asset store, imported it to a new project. On the demo "SceneHome" scene, I entered the api id. Clicked play, and as soon as I click the "join" button Unity crashes. As far as I can tell the crash…
Anton
  • 99
  • 5
4
votes
1 answer

agora.io Error Access denied finding property net.dns2

Am trying to implement a live streaming app using agora.io, on test vision. When i click on start streaming I get error below and camera will be blank. W/GENP.0: type=1400 audit(0.0:74945): avc: denied { read } for name="u:object_r:net_dns_prop:s0"…
Peter
  • 1,172
  • 1
  • 12
  • 30
4
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]…
Azzo
  • 1,829
  • 9
  • 38
3
votes
1 answer

Is it possible to record a voice call using the agora sdk on a flutter application?

I am building an application that can record the phone calls that a user places through it. Is it possible to build this application using solely flutter and agora sdk? Is there anything else I would need? Any reference material to help with…
3
votes
3 answers

No such module 'AgoraRtcKit' xcode swift error

I am trying to integrate live video streaming into my app through a 3rd party named as Agora. I am facing some errors as No such module 'AgoraRtcKit' . I have already imported the library SDK from their website (also attached the screenshot for the…
Deven Nazare
  • 492
  • 1
  • 18
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
  • 366
  • 3
  • 12
3
votes
0 answers

How to use Agora Electron SDK in linux and window 64bit?

I want to implement video and voice call feature in our project, but Linux and Window64 bit doesn't support Agora Electron SDK. So, is there any way to use Agora Electron SDK in linux and Window64 bit?
Mariam
  • 31
  • 2
3
votes
1 answer

Real time voice transcription using Dart

I have problem with real-time voice transcription. In my application people can make a video call each other according to their language choice, I want to show subtitles of conversations in real time to users. I used Agora SDK for video call…
Ömer Çiftci
  • 659
  • 1
  • 5
  • 13
3
votes
0 answers

Agora.io : Use timeout or api to close unused channels

I am using agora.io to implement 1-to-1 video call in android and I want to know: Is it possible to set a timeout on the channel so that it will be automatically closed after some time (e.g 1 hour). If not, maybe an API call to agora.io to force…
Nafaa Azaiez
  • 111
  • 1
  • 6
3
votes
1 answer

iOS Safari 13: how to hide live broadcast controls in

I'm developing a video broadcasting web application, and I'm struggling with some of Safari "features". I'm required to remove the controls that Safari is exposing on the element on the client page (see attached screenshot below). My video element…
Claudio Valerio
  • 2,069
  • 13
  • 21
3
votes
1 answer

AVAudioPlayer stops automatically when app joins agora.io channel

I am adding sound when user clicks on call button/joinChanne(Agora) in my app. [self.agoraKit joinChannelByToken:self.userManager.agoraToken channelId:self.userManager.channelName info:nil uid:[self.userManager.UID integerValue]…
Ajith Kumar
  • 1,163
  • 1
  • 9
  • 21
3
votes
3 answers

Flutter Agora.io calling screen

I want to add in-app (video) calling like Messenger (Facebook) does. It works when one party creates channel and another one joins. But is there a way to create calling screen where party B can accept or reject call? I am looking in Agora.io…
harunB10
  • 2,927
  • 8
  • 42
  • 75
3
votes
0 answers

Not able to connect a Video Call - Agora.io

I am trying to make a video calling app for the first time. I am using Agora.io in android studio for video calling. The problem I am facing is I am not able to see the video of the person I am calling. I am perfectly getting my own from the front…
A Anand
  • 31
  • 1
3
votes
1 answer

Cloud and REST API based Recording and storing to Google bucket or AWS S3

I need to do cloud based recording. I need to take all video+audio streams of all clients. Then push to AWS S3 or Gcloud bucket or Agora storage itself. I need to do it through API since I have some criteria and also I need to organize the uploaded…
Ishwara Bhat
  • 137
  • 1
  • 8
1
2 3
42 43