Skip to content

Commit 95ddf51

Browse files
Merge pull request #272762 from emlynmac/emlyn/js-docs-teams-shortlink-update
Update Inline Image Tutorial for GA
2 parents 626b358 + 08d1bfa commit 95ddf51

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

articles/communication-services/quickstarts/chat/includes/meeting-interop-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Create an **index.html** file in the root directory of your project. We use this
6464
## Add the Teams UI controls
6565

6666
Replace the code in index.html with the following snippet.
67-
The text boxes at the top of the page will be used to enter the Teams meeting context and meeting thread ID. The 'Join Teams Meeting' button is used to join the specified meeting.
67+
The text box at the top of the page will be used to enter the Teams meeting context. The 'Join Teams Meeting' button is used to join the specified meeting.
6868
A chat pop-up appears at the bottom of the page. It can be used to send messages on the meeting thread, and it displays in real time any messages sent on the thread while the Communication Services user is a member.
6969

7070
```html
@@ -349,7 +349,7 @@ Open your browser and navigate to `http://localhost:8080/`. You should see app l
349349

350350
:::image type="content" source="../join-teams-meeting-chat-quickstart.png" alt-text="Screenshot of the completed JavaScript Application.":::
351351

352-
Insert the Teams meeting link and thread ID into the text boxes. Press *Join Teams Meeting* to join the Teams meeting. After the Communication Services user has been admitted into the meeting, you can chat from within your Communication Services application. Navigate to the box at the bottom of the page to start chatting. For simplicity, the application only shows the last two messages in the chat.
352+
Insert the Teams meeting link into the text box. Press *Join Teams Meeting* to join the Teams meeting. After the Communication Services user has been admitted into the meeting, you can chat from within your Communication Services application. Navigate to the box at the bottom of the page to start chatting. For simplicity, the application only shows the last two messages in the chat.
353353

354354
> [!NOTE]
355355
> Certain features are currently not supported for interoperability scenarios with Teams. Learn more about the supported features, please see [Teams meeting capabilities for Teams external users](../../../concepts/interop/guest/capabilities.md)

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +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-
Note that meeting link should look something like `https://teams.microsoft.com/l/meetup-join/19%3ameeting_XXXXXXXXXXX%40thread.v2/XXXXXXXXXXX`
78-
79-
And this is all you need! And there's no other setup needed to enable the Azure Communication Services end user to receive file attachments from the Teams user.
77+
This is all you need - and there's no other setup needed to enable the Azure Communication Services end user to receive file attachments from the Teams user!
8078

8179
## Permissions
8280

articles/communication-services/tutorials/inline-image-tutorial-interop-chat.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ ms.subservice: chat
1313

1414
# Enable inline image using UI Library in Teams Interoperability Chat
1515

16-
[!INCLUDE [Public Preview Notice](../includes/public-preview-include.md)]
17-
1816
In a Teams Interoperability Chat ("Interop Chat"), we can enable Azure Communication Service end users to receive inline images sent by Teams users. Currently, the Azure Communication Service end user is able to only receive inline images from the Teams user. Refer to [UI Library Use Cases](../concepts/ui-library/ui-library-use-cases.md) to learn more.
1917

2018
>[!IMPORTANT]
@@ -33,7 +31,7 @@ Access the code for this tutorial on [GitHub](https://github.com/Azure-Samples/c
3331
- [Visual Studio Code](https://code.visualstudio.com/) on one of the [supported platforms](https://code.visualstudio.com/docs/supporting/requirements#_platforms).
3432
- [Node.js](https://nodejs.org/), Active LTS and Maintenance LTS versions. Use the `node --version` command to check your version.
3533
- An active Communication Services resource and connection string. [Create a Communication Services resource](../quickstarts/create-communication-resource.md).
36-
- Using the UI library version [1.7.0-beta.1](https://www.npmjs.com/package/@azure/communication-react/v/1.7.0-beta.1) or the latest.
34+
- Using the UI library version [1.15.0](https://www.npmjs.com/package/@azure/communication-react/v/1.15.0) or the latest.
3735
- Have a Teams meeting created and the meeting link ready.
3836
- Be familiar with how [ChatWithChat Composite](https://azure.github.io/communication-ui-library/?path=/docs/composites-call-with-chat-basicexample--basic-example) works.
3937

@@ -75,10 +73,7 @@ To be able to start the Composite for meeting chat, we need to pass `TeamsMeetin
7573
{ "meetingLink": "<TEAMS_MEETING_LINK>" }
7674
```
7775

78-
Note that meeting link should look something like `https://teams.microsoft.com/l/meetup-join/19%3ameeting_XXXXXXXXXXX%40thread.v2/XXXXXXXXXXX`.
79-
80-
81-
And this is all you need! And there's no other setup needed to enable inline image specifically.
76+
This is all you need - and there's no other setup needed to enable inline image specifically.
8277

8378

8479
## Run the code

0 commit comments

Comments
 (0)