Skip to content

Commit 95dc935

Browse files
Add sample app link to the Embed chat in a Microsoft Teams custom app page
1 parent b56fa11 commit 95dc935

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/communication-services/tutorials/chat-app-teams-embed.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,19 @@ You need to create identities and issue authentication tokens within a backend s
121121

122122
### Chat UI
123123

124-
The quickest method to provide a chat pane with message entry for the web UI is to use the React Web UI Library composites, from the Azure communication-react package. The Storybook documentation explains the integration of these and also direct usage within the Storybook environment.
124+
The quickest method to provide a chat pane with message entry for the web UI is to use the React Web UI Library composites, from the [Azure communication-react package](https://www.npmjs.com/package/@azure/communication-react). The Storybook [documentation](https://azure.github.io/communication-ui-library/?path=/docs/composites-chatcomposite--docs) explains the integration of these and also direct usage within the Storybook environment.
125125

126126
:::image type="content" source="media/chat-app-teams-your-chat.png" alt-text="Screen capture of a sample Microsoft Teams chat app in action." lightbox="media/chat-app-teams-your-chat.png":::
127127

128128
### Chat composite with the participants list
129129

130130
The chat composite component requires the user identifier and token from the authentication flow, the Communication Services endpoint, and the thread ID to which it must be attached.
131131

132-
Thread IDs represent conversations between groups of communication identifiers. Before a conversation, you need to create the thread and add users to that thread. You can automate this procedure or provide the function from a Tab in the Teams app for the employees to configure.
132+
Thread IDs represent conversations between groups of communication identifiers. Before a conversation, you need to create the thread and add users to that thread. You can automate this procedure or provide the function from a Tab in the Teams app for the employees to configure.
133+
134+
### Sample app for this solution
135+
136+
This [sample app](https://github.com/Azure-Samples/communication-services-messaging-teams-app) demonstrated how to build this solution for a customer support scenario.
133137

134138
### Chat bots
135139

0 commit comments

Comments
 (0)