Skip to content

Commit fbb7791

Browse files
Merge pull request #218450 from minwoolee-msft/patch-3
Updating Call Automation part
2 parents 959e0ef + c6c374e commit fbb7791

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/communication-services/concepts/sdk-options.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Development of Calling and Chat applications can be accelerated by the [Azure C
3131
| Email | [REST](/rest/api/communication/Email) | Service|Send and get status on Email messages|
3232
| Chat | [REST](/rest/api/communication/) with proprietary signaling | Client & Service | Add real-time text chat to your applications |
3333
| 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|
3435
| Network Traversal | [REST](./network-traversal.md)| Service| Access TURN servers for low-level data transport |
3536
| UI Library | N/A | Client | Production-ready UI components for chat and calling apps |
3637

@@ -48,7 +49,7 @@ Publishing locations for individual SDK packages are detailed below.
4849
| 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) | -| -| -|
4950
| 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) | -| -| -|
5051
| 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)
5253
|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) | -|- | - |
5354
| 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) |
5455
| 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
115116
For more information, see the following SDK overviews:
116117

117118
- [Calling SDK Overview](../concepts/voice-video-calling/calling-sdk-features.md)
119+
- [Call Automation SDK Overview](../concepts/call-automation/call-automation.md)
118120
- [Chat SDK Overview](../concepts/chat/sdk-features.md)
119121
- [SMS SDK Overview](../concepts/sms/sdk-features.md)
120122
- [Email SDK Overview](../concepts/email/sdk-features.md)

0 commit comments

Comments
 (0)