|
@@ -1,5 +1,4 @@
|
1
|
|
-Jitsi Meet API
|
2
|
|
-============
|
|
1
|
+# Jitsi Meet API library
|
3
|
2
|
|
4
|
3
|
You can use Jitsi Meet API to create Jitsi Meet video conferences with custom GUI.
|
5
|
4
|
|
|
@@ -21,11 +20,6 @@ To build the Lib Jitsi Meet, just type
|
21
|
20
|
npm install
|
22
|
21
|
```
|
23
|
22
|
|
24
|
|
-For development, use watch to recompile your browserify bundle on file changes:
|
25
|
|
-
|
26
|
|
-```
|
27
|
|
-npm run watch
|
28
|
|
-```
|
29
|
|
-
|
30
|
23
|
## Discuss
|
|
24
|
+
|
31
|
25
|
Please use the [Jitsi dev mailing list](http://lists.jitsi.org/pipermail/dev/) to discuss feature requests before opening an issue on Github.
|