13473b617e
[Calling][Release] Calling release 1.12.0 |
||
---|---|---|
.github | ||
azure-communication-ui | ||
docs | ||
eng | ||
guardian/SDL | ||
.gitignore | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
LICENSE | ||
LICENSE.md | ||
README.md | ||
SECURITY.md | ||
SUPPORT.md |
README.md
Azure Communication UI Mobile Library for Android
Azure Communication UI Mobile Library is an Azure Communication Services capability focused on providing UI components for common business-to-consumer and business-to-business calling interactions.
Prerequisites
- An Azure account with an active subscription. Create an account for free.
- An OS running Android Studio.
- A deployed Communication Services resource. Create a Communication Services resource.
- Azure Communication Services Token. See example
Libraries
Azure Communication Service Mobile UI currently offers the following libraries:
Calling
Calling experience allows users to start or join a call. Inside the experience, users can configure their devices, participate in the call with video, and see other participants, including those ones with video turned on. For Teams interoperability, CallComposite includes lobby functionality so that users can wait to be admitted. For more information about calling composite and how you can integrate it into your application, click here.
Chat
Chat experience brings a real-time text communication to your applications. Similar to Calling, Chat also offers Teams interoperability where users can join Teams meetings and communicate with Teams chat messages.
Learn more about how to integrate Chat to your applications, click here.
Contributing to the Library
Before developing and contributing to Communication Mobile UI Library, check out our making a contribution guide.
Included in this repository is a demo of using Mobile UI Library to start or join a call and chat. You can find the detail of using and developing the UI Library in the Demo Guide.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments. Also, please check our Contribution Policy.
Community Help and Support
If you find a bug or have a feature request, please raise the issue on GitHub Issues.
Known Issues
Please refer to the wiki for known issues related to the library.
Further Reading
- Azure Communication UI Library Conceptual Documentation
- Azure Communication Service
- Azure Communication Client and Server Architecture
- Azure Communication Authentication
- Azure Communication Service Troubleshooting
- Azure Communication Service UI Calling Library Maven Releases
- Azure Communication Service UI Chat Library Maven Releases
- Azure Communication Service Android Calling Hero Sample