An open API service indexing awesome lists of open source software.

https://github.com/tutorialsandroid/voip

A sample app showing how to make voice calls using internet and Agora SDK
https://github.com/tutorialsandroid/voip

agora agora-sdk android-app android-application javaapplication kotlin-android sdk voice voicecall voicecalling voip voip-application

Last synced: 7 months ago
JSON representation

A sample app showing how to make voice calls using internet and Agora SDK

Awesome Lists containing this project

README

          

## Voip [ Make Voice and Group calls on internet ]

*This is a sample project which shows how to do internet voice call using Agora SDK.*

*For any queries raise a issue is Issue Tab*

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.paypal.com/paypalme/tusharmasram)

## ScreenShot

![](https://raw.githubusercontent.com/TutorialsAndroid/Voip/master/screenshot/Screenshot_1694891038_resized1.png)

## How it works:

1. Voip uses Agora SDK to make voice calls.
2. You have to make unique channel to start a call.
3. When you create a channel Agora starts to broadcast audio on that channel.

**For more details about Agora SDK click on Agora image below 👇👇**

[!["Agora SDK"](https://raw.githubusercontent.com/TutorialsAndroid/Voip/master/screenshot/agora-logo.png)](https://docs.agora.io/en/voice-calling/overview/product-overview?platform=android)

## License

* [Apache Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)

```
Copyright 2023 TutorialsAndroid - Voip

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.