Skip to content

Commit 37304a4

Browse files
committed
Added prereqs, align table with Teams, bugfixes
1 parent fa3c931 commit 37304a4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

articles/communication-services/concepts/interop/teams-user/teams-shared-line-appearance.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ ms.subservice: teams-interop
1616

1717
[!INCLUDE [Public Preview Notice](../../../../includes/public-preview-include.md)]
1818
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+
20+
## Prerequisites
21+
22+
- An Azure account with an active subscription. See [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
23+
- A deployed Communication Services resource. See [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+
- Licensing requiremnets for delegator and delegates . See [Teams phone license](https://learn.microsoft.com/microsoftteams/shared-line-appearance#license-required).
26+
- Enable delegation and shared line appearance. See [Enable delegation](https://learn.microsoft.com/microsoftteams/shared-line-appearance#enable-delegation-and-shared-line-appearance)
27+
- 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](https://learn.microsoft.com/microsoftteams/shared-line-appearance#use-powershell).
28+
- 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).
29+
1930
## Use Cases
2031

2132
**Business Enterprises**: Team leads can delegate their call responsibilities during meetings or vacations to their assistants or colleagues, ensuring uninterrupted communication with stakeholders.
@@ -28,14 +39,15 @@ Microsoft Teams shared line appearance lets a user choose a delegate to answer o
2839
The following Azure Communication Services and Graph platforms currently support shared line appearance:
2940
| Capability | Calling SDK JS | Graph SDK |
3041
|------------------------------------------------------------|----------------|-----------|
31-
| Set up delegation (add/remove/update delegate permissions) || ✔️ |
42+
| Set up delegation (add/remove/update delegate permissions) || |
3243
| Receive calls on behalf of another | ✔️ ||
3344
| Call a phone number on behalf of another | ✔️ ||
3445
| Call a Teams user on behalf of another | ✔️ ||
3546
| Receive an ACS user call on behalf of another Teams user | ✔️ ||
3647
| Get the delegate view of shared lines || ✔️ |
3748
| Get the delegate view of manager’s call activities |||
3849
| Get the manager view of delegates || ✔️ |
50+
| Get shared call history |||
3951
| Delegate or manager can hold or resume | ✔️ ||
4052

4153
>Note: Calling SDK for iOS, Android, and Windows do not currently support shared line appearance.

0 commit comments

Comments
 (0)