Skip to content

Commit d20b681

Browse files
author
Jill Grant
authored
Update telecommanager-integration.md
Acrolinx and casing fixes
1 parent 2fe2db0 commit d20b681

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/communication-services/how-tos/calling-sdk/telecommanager-integration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ ms.date: 03/20/2024
33
ms.topic: how-to
44
author: pavelprystinka
55
ms.author: pprystinka
6-
title: TelecomManager integration in Azure Communication Services Calling SDK
6+
title: TelecomManager integration in Azure Communication Services calling SDK
77
ms.service: azure-communication-services
88
ms.subservice: calling
9-
description: Steps on how to integrate TelecomManager with Azure Communication Services Calling SDK
9+
description: Steps on how to integrate TelecomManager with Azure Communication Services calling SDK
1010
---
1111

1212
# Integrate with TelecomManager
@@ -20,7 +20,7 @@ description: Steps on how to integrate TelecomManager with Azure Communication S
2020
- A user access token to enable the calling client. For more information, see [Create and manage access tokens](../../quickstarts/identity/access-tokens.md).
2121
- Optional: Complete the quickstart to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md)
2222

23-
## TelecomManager Integration
23+
## TelecomManager integration
2424

2525
[!INCLUDE [Public Preview Notice](../../includes/public-preview-include.md)]
2626

@@ -44,7 +44,7 @@ description: Steps on how to integrate TelecomManager with Azure Communication S
4444

4545
### Initialize call agent with TelecomManagerOptions
4646

47-
With configured instance of `TelecomManagerOptions`, we can create the `CallAgent` with `TelecomManager` eanbled.
47+
With configured instance of `TelecomManagerOptions`, we can create the `CallAgent` with `TelecomManager` enabled.
4848

4949
```Java
5050
CallAgentOptions options = new CallAgentOptions();
@@ -64,9 +64,9 @@ description: Steps on how to integrate TelecomManager with Azure Communication S
6464
call.setAudioRoute(android.telecom.CallAudioState.ROUTE_SPEAKER);
6565
```
6666

67-
### Configure call resume behaviour
67+
### Configure call resume behavior
6868

69-
When call is interupted with other call, for instance incoming PSTN call, ACS call is placed `OnHold`. You can configure what happens once PSTN call is over resume call automatically, or wait for user to request call resume.
69+
When call is interrupted with other call, for instance incoming PSTN call, ACS call is placed `OnHold`. You can configure what happens once PSTN call is over resume call automatically, or wait for user to request call resume.
7070

7171

7272
```Java

0 commit comments

Comments
 (0)