Skip to content

Commit 255c8fd

Browse files
More readme updates
1 parent 3b7f3b2 commit 255c8fd

File tree

2 files changed

+16
-18
lines changed
  • ui-library-quickstart-ui-components
  • ui-library-starting-with-calling-stateful

2 files changed

+16
-18
lines changed
Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
page_type: sample
33
languages:
4-
- javascript
4+
- javascript
55
products:
6-
- azure
7-
- azure-communication-services
6+
- azure
7+
- azure-communication-services
88
---
99

1010
# Get Started with UI Components
1111

12-
For full instructions on how to build this code sample from scratch, look at [Quickstart: Get Started with UI Components](https://azure.github.io/communication-ui-library/?path=/docs/quickstarts-uicomponents--page)
12+
For full instructions on how to build this code sample from scratch, look at [Quickstart: Get Started with UI Components](https://azure.github.io/communication-ui-library/?path=/docs/components-get-started--docs)
1313

1414
## Prerequisites
1515

16-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) .
17-
- [Node.js](https://nodejs.org/en/) Active LTS and Maintenance LTS versions (8.11.1 and 10.14.1 recommended).
16+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) .
17+
- [Node.js](https://nodejs.org/en/) Active LTS and Maintenance LTS versions.
1818

1919
## Run the code
2020

@@ -27,11 +27,10 @@ Open your browser to ` http://localhost:3000`. You should see the following:
2727
Feel free to style the components to your desired size and layout inside of your application. Check out the stateful client quickstart to learn how to connect the components to the communications data plane.
2828

2929
## Enable Rich Text Editor
30-
By default, this Quickstart is using the plain text editor for the SendBox component and the MessageThread component's edit function.
31-
We also provide a Rich Text Editor for rich text formatting, table inserting etc.
32-
To try it out:
33-
- Go to the `src` folder and find the `ChatComponents.tsx` file.
34-
- Change the value for `richTextEditorEnabled` to true.
30+
31+
By default, this Quickstart is using the plain text editor for the SendBox component and the MessageThread component's edit function.
32+
We also provide a Rich Text Editor for rich text formatting, table inserting etc.
33+
To try it out: - Go to the `src` folder and find the `ChatComponents.tsx` file. - Change the value for `richTextEditorEnabled` to true.
3534

3635
Open your browser to `http://localhost:3000`. You should see the following with the Rich Text Editor enabled:
3736
![Components with Rich Text Editor](../media/ComponentsWithRichTextEditor.png)

ui-library-starting-with-calling-stateful/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
---
22
page_type: sample
33
languages:
4-
- javascript
4+
- javascript
55
products:
6-
- azure
7-
- azure-communication-services
6+
- azure
7+
- azure-communication-services
88
---
99

1010
# Get Started with Stateful Call Client
1111

12-
For full instructions on how to build this code sample from scratch, look at [Quickstart: Get Started with Stateful Call Client](https://azure.github.io/communication-ui-library/?path=/story/quickstarts-statefulclient--page)
13-
12+
For full instructions on how to build this code sample from scratch, look at [Quickstart: Get Started with Stateful Call Client](https://azure.github.io/communication-ui-library/?path=/docs/stateful-client-get-started-call--docs)
1413

1514
## Prerequisites
1615

17-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) .
18-
- [Node.js](https://nodejs.org/en/) Active LTS and Maintenance LTS versions (8.11.1 and 10.14.1 recommended).
16+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) .
17+
- [Node.js](https://nodejs.org/en/) Active LTS and Maintenance LTS versions.
1918
- An active Communication Services resource. [Create a Communication Services resource](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource).
2019
- An identity with both VoIP and Chat scopes. Generate an identity using the [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/identity/quick-create-identity).
2120

0 commit comments

Comments
 (0)