I’m developing a Flutter app where users can make audio calls to each other. I’m using the Agora SDK for implementing the audio call functionality. Currently, I’m stuck on how to initiate a call from one user to another.
Specifically, I want User 1 to be able to call User 2 within the app. I have integrated the Agora SDK into my Flutter project and initialized it with my App ID. However, I’m unsure about the steps required to establish a call between two users using the Agora SDK.
Could someone provide guidance or a code example on how to initiate an audio call from User 1 to User 2 using the Agora SDK in a Flutter app? Any help or insights would be greatly appreciated!
Kavita Patel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.