|
| 1 | +--- |
| 2 | +title: Microsoft Teams shared line appearance |
| 3 | +titleSuffix: An Azure Communication Services concept document |
| 4 | +description: Provides an overview of Teams shared line appearance and delegate calling for Teams users in Azure Communication Services Calling SDK. |
| 5 | +author: jamescadd |
| 6 | +manager: chpalmer |
| 7 | +services: azure-communication-services |
| 8 | + |
| 9 | +ms.author: jacadd |
| 10 | +ms.date: 2/6/2025 |
| 11 | +ms.topic: conceptual |
| 12 | +ms.service: azure-communication-services |
| 13 | +ms.subservice: teams-interop |
| 14 | +--- |
| 15 | +# Microsoft Teams shared line appearance |
| 16 | + |
| 17 | +[!INCLUDE [Public Preview Notice](../../../../includes/public-preview-include.md)] |
| 18 | +Microsoft Teams shared line appearance lets a user choose a delegate to answer 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 Teams shared line appearance, a manager is someone who authorizes a delegate to make or receive calls on their behalf. A delegate can make or receive calls on behalf of the delegator. |
| 19 | +## Use Cases |
| 20 | + |
| 21 | +**Business Enterprises**: Team leads can delegate their call responsibilities during meetings or vacations to their assistants or colleagues, ensuring uninterrupted communication with stakeholders. |
| 22 | + |
| 23 | +**Contact Centers:** Supervisors can allocate their call flows to other available agents during breaks, making certain that no client query goes unanswered. |
| 24 | + |
| 25 | +**Healthcare:** Doctors or nurses can delegate their call flows to peers or assistants during surgeries or when attending critical cases, ensuring patient queries are addressed promptly. |
| 26 | + |
| 27 | +## Platform capabilities |
| 28 | +The following Azure Communication Services and Graph platforms currently support shared line appearance: |
| 29 | +| Capability | Calling SDK JS | Graph SDK | |
| 30 | +|------------------------------------------------------------|----------------|-----------| |
| 31 | +| Set up delegation (add/remove/update delegate permissions) | ❌ | ✔️ | |
| 32 | +| Receive calls on behalf of another | ✔️ | ❌ | |
| 33 | +| Call a phone number on behalf of another | ✔️ | ❌ | |
| 34 | +| Call a Teams user on behalf of another | ✔️ | ❌ | |
| 35 | +| Receive an ACS user call on behalf of another Teams user | ✔️ | ❌ | |
| 36 | +| Get the delegate view of shared lines | ❌ | ✔️ | |
| 37 | +| Get the delegate view of manager’s call activities | ❌ | ❌ | |
| 38 | +| Get the manager view of delegates | ❌ | ✔️ | |
| 39 | +| Delegate or manager can hold or resume | ✔️ | ❌ | |
| 40 | + |
| 41 | +>Note: Calling SDK for iOS, Android, and Windows do not currently support shared line appearance. |
| 42 | +
|
| 43 | +For more information on the capabilities available during a shared line appearance call, see [Calling capabilities for Teams users](https://learn.microsoft.com/en-us/azure/communication-services/concepts/interop/teams-user-calling). |
| 44 | + |
| 45 | +## Next steps |
| 46 | + |
| 47 | +> [!div class="nextstepaction"] |
| 48 | +> For more information, see the following articles: |
| 49 | +- Get started developing shared line appearance with the [how to](articles/communication-services/how-tos/calling-sdk/shared-line-appearance.md). |
0 commit comments