@@ -7,7 +7,7 @@ manager: chpalm
7
7
services : azure-communication-services
8
8
9
9
ms.author : chpalm
10
- ms.date : 10/10/2022
10
+ ms.date : 04/16/2024
11
11
ms.topic : conceptual
12
12
ms.service : azure-communication-services
13
13
---
@@ -36,6 +36,7 @@ Development of Calling and Chat applications can be accelerated by the [Azure C
36
36
| Network Traversal | [ REST] ( ./network-traversal.md ) | Service| Access TURN servers for low-level data transport |
37
37
| Rooms | [ REST] ( /rest/api/communication/rooms/operation-groups ) | Service| Create and manage structured communication rooms |
38
38
| UI Library | N/A | Client | Production-ready UI components for chat and calling apps |
39
+ | Advanced Messaging | [ REST] ( /rest/api/communication/advancedmessaging/operation-groups ) | Service | Send and receive WhatsApp Business messages |
39
40
40
41
### Languages and publishing locations
41
42
@@ -48,15 +49,15 @@ Publishing locations for individual SDK packages are detailed below.
48
49
| Identity | [ npm] ( https://www.npmjs.com/package/@azure/communication-identity ) | [ NuGet] ( https://www.NuGet.org/packages/Azure.Communication.Identity ) | [ PyPi] ( https://pypi.org/project/azure-communication-identity/ ) | [ Maven] ( https://search.maven.org/search?q=a:azure-communication-identity ) | -| -| -|
49
50
| Phone Numbers | [ npm] ( https://www.npmjs.com/package/@azure/communication-phone-numbers ) | [ NuGet] ( https://www.NuGet.org/packages/Azure.Communication.PhoneNumbers ) | [ PyPi] ( https://pypi.org/project/azure-communication-phonenumbers/ ) | [ Maven] ( https://search.maven.org/search?q=a:azure-communication-phonenumbers ) | -| -| -|
50
51
| Chat | [ npm] ( https://www.npmjs.com/package/@azure/communication-chat ) | [ NuGet] ( https://www.NuGet.org/packages/Azure.Communication.Chat ) | [ PyPi] ( https://pypi.org/project/azure-communication-chat/ ) | [ Maven] ( https://search.maven.org/search?q=a:azure-communication-chat ) | [ GitHub] ( https://github.com/Azure/azure-sdk-for-ios/releases ) | [ Maven] ( https://search.maven.org/search?q=a:azure-communication-chat ) | -|
51
- | SMS| [ npm] ( https://www.npmjs.com/package/@azure/communication-sms ) | [ NuGet] ( https://www.NuGet.org/packages/Azure.Communication.Sms ) | [ PyPi] ( https://pypi.org/project/azure-communication-sms/ ) | [ Maven] ( https://search.maven.org/artifact/com.azure/azure-communication-sms ) | -| -| -|
52
- | Email| [ npm] ( https://www.npmjs.com/package/@azure/communication-email ) | [ NuGet] ( https://www.NuGet.org/packages/Azure.Communication.Email ) | [ PyPi] ( https://pypi.org/project/azure-communication-email/ ) | [ Maven] ( https://search.maven.org/artifact/com.azure/azure-communication-email ) | -| -| -|
53
- | Calling| [ npm] ( https://www.npmjs.com/package/@azure/communication-calling ) | [ NuGet] ( https://github.com/Azure/Communication/blob/master/releasenotes/acs-calling-windowsclient-sdk-release-notes.md ) | -| - | [ CocoaPods] ( https://github.com/Azure/Communication/releases ) | [ Maven] ( https://github.com/Azure/Communication/blob/master/releasenotes/acs-calling-android-sdk-release-notes.md ) | -|
54
- |Call Automation|[ npm] ( https://www.npmjs.com/package/@azure/communication-call-automation ) |[ NuGet] ( https://www.NuGet.org/packages/Azure.Communication.CallAutomation/ ) |[ PyPi] ( https://pypi.org/project/azure-communication-callautomation/ ) |[ Maven] ( https://search.maven.org/artifact/com.azure/azure-communication-callautomation )
55
- |Job Router|[ npm] ( https://www.npmjs.com/package/@azure-rest/communication-job-router ) |[ NuGet] ( https://www.NuGet.org/packages/Azure.Communication.JobRouter/ ) |[ PyPi] ( https://pypi.org/project/azure-communication-jobrouter/ ) |[ Maven] ( https://search.maven.org/artifact/com.azure/azure-communication-jobrouter )
56
- | Network Traversal| [ npm] ( https://www.npmjs.com/package/@azure/communication-network-traversal ) | [ NuGet] ( https://www.NuGet.org/packages/Azure.Communication.NetworkTraversal/ ) | [ PyPi] ( https://pypi.org/project/azure-communication-networktraversal/ ) | [ Maven] ( https://search.maven.org/search?q=a:azure-communication-networktraversal ) | -| - | - |
52
+ | SMS [ npm] ( https://www.npmjs.com/package/@azure/communication-sms ) | [ NuGet] ( https://www.NuGet.org/packages/Azure.Communication.Sms ) | [ PyPi] ( https://pypi.org/project/azure-communication-sms/ ) | [ Maven] ( https://search.maven.org/artifact/com.azure/azure-communication-sms ) | -| -| -|
53
+ | Email | [ npm] ( https://www.npmjs.com/package/@azure/communication-email ) | [ NuGet] ( https://www.NuGet.org/packages/Azure.Communication.Email ) | [ PyPi] ( https://pypi.org/project/azure-communication-email/ ) | [ Maven] ( https://search.maven.org/artifact/com.azure/azure-communication-email ) | -| -| -|
54
+ | Calling | [ npm] ( https://www.npmjs.com/package/@azure/communication-calling ) | [ NuGet] ( https://github.com/Azure/Communication/blob/master/releasenotes/acs-calling-windowsclient-sdk-release-notes.md ) | -| - | [ CocoaPods] ( https://github.com/Azure/Communication/releases ) | [ Maven] ( https://github.com/Azure/Communication/blob/master/releasenotes/acs-calling-android-sdk-release-notes.md ) | -|
55
+ | Call Automation |[ npm] ( https://www.npmjs.com/package/@azure/communication-call-automation ) |[ NuGet] ( https://www.NuGet.org/packages/Azure.Communication.CallAutomation/ ) |[ PyPi] ( https://pypi.org/project/azure-communication-callautomation/ ) |[ Maven] ( https://search.maven.org/artifact/com.azure/azure-communication-callautomation )
56
+ | Job Router |[ npm] ( https://www.npmjs.com/package/@azure-rest/communication-job-router ) |[ NuGet] ( https://www.NuGet.org/packages/Azure.Communication.JobRouter/ ) |[ PyPi] ( https://pypi.org/project/azure-communication-jobrouter/ ) |[ Maven] ( https://search.maven.org/artifact/com.azure/azure-communication-jobrouter )
57
+ | Network Traversal | [ npm] ( https://www.npmjs.com/package/@azure/communication-network-traversal ) | [ NuGet] ( https://www.NuGet.org/packages/Azure.Communication.NetworkTraversal/ ) | [ PyPi] ( https://pypi.org/project/azure-communication-networktraversal/ ) | [ Maven] ( https://search.maven.org/search?q=a:azure-communication-networktraversal ) | -| - | - |
57
58
| Rooms | [ npm] ( https://www.npmjs.com/package/@azure/communication-rooms ) | [ NuGet] ( https://www.nuget.org/packages/Azure.Communication.Rooms ) | [ PyPi] ( https://pypi.org/project/azure-communication-rooms/ ) | [ Maven] ( https://search.maven.org/search?q=a:azure-communication-rooms ) | - | - | - |
58
- | UI Library| [ npm] ( https://www.npmjs.com/package/@azure/communication-react ) | - | - | - | [ GitHub] ( https://github.com/Azure/communication-ui-library-ios ) | [ GitHub] ( https://github.com/Azure/communication-ui-library-android ) | [ GitHub] ( https://github.com/Azure/communication-ui-library ) , [ Storybook] ( https://azure.github.io/communication-ui-library/?path=/story/overview--page ) |
59
- | Advanced Messaging | - | [ NuGet] ( https://www.nuget.org/packages/Azure.Communication.Messages ) | - | - | - | - | - |
59
+ | UI Library | [ npm] ( https://www.npmjs.com/package/@azure/communication-react ) | - | - | - | [ GitHub] ( https://github.com/Azure/communication-ui-library-ios ) | [ GitHub] ( https://github.com/Azure/communication-ui-library-android ) | [ GitHub] ( https://github.com/Azure/communication-ui-library ) , [ Storybook] ( https://azure.github.io/communication-ui-library/?path=/story/overview--page ) |
60
+ | Advanced Messaging | [ npm ] ( https://www.npmjs.com/package/@azure-rest/communication-messages ) | [ NuGet] ( https://www.nuget.org/packages/Azure.Communication.Messages ) | [ PyPi ] ( https://pypi.org/project/azure-communication-messages/ ) | [ Maven ] ( https://central.sonatype.com/artifact/com.azure/azure-communication-messages ) | - | - | - |
60
61
| Reference Documentation | [ docs] ( /javascript/api/overview/azure/communication ) | [ docs] ( /dotnet/api/overview/azure/communication ) | [ docs] ( /python/api/overview/azure/communication ) | [ docs] ( /java/api/overview/azure/communication ) | [ docs] ( /objectivec/communication-services/calling/ ) | [ docs] ( /java/api/com.azure.android.communication.calling ) | - |
61
62
62
63
### SDK platform support details
@@ -135,6 +136,7 @@ For more information, see the following SDK overviews:
135
136
- [ Chat SDK Overview] ( ../concepts/chat/sdk-features.md )
136
137
- [ SMS SDK Overview] ( ../concepts/sms/sdk-features.md )
137
138
- [ Email SDK Overview] ( ../concepts/email/sdk-features.md )
139
+ - [ Advanced Messaging SDK Overview] ( ../concepts/advanced-messaging/whatsapp/whatsapp-overview.md )
138
140
139
141
To get started with Azure Communication Services:
140
142
0 commit comments