Azure Communication Services are cloud-based services with REST APIs and client library SDKs to help you integrate communication into your applications. You can add communication features to your applications without being an expert in communication technologies such as media encoding and real-time networking.
- SDKs - Links to client libraries
- Release Notes - Collated release notes for the service and SDKs
- Roadmap - Priorities for current and future service development
- Awesome List - External GitHub projects interesting to Azure Communication Services developers
This repo is not open to contributions, though many of the linked SDKs are open-source and allow contributions. Documentation and other resources for developers are indexed below.
Topic | Channel |
---|---|
Concepts & Quickstarts | Docs |
Samples | Azure Sample Index or GitHub |
Feature Requests | Ideas |
Questions & Bugs | Q&A or Azure Support |
Azure Communication Services is conceptually organized into nine areas. Most areas have fully open-sourced SDKs programmed against published REST APIs that you can use directly over the Internet. Development of Web Calling and Chat client applications can be accelerated by Azure Communication Services UI libraries. The UI library provides production-ready UI components that you can drop into your applications.
Communication Services APIs are documented alongside other Azure REST APIs in docs.microsoft.com. This documentation will tell you how to structure your HTTP messages and offers guidance for using Postman. REST interface documentation is also offered in Swagger format on GitHub.
Assembly | Capabilities |
---|---|
Azure Resource Manager | Provision and manage Communication Services resources |
Common | Provides base types for other SDKs |
Identity | Manage users, access tokens |
Phone numbers | Acquire and manage phone numbers |
SMS | Send and receive SMS messages |
Chat | Add real-time text based chat to your applications |
Calling | Voice, video, screen-sharing, and other real-time communication |
Calling Server | Make and manage calls, play audio, and configure recording |
Network Traversal | Access TURN servers for low-level data transport |
UI Library | Production-ready UI components for chat and calling apps |
Publishing locations for individual SDK packages are detailed below.
Area | JavaScript | .NET | Python | Java SE | iOS | Android | Other |
---|---|---|---|---|---|---|---|
Azure Resource Manager | npm | NuGet | PyPi | Maven | - | - | Go via GitHub |
Common | npm | NuGet | N/A | Maven | GitHub | Maven | - |
Identity | npm | NuGet | PyPi | Maven | - | - | - |
Phone Numbers | npm | NuGet | PyPi | Maven | - | - | - |
Chat | npm | NuGet | PyPi | Maven | GitHub | Maven | - |
SMS | npm | NuGet | PyPi | Maven | - | - | - |
Calling | npm | NuGet | - | - | GitHub | Maven | - |
Call Automation | nuget | Maven | |||||
Network Traversal | npm | nuget | PyPi | Maven | - | - | |
UI Library | npm | - | - | - | GitHub | GitHub | GitHub, Storybook |
Reference Documentation | docs | docs | - | docs | docs | docs | - |
Release notes are available directly in the publishing location (e.g. nuget) for SDKs. However every two weeks we aggregate release notes including services changes (e.g. new Azure Portal pages) in this repo.
- 03/08/2022 - 03/21/2022 - Network Traversal release a new beta version of the SDK libraries for .Net, Java & JS. Calling library release a new beta version available for JS.
- 03/22/2022 - 04/04/2022 - UI Library released a new version of the SDK for mobile platforms (iOS & Android), zoom over shared content, UI/UX enhancements over device selection, localization and, solve performance issues. Identity migrated from using
@azure/core-http
to@azure/core-rest-pipeline
for the handling of HTTP requests on the JS library. Network Traversal released a new beta version of the SDK for Python. Chat update the references of the JS library. - 04/04/2022 - 04/18/2022 - Release the Virtual Visits example; it's a web app you can host to provide your customers with a branded virtual consultation experience; for more details, visit the Virtual Visits GitHub example repository. Chat team launch released a GA version for iOS and released an update with GA support for push notifications in Android.
- 04/18/2022 - 05/02/2022 - Network Traversal release a new beta version of the SDK libraries for JS.
- 05/03/2022 - 05/16/2022 - Calling releases a new Android Beta version, adding Push Notifications support for stopping an incoming call because it was answered by another device, or canceled by the caller, etc. Chat releases an iOS stable version, adding two new events
realTimeNotificationConnected
andrealTimeNotificationDisconnected
which allow the developer to know when the connection to the real time notification server is active.
In many cases we maintain a perpetual changelog at a library level which is linked below.
Area | JavaScript | .NET | Python | Java SE | iOS | Android | Other |
---|---|---|---|---|---|---|---|
Azure Resource Manager | [link] | [link] | |||||
Common | [link] | [link] | [link] | [link] | [link] | ||
Identity | [link] | [link] | [link] | [link] | |||
Phone Numbers | [link] | [link] | [link] | ||||
Chat | [link] | [link] | [link] | [link] | [link] | [link] | |
SMS | [link] | [link] | [link] | [link] | |||
Calling | [link] | [link] | [link] | [link] | |||
TURN (Network Traversal) | [link] | [link] | [link] | [link] | |||
UI Library | -- | --- | --- | --- | [link] | [link] | - |
Our roadmap communicates features currently in development (private preview) and on-going priorities for extending the scope of Azure Communication Services. It will continue to evolve based on market changes and customer feedback, so please note that the plans outlined here are not exhaustive or guaranteed. We welcome your feedback on the roadmap.
Major updates to Azure Communication Services and other Azure services are available at https://azure.microsoft.com/updates/.
We appreciate your feedback and energy helping us improve our services. If you've tried the service, please give us feedback through this survey.
If you'd like to submit feature requests please submit them to our board on Azure Feedback.