Skip to content

Commit a677a36

Browse files
committed
Updates
1 parent 4d9b7fe commit a677a36

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

articles/communication-services/concepts/reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ For each area, we have external pages to track and review our SDKs. You can cons
3535
| 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) | - | - | - |
3636
| Signaling | [npm](https://www.npmjs.com/package/@azure/communication-signaling) | - | | - | - | - | - |
3737
| 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) | - | - | - |
38+
| 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) |
3839

3940
## Class/method documentation
4041

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Development of Calling and Chat applications can be accelerated by the [Azure C
3434
| Call Automation | [REST](/rest/api/communication/callautomation/call-connection) | Service | Build customized calling workflows for PSTN and VoIP calls |
3535
| Job Router | [REST](/rest/api/communication/jobrouter/job-router-operations) | Service | Optimize the management of customer interactions across various applications |
3636
| Network Traversal | [REST](./network-traversal.md)| Service| Access TURN servers for low-level data transport |
37+
| Rooms | [REST](/rest/api/communication/rooms/operation-groups)| Service| Create and manage structured communication rooms |
3738
| UI Library | N/A | Client | Production-ready UI components for chat and calling apps |
3839

3940
### Languages and publishing locations
@@ -53,8 +54,10 @@ Publishing locations for individual SDK packages are detailed below.
5354
|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)
5455
|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)
5556
|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+
| 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) | - | - | - |
5658
| 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) |
57-
| 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)| -|
59+
| Advanced Messaging | - | [NuGet](https://www.nuget.org/packages/Azure.Communication.Messages) | - | - | - | - | - |
60+
| 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)| - |
5861

5962
### SDK platform support details
6063

@@ -77,8 +80,8 @@ Calling supports the platforms listed below.
7780
All other Communication Services packages target .NET Standard 2.0, which supports the platforms listed below.
7881

7982
- Support via .NET Framework 4.6.1
80-
- Windows 10, 8.1, 8 and 7
81-
- Windows Server 2012 R2, 2012 and 2008 R2 SP1
83+
- Windows 10, 8.1, 8 and 7
84+
- Windows Server 2012 R2, 2012 and 2008 R2 SP1
8285
- Support via .NET Core 2.0:
8386
- Windows 10 (1607+), 7 SP1+, 8.1
8487
- Windows Server 2008 R2 SP1+

0 commit comments

Comments
 (0)