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
- Host: GitHub
- URL: https://github.com/tutorialsandroid/voip
- Owner: TutorialsAndroid
- License: apache-2.0
- Created: 2023-09-13T09:09:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T17:22:34.000Z (about 2 years ago)
- Last Synced: 2025-01-29T21:51:34.585Z (8 months ago)
- Topics: agora, agora-sdk, android-app, android-application, javaapplication, kotlin-android, sdk, voice, voicecall, voicecalling, voip, voip-application
- Language: Java
- Homepage:
- Size: 486 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*
[](https://www.paypal.com/paypalme/tusharmasram)
## ScreenShot

## 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 👇👇**
[](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 - VoipLicensed 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 athttp://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.