Skip to content

Commit 93a970e

Browse files
committed
update spelling
1 parent e8c7c1e commit 93a970e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/communication-services/how-tos/calling-sdk/displayname-changed.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Display name changed
33
titleSuffix: An Azure Communication Services how-to guide
4-
description: Use Azure Communication Services SDKs to subscript events that participants' display name change
4+
description: Use Azure Communication Services SDK to subscript events that participants' display name change
55
author: fuyan
66
ms.author: fuyan
77
ms.service: azure-communication-services
@@ -27,7 +27,7 @@ zone_pivot_groups: acs-plat-web-ios-android-windows
2727
[!INCLUDE [Public Preview Disclaimer](../../includes/public-preview-include-document.md)]
2828
::: zone-end
2929

30-
This article describes how you can subscribe the Teams participants' display name changed events showing the old, new values and the reason of the name change.
30+
This article describes how you can subscribe the Teams participants' display name changed events showing the old, new values, and the reason of the name change.
3131

3232
## Prerequisites
3333

@@ -59,9 +59,9 @@ The following table shows support for individual APIs in the Calling SDK related
5959
| Get notification that Teams participant display name changed | ✔️ | ✔️ |
6060

6161

62-
### SDKs
62+
### SDK
6363

64-
The following tables show support for the display name change in individual Azure Communication Services SDKs.
64+
The following tables show support for the display name change in individual Azure Communication Services SDK.
6565

6666
| Support status | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows |
6767
|----------------|-----|--------|--------|--------|----------|--------|---------|

articles/communication-services/how-tos/calling-sdk/includes/displayname-changed/displayname-changed-web.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const remoteParticipants = call.remoteParticipants;
1717

1818
### Check if remote participant has display name change
1919

20-
Use the `hasDisplayNameChanged` property of the class `RemoteParticipant` to check if display name has changed.
20+
To check if display name changed, use the `hasDisplayNameChanged` property of the class `RemoteParticipant` .
2121

2222
```js
2323
// check if remoteParticipant has display name changed
@@ -37,7 +37,7 @@ remoteParticipant.on('displayNameChanged', (args: {newValue?: string, oldValue?:
3737

3838
## SDK compatibility
3939

40-
The following table shows the minimum version of SDKs that support individual APIs.
40+
The following table shows the minimum version of SDK that supports individual APIs.
4141

4242
| Operations | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows |
4343
|-------------|-----|--------|-----|--------|---------|------------|---------|

0 commit comments

Comments
 (0)