|
@@ -1,4 +1,5 @@
|
1
|
1
|
# Jitsi Meet - Secure, Simple and Scalable Video Conferences
|
|
2
|
+
|
2
|
3
|
Jitsi Meet is an open-source (Apache) WebRTC JavaScript application that uses [Jitsi Videobridge](https://jitsi.org/videobridge) to provide high quality, scalable video conferences. You can see [Jitsi Meet in action](http://youtu.be/7vFUVClsNh0) here at the session #482 of the VoIP Users Conference.
|
3
|
4
|
|
4
|
5
|
You can also try it out yourself at https://meet.jit.si .
|
|
@@ -34,7 +35,7 @@ To build the Jitsi Meet application, just type
|
34
|
35
|
make
|
35
|
36
|
```
|
36
|
37
|
|
37
|
|
-## Working with the library sources(lib-jitsi-meet).
|
|
38
|
+## Working with the library sources (lib-jitsi-meet)
|
38
|
39
|
|
39
|
40
|
By default the library is build from its git repository sources. The default dependency path in package.json is :
|
40
|
41
|
```json
|
|
@@ -81,6 +82,10 @@ npm unlink lib-jitsi-meet
|
81
|
82
|
npm install
|
82
|
83
|
```
|
83
|
84
|
|
|
85
|
+## Embedding in external applications
|
|
86
|
+
|
|
87
|
+Jitsi Meet provides a very flexible way of embedding it in external applications by using the [Jitsi Meet API](doc/api.md).
|
|
88
|
+
|
84
|
89
|
## Mobile app
|
85
|
90
|
Jitsi Meet is also available as a React Native application for Android and iOS.
|
86
|
91
|
Instructions on how to build it can be found [here](doc/mobile.md).
|