You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
13
13
14
14
## Prerequisites
15
15
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.
18
18
19
19
## Run the code
20
20
@@ -27,11 +27,10 @@ Open your browser to ` http://localhost:3000`. You should see the following:
27
27
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.
28
28
29
29
## 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.
35
34
36
35
Open your browser to `http://localhost:3000`. You should see the following with the Rich Text Editor enabled:
37
36

Copy file name to clipboardExpand all lines: ui-library-starting-with-calling-stateful/README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,20 @@
1
1
---
2
2
page_type: sample
3
3
languages:
4
-
- javascript
4
+
- javascript
5
5
products:
6
-
- azure
7
-
- azure-communication-services
6
+
- azure
7
+
- azure-communication-services
8
8
---
9
9
10
10
# Get Started with Stateful Call Client
11
11
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)
14
13
15
14
## Prerequisites
16
15
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.
19
18
- An active Communication Services resource. [Create a Communication Services resource](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource).
20
19
- 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).
0 commit comments