|
| 1 | +--- |
| 2 | +title: Display name changed |
| 3 | +titleSuffix: An Azure Communication Services how-to guide |
| 4 | +description: Use Azure Communication Services SDK 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 | + |
| 13 | +#Customer intent: As a developer, I want to learn how to subscribe events that participants' display name change using SDK. |
| 14 | +--- |
| 15 | + |
| 16 | +# Display name changed |
| 17 | + |
| 18 | +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. |
| 19 | + |
| 20 | +## Prerequisites |
| 21 | + |
| 22 | +- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F). |
| 23 | +- A deployed Communication Services resource. [Create a Communication Services resource](../../quickstarts/create-communication-resource.md). |
| 24 | +- A user access token to enable the calling client. For more information, see [Create and manage access tokens](../../quickstarts/identity/access-tokens.md). |
| 25 | +- Optional: Complete the article [Add voice calling to your app](../../quickstarts/voice-video-calling/getting-started-with-calling.md). |
| 26 | + |
| 27 | +## Support |
| 28 | + |
| 29 | +The following tables define support for display name change during Teams interop call/meeting in Azure Communication Services. |
| 30 | + |
| 31 | +### Identities and call types |
| 32 | + |
| 33 | +The following table shows display name change support for specific call types and identities. |
| 34 | + |
| 35 | +|Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call | |
| 36 | +|-----------------------------|---------------|------|----------|------------|------------------------|--------------------------| |
| 37 | +|Communication Services user | ✔️ | | | | | | |
| 38 | +|Microsoft 365 user | ✔️ | | | | | | |
| 39 | + |
| 40 | +### Operations |
| 41 | + |
| 42 | +The following table shows support for individual APIs in the Calling SDK related to individual identity types. The display name change feature only supports these operations in Teams meetings. |
| 43 | + |
| 44 | +|Operations | Communication Services user | Microsoft 365 user | |
| 45 | +|-----------------------------|---------------|--------------------------| |
| 46 | +| Check if Teams participant has display name changed | ✔️ | ✔️ | |
| 47 | +| Get notification that Teams participant display name changed | ✔️ | ✔️ | |
| 48 | + |
| 49 | + |
| 50 | +### SDK |
| 51 | + |
| 52 | +The following tables show support for the display name change in individual Azure Communication Services SDK. |
| 53 | + |
| 54 | +| Support status | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows | |
| 55 | +|----------------|-----|--------|--------|--------|----------|--------|---------| |
| 56 | +| Is Supported | ✔️ | | | | | | | |
| 57 | + |
| 58 | + |
| 59 | +[!INCLUDE [Display name changed Client-side JavaScript](./includes/display-name-changed/display-name-changed-web.md)] |
| 60 | + |
| 61 | + |
| 62 | +## Next steps |
| 63 | +- [Learn how to manage calls](./manage-calls.md) |
| 64 | +- [Learn how to manage video](./manage-video.md) |
| 65 | + |
| 66 | +## Related articles |
| 67 | + |
| 68 | +To do, add Teams client doc here. |
0 commit comments