Bladeren bron

doc: add section about embedding to the README

master
Saúl Ibarra Corretgé 8 jaren geleden
bovenliggende
commit
23a0053dad
1 gewijzigde bestanden met toevoegingen van 6 en 1 verwijderingen
  1. 6
    1
      README.md

+ 6
- 1
README.md Bestand weergeven

1
 # Jitsi Meet - Secure, Simple and Scalable Video Conferences
1
 # Jitsi Meet - Secure, Simple and Scalable Video Conferences
2
+
2
 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
 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
 You can also try it out yourself at https://meet.jit.si .
5
 You can also try it out yourself at https://meet.jit.si .
34
 make
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
 By default the library is build from its git repository sources. The default dependency path in package.json is :
40
 By default the library is build from its git repository sources. The default dependency path in package.json is :
40
 ```json
41
 ```json
81
 npm install
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
 ## Mobile app
89
 ## Mobile app
85
 Jitsi Meet is also available as a React Native application for Android and iOS.
90
 Jitsi Meet is also available as a React Native application for Android and iOS.
86
 Instructions on how to build it can be  found [here](doc/mobile.md).
91
 Instructions on how to build it can be  found [here](doc/mobile.md).

Laden…
Annuleren
Opslaan