AgoraIO / Basic-Audio-Call

Sample app to join/leave a channel, mute/unmute, and switch between the speaker/headset.
MIT License
108 stars 117 forks source link

calls are possible or not without create the channel #27

Open AparnaManjalavil opened 3 years ago

AparnaManjalavil commented 3 years ago

I have a doubt that could this voice sdk -io.agora.rtc:voice-sdk:3.0.0 is possible to make voice calls without creating the channel like as whatsApp voice call.

yoreland commented 3 years ago

You might be interested to check this demo: https://github.com/AgoraIO-Usecase/Video-Calling it shows how to call another user by using agora-rtm-sdk's call invitation api

AparnaManjalavil commented 3 years ago

I had cloned this demo. I got an identifier code. After clicking the button 'Start Calling Your Friend' ,next page is shown Screenshot_2021-01-15-10-44-31-81_ff60debf673ebf3d8bfc97e83e21b60c. What I do next? Where I given the phone number?

plutoless commented 3 years ago

to call like wats app does not require a phone number. if you want to call a real phone it's a different story, you should use service like PSTN. So what is your requirement? Call a real phone or call someone else via message channel?

AparnaManjalavil commented 3 years ago

I want to call a user using his contact through the app like as whats app voice call. This my requirement. Is it possible by using your sdk?

plutoless commented 3 years ago

@AparnaExalture if you both login with our RTM sdk then you can send signaling message to him to start a video call. for contact if you mean real phone number then we do not provide this.

md-rifatkhan commented 2 years ago

Same. Do you get any solution? I want to implement voice calls like WhatsApp/IMO.