From 23a0053dadbe39778d4729ecd949b175aff06d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 30 Jan 2017 10:59:43 +0100 Subject: [PATCH] doc: add section about embedding to the README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5fa3eba4..9f93d858c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Jitsi Meet - Secure, Simple and Scalable Video Conferences + 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. You can also try it out yourself at https://meet.jit.si . @@ -34,7 +35,7 @@ To build the Jitsi Meet application, just type make ``` -## Working with the library sources(lib-jitsi-meet). +## Working with the library sources (lib-jitsi-meet) By default the library is build from its git repository sources. The default dependency path in package.json is : ```json @@ -81,6 +82,10 @@ npm unlink lib-jitsi-meet npm install ``` +## Embedding in external applications + +Jitsi Meet provides a very flexible way of embedding it in external applications by using the [Jitsi Meet API](doc/api.md). + ## Mobile app Jitsi Meet is also available as a React Native application for Android and iOS. Instructions on how to build it can be found [here](doc/mobile.md).