@@ -28,6 +28,7 @@ Development of Calling and Chat applications can be accelerated by the [Azure C
28
28
| Identity | [ REST] ( /rest/api/communication/communication-identity ) | Service| Manage users, access tokens|
29
29
| Phone numbers| [ REST] ( /rest/api/communication/phonenumbers ) | Service| Acquire and manage phone numbers |
30
30
| SMS | [ REST] ( /rest/api/communication/sms ) | Service| Send and receive SMS messages|
31
+ | Email | [ REST] ( /rest/api/communication/Email ) | Service| Send and get status on Email messages|
31
32
| Chat | [ REST] ( /rest/api/communication/ ) with proprietary signaling | Client & Service | Add real-time text chat to your applications |
32
33
| Calling | Proprietary transport | Client | Voice, video, screen-sharing, and other real-time communication |
33
34
| Calling Server | [ REST] ( /rest/api/communication/callautomation/server-calls ) | Service| Make and manage calls, play audio, and configure recording |
@@ -46,6 +47,7 @@ Publishing locations for individual SDK packages are detailed below.
46
47
| 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 ) | -| -| -|
47
48
| 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 ) | -|
48
49
| 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 ) | -| -| -|
50
+ | 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 ) | -| -| -|
49
51
| Calling| [ npm] ( https://www.npmjs.com/package/@azure/communication-calling ) | [ NuGet] ( https://www.NuGet.org/packages/Azure.Communication.Calling ) | -| - | [ GitHub] ( https://github.com/Azure/Communication/releases ) | [ Maven] ( https://search.maven.org/artifact/com.azure.android/azure-communication-calling/ ) | -|
50
52
|Call Automation||[ NuGet] ( https://www.NuGet.org/packages/Azure.Communication.CallingServer/ ) ||[ Maven] ( https://search.maven.org/artifact/com.azure/azure-communication-callingserver )
51
53
| 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 ) | -| - | - |
@@ -116,6 +118,7 @@ For more information, see the following SDK overviews:
116
118
- [ Calling SDK Overview] ( ../concepts/voice-video-calling/calling-sdk-features.md )
117
119
- [ Chat SDK Overview] ( ../concepts/chat/sdk-features.md )
118
120
- [ SMS SDK Overview] ( ../concepts/sms/sdk-features.md )
121
+ - [ Email SDK Overview] ( ../concepts/email/sdk-features.md )
119
122
120
123
To get started with Azure Communication Services:
121
124
0 commit comments