https://github.com/agoraio/basic-audio-call
Sample app to join/leave a channel, mute/unmute, and switch between the speaker/headset.
https://github.com/agoraio/basic-audio-call
agora groupchat voicechat
Last synced: about 2 months ago
JSON representation
Sample app to join/leave a channel, mute/unmute, and switch between the speaker/headset.
- Host: GitHub
- URL: https://github.com/agoraio/basic-audio-call
- Owner: AgoraIO
- License: mit
- Created: 2018-09-26T07:01:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-18T09:42:18.000Z (over 4 years ago)
- Last Synced: 2024-11-14T12:20:02.274Z (11 months ago)
- Topics: agora, groupchat, voicechat
- Language: Java
- Size: 382 KB
- Stars: 107
- Watchers: 51
- Forks: 117
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Basic Audio Call
_Other Languages: [简体中文](README.zh.md)_
Agora provides a set of sample applications demonstrating how to integrate the Agora Audio SDK for:
- [1-to-1 voice calls](#1-to-1-voice-calls)
- [Group vocie calls](#group-voice-calls)## Platforms Supported
### 1-to-1 Voice Calls
Sample applications for 1-to-1 voice calls are provided for Android, iOS.
The 1-to-1 voice call sample applications, demonstrate how to:
- Join / leave a channel
- Mute / unmute audio
- Switch speakerProject Folder Name|Platform|Description
---|---|---
[Agora Android Voice Tutorial - 1 to 1](./One-to-One-Voice/Agora-Android-Voice-Tutorial-1to1)|Android|Agora Android Voice Tutorial 1 to 1
[Agora iOS Voice Tutorial for Swift - 1 to 1](./One-to-One-Voice/Agora-iOS-Voice-Tutorial-Swift-1to1)|iOS|Agora iOS Voice Tutorial 1 to 1 using Swift### Group Voice Calls
Sample applications for group voice calls are provided for Android, iOS.
The group voice call sample applications, demonstrate how to:
- Join / leave a channel
- Mute / unmute audio
- Switch speakerProject Folder Name|Platform|Description
---|---|---
[Open Voice Call for Android](./Group-Voice-Call/OpenVoiceCall-Android)|Android|Open Voice Call for Android
[Open Voice Call iOS for Objective C](./Group-Voice-Call/OpenVoiceCall-iOS-Objective-C)|iOS|Open Voice Call for iOS using Objective C
[Open Voice Call iOS for Swift](./Group-Voice-Call/OpenVoiceCall-iOS)|iOS|Open Voice Call for iOS using Swift## Contact Us
- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first
- Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials
- Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case
- Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community)
- You can find full API documentation at [Document Center](https://docs.agora.io/en/)
- If you encounter problems during integration, you can ask question in [Stack Overflow](https://stackoverflow.com/questions/tagged/agora.io)
- You can file bugs about this sample at [issue](https://github.com/AgoraIO/Basic-Audio-Call/issues)## License
All sample applications are licensed under the MIT License (MIT). [View the license](LICENSE.md).