|
| 1 | +--- |
| 2 | +title: Display name changed |
| 3 | +titleSuffix: An Azure Communication Services how-to guide |
| 4 | +description: Use Azure Communication Services SDKs to subscript events that participants' display name change |
| 5 | +author: fuyan |
| 6 | +ms.author: fuyan |
| 7 | +ms.service: azure-communication-services |
| 8 | +ms.subservice: calling |
| 9 | +ms.topic: how-to |
| 10 | +ms.date: 05/06/2025 |
| 11 | +ms.custom: template-how-to |
| 12 | +zone_pivot_groups: acs-plat-web-ios-android-windows |
| 13 | + |
| 14 | +#Customer intent: As a developer, I want to learn how to send and receive Media access state using SDK. |
| 15 | +--- |
| 16 | + |
| 17 | +# Display name changed |
| 18 | +::: zone pivot="platform-android" |
| 19 | +[!INCLUDE [Public Preview Disclaimer](../../includes/public-preview-include-document.md)] |
| 20 | +::: zone-end |
| 21 | + |
| 22 | +::: zone pivot="platform-ios" |
| 23 | +[!INCLUDE [Public Preview Disclaimer](../../includes/public-preview-include-document.md)] |
| 24 | +::: zone-end |
| 25 | + |
| 26 | +::: zone pivot="platform-windows" |
| 27 | +[!INCLUDE [Public Preview Disclaimer](../../includes/public-preview-include-document.md)] |
| 28 | +::: zone-end |
| 29 | + |
| 30 | +This article describes how you can subscribe the Teams participants' display name changed events showing the old, new values and the reason of the name change. |
| 31 | + |
| 32 | +## Prerequisites |
| 33 | + |
| 34 | +- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F). |
| 35 | +- A deployed Communication Services resource. [Create a Communication Services resource](../../quickstarts/create-communication-resource.md). |
| 36 | +- A user access token to enable the calling client. For more information, see [Create and manage access tokens](../../quickstarts/identity/access-tokens.md). |
| 37 | +- Optional: Complete the article [Add voice calling to your app](../../quickstarts/voice-video-calling/getting-started-with-calling.md). |
| 38 | + |
| 39 | +## Support |
| 40 | + |
| 41 | +The following tables define support for display name change during Teams interop call/meeting in Azure Communication Services. |
| 42 | + |
| 43 | +### Identities and call types |
| 44 | + |
| 45 | +The following table shows media access support for specific call types and identities. |
| 46 | + |
| 47 | +|Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call | |
| 48 | +|-----------------------------|---------------|------|----------|------------|------------------------|--------------------------| |
| 49 | +|Communication Services user | ✔️ | | | | ✔️ | ✔️ | |
| 50 | +|Microsoft 365 user | ✔️ | | | | ✔️ | ✔️ | |
| 51 | + |
| 52 | +### Operations |
| 53 | + |
| 54 | +The following table shows support for individual APIs in the Calling SDK related to individual identity types. The media access feature only supports these operations in Teams meetings. |
| 55 | + |
| 56 | +|Operations | Communication Services user | Microsoft 365 user | |
| 57 | +|-----------------------------|---------------|--------------------------| |
| 58 | +| Check if Teams participant has display name changed | ✔️ | ✔️ | |
| 59 | +| Get notification that Teams participant display name changed | ✔️ | ✔️ | |
| 60 | + |
| 61 | + |
| 62 | +### SDKs |
| 63 | + |
| 64 | +The following tables show support for the display name change in individual Azure Communication Services SDKs. |
| 65 | + |
| 66 | +| Support status | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows | |
| 67 | +|----------------|-----|--------|--------|--------|----------|--------|---------| |
| 68 | +| Is Supported | ✔️ | | | | | | | |
| 69 | + |
| 70 | +::: zone pivot="platform-web" |
| 71 | +[!INCLUDE [Display name changed Client-side JavaScript](./includes/displayname-changed/displayname-changed-web.md)] |
| 72 | +::: zone-end |
| 73 | + |
| 74 | + |
| 75 | +## Next steps |
| 76 | +- [Learn how to manage calls](./manage-calls.md) |
| 77 | +- [Learn how to manage video](./manage-video.md) |
| 78 | + |
| 79 | +## Related articles |
| 80 | + |
| 81 | +To do, add Teams client doc here. |
0 commit comments