Explorar el Código

Removes unused files and updates README.

dev1
damencho hace 9 años
padre
commit
3df0b4e123
Se han modificado 4 ficheros con 7 adiciones y 31998 borrados
  1. 7
    34
      README.md
  2. 0
    31771
      lib-jitsi-meet.js
  3. 0
    177
      lib-jitsi-meet.js.map
  4. 0
    16
      lib-jitsi-meet.min.js

+ 7
- 34
README.md Ver fichero

@@ -1,16 +1,11 @@
1
-Jitsi Meet - Secure, Simple and Scalable Video Conferences 
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.
1
+Jitsi Meet API
2
+============
4 3
 
5
-You can also try it out yourself at https://meet.jit.si .
6
-
7
-Jitsi Meet allows for very efficient collaboration. It allows users to stream their desktop or only some windows. It also supports shared document editing with Etherpad and remote presentations with Prezi. 
4
+You can use Jitsi Meet API to create Jitsi Meet video conferences with custom GUI.
8 5
 
9 6
 ## Installation
10 7
 
11
-Installing Jitsi Meet is quite a simple experience. For Debian-based systems, we recommend following the [quick-install](https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md) document, which uses the package system.
12
-
13
-For other systems, or if you wish to install all components manually, see the [detailed manual installation instructions](https://github.com/jitsi/jitsi-meet/blob/master/doc/manual-install.md).
8
+[Checkout the examples.](doc/API.md#installation)
14 9
 
15 10
 ## Building the sources
16 11
 
@@ -18,35 +13,13 @@ Jitsi Meet uses [Browserify](http://browserify.org). If you want to make changes
18 13
 
19 14
 On Debian/Ubuntu systems, the required packages can be installed with:
20 15
 ```
21
-sudo apt-get install npm
22
-sudo npm install -g browserify
23
-cd jitsi-meet
24
-npm install
16
+sudo apt-get install npm nodejs
25 17
 ```
26 18
 
27
-To build the Jitsi Meet application, just type
19
+To build the Lib Jitsi Meet, just type
28 20
 ```
29
-make
21
+npm install
30 22
 ```
31 23
 
32 24
 ## Discuss
33 25
 Please use the [Jitsi dev mailing list](http://lists.jitsi.org/pipermail/dev/) to discuss feature requests before opening an issue on Github. 
34
-
35
-## Acknowledgements
36
-
37
-Jitsi Meet started out as a sample conferencing application using Jitsi Videobridge. It was originally developed by then ESTOS' developer Philipp Hancke who then contributed it to the community where development continues with joint forces! 
38
-
39
-## Miscellaneous
40
-
41
-This project was originally contributed to the community under the MIT license and with the following notice:
42
-
43
-The MIT License (MIT)
44
-
45
-Copyright (c) 2013 ESTOS GmbH 
46
-Copyright (c) 2013 BlueJimp SARL
47
-
48
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
49
-
50
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
51
-
52
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+ 0
- 31771
lib-jitsi-meet.js
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 0
- 177
lib-jitsi-meet.js.map
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 0
- 16
lib-jitsi-meet.min.js
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


Loading…
Cancelar
Guardar