|
2 | 2 | title: Samples overview page
|
3 | 3 | titleSuffix: An Azure Communication Services sample overview.
|
4 | 4 | description: Overview of available sample projects for Azure Communication Services.
|
5 |
| -author: tophpalmer |
6 |
| -manager: chpalm |
| 5 | +author: alexper |
| 6 | +manager: serooney |
7 | 7 | services: azure-communication-services
|
8 | 8 |
|
9 |
| -ms.author: chpalm |
10 |
| -ms.date: 06/30/2021 |
| 9 | +ms.author: alexper |
| 10 | +ms.date: 02/12/2025 |
11 | 11 | ms.topic: overview
|
12 | 12 | ms.service: azure-communication-services
|
13 | 13 | ---
|
14 |
| -# Samples |
| 14 | +# Sample library |
15 | 15 |
|
16 |
| -Azure Communication Services has many samples available, which you can use to test out Azure Communication Services services and features before creating your own application or use case. |
| 16 | +The Azure Communication Services [**sample library**](https://aka.ms/acssamples) (GitHub) includes basic and advanced code examples demonstrating common communication use cases. |
17 | 17 |
|
18 |
| -## Application samples |
| 18 | +[**Basic samples**](https://github.com/Azure/Communication/blob/master/Sample-index.md#basic-samples): understand the fundamentals of Azure Communication Services. |
19 | 19 |
|
20 |
| -| Sample Name | Description | Languages/Platforms Available | |
21 |
| -| :--------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------ | :--------------------------------- | |
22 |
| -| [Calling Hero Sample](./calling-hero-sample.md) | Provides a sample of creating a calling application. | [Web](https://github.com/Azure-Samples/communication-services-web-calling-hero), [iOS](https://github.com/Azure-Samples/communication-services-ios-calling-hero), [Android](https://github.com/Azure-Samples/communication-services-android-calling-hero) | |
23 |
| -| [Chat Hero Sample](./chat-hero-sample.md) | Provides a sample of creating a chat application. | [Web](https://github.com/Azure-Samples/communication-services-web-chat-hero) | |
24 |
| -| [Trusted Authentication Server Sample](./trusted-auth-sample.md) | Provides a sample implementation of a trusted authentication service used to generate user and access tokens for Azure Communication Services. The service by default maps generated identities to Microsoft Entra ID | [node.JS](https://github.com/Azure-Samples/communication-services-authentication-hero-nodejs), [C#](https://github.com/Azure-Samples/communication-services-authentication-hero-csharp) |
25 |
| -| [Web Calling Sample](./web-calling-sample.md) | A step by step walk-through of Azure Communication Services Calling features, including PSTN, within the Web. | [Web](https://github.com/Azure-Samples/communication-services-web-calling-tutorial/) | |
26 |
| -| [Web Calling Push Notifications Sample](./web-calling-push-notifications-sample.md) | A step by step walk-through of how to set up an architecture for web calling push notifications. | [Web](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/calling-web-push-notifications) | |
| 20 | +[**Advanced samples**](https://github.com/Azure/Communication/blob/master/Sample-index.md#advanced-samples): see how capabilities come together to create more advanced communication experiences. |
27 | 21 |
|
28 |
| -## Quickstart samples |
29 |
| -Access code samples for quickstarts found on our documentation. |
30 |
| - - [JavaScript](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/) |
31 |
| - - [.NET](https://github.com/Azure-Samples/communication-services-dotnet-quickstarts/) |
32 |
| - - [Java](https://github.com/Azure-Samples/communication-services-java-quickstarts) |
33 |
| - - [iOS](https://github.com/Azure-Samples/communication-services-ios-quickstarts/) |
34 |
| - - [Android](https://github.com/Azure-Samples/communication-services-android-quickstarts/) |
35 |
| - - [Python](https://github.com/Azure-Samples/communication-services-python-quickstarts/) |
| 22 | + |
36 | 23 |
|
37 |
| - |
38 |
| -## Next Steps |
39 |
| - |
40 |
| - - [Create a Communication Services resource](../quickstarts/create-communication-resource.md) |
| 24 | +Have an idea for a helpful sample? [Request a sample 📥](https://feedback.azure.com/d365community/forum/81ff6d2b-0c25-ec11-b6e6-000d3a4f0858) |
0 commit comments