@@ -21,7 +21,8 @@ For each area, we have external pages to track and review our SDKs. You can cons
21
21
22
22
| Area | JavaScript | .NET | Python | Java SE | iOS | Android | Other |
23
23
| ---------------------- | --------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
24
- | Azure Resource Manager | - | [ NuGet] ( https://www.nuget.org/packages/Azure.ResourceManager.Communication ) | [ PyPi] ( https://pypi.org/project/azure-mgmt-communication/ ) | - | - | - | [ Go via GitHub] ( https://github.com/Azure/azure-sdk-for-go/releases/tag/v46.3.0 ) |
24
+ | Azure Resource Manager | [ npm] ( https://www.npmjs.com/package/@azure/arm-communication ) | [ NuGet] ( https://www.nuget.org/packages/Azure.ResourceManager.Communication ) | [ PyPi] ( https://pypi.org/project/azure-mgmt-communication/ ) | [ Maven] ( https://search.maven.org/search?q=a:azure-resourcemanager-communication ) | - | - | [ Go via GitHub] ( https://github.com/Azure/azure-sdk-for-go/releases/tag/v46.3.0 ) |
25
+ | Advanced Messaging | - | [ NuGet] ( https://www.nuget.org/packages/Azure.Communication.Messages ) | - | - | - | - | - |
25
26
| Calling | [ npm] ( https://www.npmjs.com/package/@azure/communication-calling ) | [ NuGet] ( https://www.nuget.org/packages/Azure.Communication.Calling.WindowsClient ) | - | - | [ GitHub] ( https://github.com/Azure/azure-sdk-for-ios/releases ) ([ docs] ( /objectivec/communication-services/calling/ ) ) | [ Maven] ( https://search.maven.org/artifact/com.azure.android/azure-communication-calling/ ) | - |
26
27
| 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/search?q=a:azure-communication-callautomation ) | - | - | - |
27
28
| 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 ) | - |
@@ -30,14 +31,17 @@ For each area, we have external pages to track and review our SDKs. You can cons
30
31
| 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 ) | - | - | - |
31
32
| 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/search?q=a:azure-communication-jobrouter ) | - | - | - |
32
33
| 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 ) | - | - | - |
33
- | 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 ) | - | - | - |
34
+ | 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 ) | - | - | - |
35
+ | 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 ) | - | - | - |
34
36
| Signaling | [ npm] ( https://www.npmjs.com/package/@azure/communication-signaling ) | - | | - | - | - | - |
35
37
| 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 ) |
36
39
37
40
## Class/method documentation
38
41
39
42
Additionally, the class/reference information for each SDK can be found below:
40
43
41
- - [ JavaScript] ( https://azure.github.io/azure-sdk-for-js/communication.html )
42
- - [ .NET] ( https://azure.github.io/azure-sdk-for-net/communication.html )
43
- - [ Java] ( http://azure.github.io/azure-sdk-for-java/communication.html )
44
+ - [ JavaScript] ( /javascript/api/overview/azure/communication )
45
+ - [ .NET] ( /dotnet/api/overview/azure/communication )
46
+ - [ Java/Android] ( /java/api/overview/azure/communication )
47
+ - [ Python] ( /python/api/overview/azure/communication )
0 commit comments