Skip to content

Commit 0f9906f

Browse files
authored
Update calling-chat.md
1 parent 79c1702 commit 0f9906f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/concepts/interop/calling-chat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ As part of this preview, the Azure Communication Services SDKs can be used to bu
2424
## Enabling calling and chat interoperability in your Teams tenant
2525
To enable calling and chat between your Communication Services users and your Teams tenant, use the new Teams PowerShell cmdlet [Set-CsTeamsAcsFederationConfiguration](/powershell/module/teams/set-csteamsacsfederationconfiguration). This cmdlet is only available to participants in the private preview.
2626

27-
Custom applications built with Azure Communication Services to connect and communicate with Teams users can be used by end users or by bots, and there is no differentiation in how they appear to Teams users, unless the developer of the application explicitly indicates this as part of the communication.
27+
Custom applications built with Azure Communication Services to connect and communicate with Teams users can be used by end users or by bots, and there's no differentiation in how they appear to Teams users, unless the developer of the application explicitly indicates this as part of the communication.
2828

2929
To start a call or chat with a Teams user, the user’s Azure Active Directory (AAD) object ID is required. This can be obtained using [Microsoft Graph API](/graph/api/resources/users) or from your on-premises directory if you are using [Azure AD Connect](../../../active-directory/hybrid/how-to-connect-sync-whatis.md) (or some other mechanism) to synchronize your identity data between your on-premises environment and AAD.
3030

@@ -47,9 +47,9 @@ const call = callAgent.startCall([teamsCallee]);
4747

4848
**Limitations and known issues**
4949
- Teams users must be in "TeamsOnly" mode. Skype for Business users can't receive 1:1 calls from Communication Services users.
50-
- Escalation to a group call is not supported.
50+
- Escalation to a group call isn't supported.
5151
- Communication Services users are not displayed correctly in the Call history
52-
- Communication Services call recording is not available for 1:1 calls.
52+
- Communication Services call recording isn't available for 1:1 calls.
5353
- Advanced call routing capabilities (forwarding, group call pickup, simulring, VM) are not supported.
5454
- Teams users can't set Communication Services users as forwarding/transfer targets.
5555
- LyncIpPhone fork is not supported.

0 commit comments

Comments
 (0)