@@ -31,6 +31,7 @@ Development of Calling and Chat applications can be accelerated by the [Azure C
31
31
| Email | [ REST] ( /rest/api/communication/Email ) | Service| Send and get status on Email messages|
32
32
| Chat | [ REST] ( /rest/api/communication/ ) with proprietary signaling | Client & Service | Add real-time text chat to your applications |
33
33
| Calling | Proprietary transport | Client | Voice, video, screen-sharing, and other real-time communication |
34
+ | Call Automation | [ REST] ( /rest/api/communication/callautomation/server-calling ) | Service| Build customized calling workflows for PSTN and VoIP calls|
34
35
| Network Traversal | [ REST] ( ./network-traversal.md ) | Service| Access TURN servers for low-level data transport |
35
36
| UI Library | N/A | Client | Production-ready UI components for chat and calling apps |
36
37
@@ -48,7 +49,7 @@ Publishing locations for individual SDK packages are detailed below.
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 ) | -| -| -|
49
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 ) | -| -| -|
50
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/ ) | -|
51
- |Call Automation||[ NuGet] ( https://www.NuGet.org/packages/Azure.Communication.CallingServer / ) ||[ Maven] ( https://search.maven.org/artifact/com.azure/azure-communication-callingserver )
52
+ |Call Automation||[ NuGet] ( https://www.NuGet.org/packages/Azure.Communication.CallAutomation / ) ||[ Maven] ( https://search.maven.org/artifact/com.azure/azure-communication-callautomation )
52
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 ) | -| - | - |
53
54
| 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 ) |
54
55
| Reference Documentation | [ docs] ( https://azure.github.io/azure-sdk-for-js/communication.html ) | [ docs] ( https://azure.github.io/azure-sdk-for-net/communication.html ) | -| [ docs] ( http://azure.github.io/azure-sdk-for-java/communication.html ) | [ docs] ( /objectivec/communication-services/calling/ ) | [ docs] ( /java/api/com.azure.android.communication.calling ) | -|
@@ -115,6 +116,7 @@ You may be required to update to the v2.05 version of the Calling SDK within 12
115
116
For more information, see the following SDK overviews:
116
117
117
118
- [ Calling SDK Overview] ( ../concepts/voice-video-calling/calling-sdk-features.md )
119
+ - [ Call Automation SDK Overview] ( ../concepts/call-automation/call-automation.md )
118
120
- [ Chat SDK Overview] ( ../concepts/chat/sdk-features.md )
119
121
- [ SMS SDK Overview] ( ../concepts/sms/sdk-features.md )
120
122
- [ Email SDK Overview] ( ../concepts/email/sdk-features.md )
0 commit comments