Skip to content

Commit e284eb8

Browse files
authored
Update file-sharing-tutorial-interop-chat.md
1 parent 2926975 commit e284eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/tutorials/file-sharing-tutorial-interop-chat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.subservice: chat
1515

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

18-
In a Teams Interoperability Chat ("Interop Chat"), we can enable file sharing between Azure Communication Services end users and Teams users. Note, Interop Chat is different from the Azure Communication Services Chat. If you want to enable file sharing in an Azure Communication Services Chat, refer to [Add file sharing with UI Library in Azure Communication Services Chat](./file-sharing-tutorial-acs-chat.md). Currently, the Azure Communication Services end user is only able to receive file attachments from the Teams user. Please refer to [UI Library Use Cases](../concepts/ui-library/ui-library-use-cases.md) to learn more.
18+
In a Teams Interoperability Chat ("Interop Chat"), we can enable file sharing between Azure Communication Services end users and Teams users. Note, Interop Chat is different from the Azure Communication Services Chat. If you want to enable file sharing in an Azure Communication Services Chat, refer to [Add file sharing with UI Library in Azure Communication Services Chat](./file-sharing-tutorial-acs-chat.md). Currently, the Azure Communication Services end user is only able to receive file attachments from the Teams user. Refer to [UI Library Use Cases](../concepts/ui-library/ui-library-use-cases.md) to learn more.
1919

2020
>[!IMPORTANT]
2121
>
@@ -74,7 +74,7 @@ To be able to start the Composite for meeting chat, we need to pass `TeamsMeetin
7474
{ "meetingLink": "<TEAMS_MEETING_LINK>" }
7575
```
7676

77-
or
77+
Or
7878

7979
```js
8080
{ "meetingId": "<TEAMS_MEETING_ID>", "passcode": "<TEAMS_MEETING_PASSCODE>"}

0 commit comments

Comments
 (0)