We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abd1a82 commit 6c5d967Copy full SHA for 6c5d967
README.md
@@ -5,6 +5,13 @@ The Jitsi Meet React SDK provides the same user experience as the [Jitsi Meet](h
5
```bash
6
npm install @jitsi/react-sdk
7
```
8
+
9
+### Usage
10
+Import into React | NextJs page for usage
11
+```js
12
+import {JitsiMeeting} from "@jitsi/react-sdk";
13
+```
14
15
### Modules
16
This library exposes two components with similar properties, intended for different use-cases.
17
#### JitsiMeeting
0 commit comments