|
| 1 | +--- |
| 2 | +title: Tutorial - Teams Shared Line Appearance |
| 3 | +description: Use Microsoft Teams Shared Line Appearance with Azure Communication Services Calling SDK. |
| 4 | +author: charithgunaratna |
| 5 | +ms.author: charithg |
| 6 | +ms.service: azure-communication-services |
| 7 | +ms.topic: how-to #Required; leave this attribute/value as-is |
| 8 | +ms.date: 02/04/2025 |
| 9 | +--- |
| 10 | + |
| 11 | +# Teams Shared Line Appearance |
| 12 | + |
| 13 | +This article describes how to implement Microsoft Teams Shared Line Appearance with Azure Communication Services. Shared line appearance lets a user choose a delegate to make or handle calls on their behalf. This feature is helpful if a user has an administrative assistant who regularly handles the user's calls. In the context of shared line appearance, a manager is a Teams user who authorizes a delegate to make or receive calls on their behalf. A delegate is a Microsoft 365 user who can make or receive calls on behalf of the delegator. You can find additional information about shared line appearance in [Teams documentation](/microsoftteams/shared-line-appearance). |
| 14 | + |
| 15 | +## Prerequisites |
| 16 | + |
| 17 | +- An Azure account with an active subscription. See [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F). |
| 18 | +- A deployed Communication Services resource. See [Create a Communication Services resource](../../quickstarts/create-communication-resource.md). |
| 19 | +- A user access token to enable the calling client. For more information, see [Create and manage access tokens](../../quickstarts/identity/access-tokens.md). |
| 20 | +- Licensing requirements for delegator and delegates. See [Teams Phone license](/microsoftteams/shared-line-appearance#license-required). |
| 21 | +- Enable delegation and shared line appearance. See [Enable delegation](/microsoftteams/shared-line-appearance#enable-delegation-and-shared-line-appearance) |
| 22 | +- Assign delegates using [Microsoft Teams Client](https://support.microsoft.com/office/share-a-phone-line-with-a-delegate-in-microsoft-teams-16307929-a51f-43fc-8323-3b1bf115e5a8) or [Teams PowerShell](/microsoftteams/shared-line-appearance#use-powershell). |
| 23 | +- Learn more about [Team Shared Line Appearance in Azure Communication Services](../../concepts/interop/teams-user/teams-shared-line-appearance.md) |
| 24 | +- Optional: Complete the quickstart to add voice calling to Microsoft Teams user. See [Quickstart: Add voice calling to Microsoft Teams user](../../quickstarts/voice-video-calling/get-started-call-to-teams-user.md). |
| 25 | + |
| 26 | +## Support |
| 27 | + |
| 28 | +### SDKs |
| 29 | + |
| 30 | +The following table shows support for shared line appearance feature in individual Azure Communication Services SDKs. |
| 31 | + |
| 32 | +| Support status | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows | |
| 33 | +|----------------|-----|--------|--------|--------|----------|--------|---------| |
| 34 | +| Is Supported | ✔️ | | | | | | | |
| 35 | + |
| 36 | +[!INCLUDE [Shared line appearance Client-side JavaScript](./includes/shared-line-appearance/shared-line-appearance-web.md)] |
| 37 | + |
| 38 | +## Next steps |
| 39 | + |
| 40 | +- [Learn how to manage calls](./manage-calls.md) |
0 commit comments