damencho
e11d4d3101
Installs prosody plugins with jitsi-meet-prosody package.
2019-11-26 10:37:19 +00:00
damencho
1fd326f980
Fixes nginx match rule, containing wrong chars.
...
Also adds a missing '/'.
2019-11-15 14:10:55 +00:00
Дамян Минков
50f4796144
Adds an option to set email through iframe API init and to stats. ( #4842 )
...
* Adds an option to set email through iframe API init and to stats.
* Simplifies configuring email and displayName in stats.
Removes enableStatsID as not needed as when off we are sending as callstats id xmpp resource which is unique per call and id must be something that sticks between calls (callstatsUsername).
* Adds email and displayName in stats config for mobile.
* chore(deps): Updates lib-jitsi-meet to latest dd31f0a.
* Removes enableStatsID from config and whitelist.
2019-11-12 13:37:54 +00:00
Mark Anthony Sison
8976b92842
doc(install): adds cd command to jitsi-meet installation
2019-11-03 19:46:34 +00:00
Aaron van Meerten
be0950c1ec
multidomain mapper functionality and examples ( #4773 )
...
* first pass at mod_muc_domain open source plus example
* doc - prosody config and config.js examples for mapper
2019-10-24 12:42:11 +01:00
damencho
f46387a226
Adds room name validation logic for web.
2019-10-16 17:52:24 +01:00
Saúl Ibarra Corretgé
3469d5dc4f
doc: move development sections to standalone file
2019-09-19 13:49:46 +02:00
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
2019-09-13 14:07:53 +02:00
virtuacoplenny
55ff9dbe80
feat(api): expose method for playing touch tones ( #4584 )
2019-08-30 14:17:22 -07:00
Karthik Muralidharan
b658f20a30
feat(API): add dominant speaker changed event
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/4049
2019-08-09 10:09:33 +02:00
virtuacoplenny
732f2c1963
ref(feedback): emit api feedback submitted on completion ( #4499 )
...
* ref(feedback): emit api feedback submitted on completion
Compared to firing the event on submission because
the submission ajax will not be completed at that
time..
* squash: update package.json
2019-07-31 10:59:22 -07:00
Leonard Kim
0734ce7ae3
feat(api): add notifications for kicked participants
2019-07-01 12:53:25 -07:00
damencho
f77976b742
Notify for detecting suspend.
2019-06-26 17:10:34 +01:00
Leonard Kim
ae3b70eb13
feat(api): notify of password required
2019-06-11 08:12:37 -07:00
virtuacoplenny
251da1861a
feat(api): notify api of mic and camera errors ( #4289 )
...
- Use actions to notify the rest of the app that
a mic or camera error has occurred
- Use middleware to respond to those notifications
of errors by showing in-app notifications and
notifying the external api
2019-05-29 14:17:07 -07:00
Leonard Kim
37b343a797
feat(api): add ability to toggle tile view
2019-05-20 02:53:16 -07:00
Bettenbuk Zoltan
dcf31baf3a
doc: update google auth doc
2019-05-10 13:22:05 +02:00
Sylvia van Os
1cb9bbc7a4
Fix wrong filename change
2019-04-26 09:06:43 +00:00
Sylvia van Os
fee9bdb98c
Fix NAT documentation
2019-04-26 09:06:43 +00:00
damencho
2180d33e3d
Adds alias for external_api.js in all default web config.
2019-04-23 20:31:53 +00:00
Saúl Ibarra Corretgé
c1f8a35156
doc: add links to the sample SDK applications repo
2019-04-17 09:37:28 +02:00
Hristo Terezov
f12317dc59
docs(api.md): Comply with our coding style.
2019-03-29 16:39:21 +00:00
Hristo Terezov
829e5597d5
fix(iframe-api-devices): Misc small issues.
2019-03-29 15:42:02 +00:00
Hristo Terezov
f2e0704b93
fix(filmstrip-only): DeviceSelectionPopup
2019-03-29 15:42:02 +00:00
Hristo Terezov
a7aaf31c79
feat(iframe-api): Add deviceListChanged event.
2019-03-29 15:42:02 +00:00
Hristo Terezov
4967488e56
ref(iframe-api-devices): Use labels instead of IDs
2019-03-29 15:42:02 +00:00
Hristo Terezov
ed1d3d3df5
fix(api-devices): Initial device function calls
2019-03-29 15:42:02 +00:00
Hristo Terezov
427f49367b
feat(iframe-api): Device handling.
2019-03-29 15:42:02 +00:00
damencho
f5a7e0bccb
Adds provider name to fix welcomepage text.
...
* Removes unused ADD_PEOPLE_APP_NAME
* Moves deep-link header background and logo size as variables.
* Fixes more numbers page space in the header.
* Fixes left padding on deep-linking mobile page.
2019-03-15 11:24:18 +00:00
virtuacoplenny
22277ad799
feat(api): add notification for when filmstrip gets toggled ( #3974 )
2019-03-11 11:17:28 -07:00
virtuacoplenny
08f2edf350
feat(screenshare): emit source type when starting screenshare ( #3959 )
...
* feat(screenshare): emit source type when starting screenshare
* squash: update doc
2019-03-06 21:46:17 -08:00
Дамян Минков
636c63397b
Adds integrations doc. ( #3929 )
...
* Adds integrations doc.
Google, Microsoft and Dropbox for now.
* Updates doc.
2019-02-28 09:09:09 +00:00
Gabriel-Tiberiu Imre-Lucaci
5739e1deaa
feat(external_api): notify when api is disposed
2019-02-27 14:39:04 +00:00
Дамян Минков
ea4d49f2a0
Adds new format of phoneList service and re-design dial in numbers page. ( #3903 )
...
* Adds new format of phoneList service and re-design dial in numbers page.
Adds flags and country names (with translations) for the numbers if using the new format.
* Fixes tests and fixes get default number.
* Updates swagger with new format.
* Moves html back yo table.
Fixes displaying on mobile and also the tel: URI generation. The tel: URI is tested on Android and iOS and seems to work (Android was not interpreting 'p', but both seems to like ',').
* Fixes a wrong return statement.
* Small fixes.
2019-02-26 13:32:46 +00:00
fossterer
d7eea8abbc
Added links related to NAT config in a new FAQ doc
2019-02-26 09:53:48 +00:00
Emil Ivov
f498c8d402
Update api.md
2019-02-23 16:39:27 +00:00
damencho
fc129d9849
Adds setting subject and adding event on receiving such change.
2019-02-19 13:22:27 +00:00
Buddhika Jayawardhana
16f47e5e0a
doc: mention Java version 8 is required
...
Ref: #3543
2019-01-08 17:45:05 +01:00
damencho
3b4037553a
Adds server-side speaker stats handling.
...
Adds the component which receives the messages from client and a module which enabled on a virtual host will start advertising the component. When clients discover the component they will send message to the component with the name of the room where the dominant speaker event happen.
2018-12-28 13:54:29 +00:00
Leonard Kim
b8b2fb2d56
fix(docs): change parentNode option name in api example
2018-12-15 08:25:56 -08:00
Saúl Ibarra Corretgé
10163274d3
[RN] Share font selections between web and native
2018-12-03 11:27:12 +01:00
Saúl Ibarra Corretgé
6f8743af3a
doc: update Google SignIn integration documentation
2018-10-16 14:01:11 +02:00
Дамян Минков
9a1e9fff98
Updates quick-install with instructions for systemd config. ( #3488 )
...
Fixes too many open files.
2018-09-27 16:58:10 -05:00
hristoterezov
a214be0dfe
doc(dropbox): Add documentation for the mobile app.
2018-09-27 01:42:59 -05:00
jakob
8c23d43a3a
doc: add ubuntu universe repo note to quickinstall
...
Recent Ubuntus come with only main repositories enabled. See #3427 .
2018-09-25 11:12:04 -05:00
Bettenbuk Zoltan
d10d61fb7a
[RN] Add Google Sign In to live streaming
2018-09-05 23:09:56 +02:00
Geert Stappers
4283d8b342
doc: describe what BOSH is
2018-09-04 17:34:38 +02:00
Neil Brown
1cc372868b
Update quick-install.md
...
Tweaks for clarity.
2018-07-31 11:35:18 +02:00
akshitkrnagpal
20444adbc9
Added emailChange listener to API
2018-07-09 10:14:27 -05:00
Sam Joseph
00f18e9369
doc: minor grammatical fix ( #3202 )
2018-06-28 11:07:47 +02:00
Manquer
750d6cf534
grammer and spelling fixes
2018-06-21 11:36:16 +05:30
hristoterezov
69eefc82a5
feat(iframe_api): Add invite functionality.
2018-05-03 10:31:15 +02:00
smithgeek
b2971aa9be
Fix name of display name change action. ( #2468 )
2018-05-01 17:13:18 +02:00
Neil Brown
6c5482fb9d
Update quick-install.md ( #2657 )
...
Add potential additional package to install, tested on fresh Debian 9 installation.
2018-04-11 10:42:27 +02:00
Leonard Kim
1eee20dd5a
ref(toolbar): remove contact list
2018-04-10 09:34:52 +02:00
virtuacoplenny
7f78050513
Merge pull request #2434 from slavakisel/external-notification-screen-sharing
...
Implement external API notification about screen sharing status
2018-02-22 17:39:03 -08:00
Slava Kisel
e1d849e3a0
Implement external API notification about screen sharing status
2018-02-22 10:25:03 +03:00
Дамян Минков
a505c01e9e
Update uninstall documentation.
...
The package jitsi-meet-prosody was missing from the list of packages.
2018-02-09 10:28:01 +01:00
bgrozev
7ce670df0c
doc: Add -f to update-ca-certificates
2018-01-25 10:42:43 -06:00
damencho
2478176f23
Adds uiLoaded event in iframe API, fired when all resources are loaded.
2018-01-23 15:43:49 -06:00
Дамян Минков
30b51ff384
Adds warning to manual-install doc.
2018-01-02 17:18:06 -06:00
Zoltan Bettenbuk
45c405de0e
[RN] Add recent-list feature
2017-12-19 18:35:51 -06:00
damencho
3ac41bb0c3
Updates manual install doc with auth.domain certs instructions.
2017-12-07 11:14:21 -06:00
hristoterezov
5ffcaca649
feat(aot): Handle video not available use cases ( #2242 )
2017-12-04 19:27:17 -08:00
Дамян Минков
7b1b873b6e
VideoSIPGW updates ( #2201 )
...
* Adds initial documentation for sipgw jibri.
Also explains enabling the people search service and the request/response that are made around sipgw jibri service.
* Fixes add people dialog to invite users and rooms.
No invitation is sent when there is nobody to invite.
* Reuse some recording strings, by using arguments.
* Make sure web also dispatches CONFERENCE_WILL_JOIN.
* Introduces new feature videosipgw.
* Fixes lint errors.
* Renames methods to use people, chatRooms and videoRooms.
* Updates to latest lib-jitsi-meet (dc3397b18b).
2017-11-21 14:45:14 -08:00
Emil Ivov
a0a4fbf566
Instructions for Let's encrypt
2017-09-21 00:36:38 -05:00
Lyubo Marinov
72c9933e73
[RN] SDK building, installing, and publishing
...
Based on work authored by Shuai Li <sli@atlassian.com>, Daniel Ornelas
<dornelas@atlassian.com>, and Lyubo Marinov <lmarinov@atlassian.com>.
2017-09-11 20:12:56 -05:00
Saúl Ibarra Corretgé
0e234bfd82
doc: mention "npm install" is required on mobile
...
Specially prior to pod install.
2017-09-05 11:00:40 +02:00
George Politis
e0e3e873b8
Update turn.md
2017-08-18 13:21:02 +02:00
George Politis
e4f959e400
Create turn.md
2017-08-18 13:18:28 +02:00
Aaron van Meerten
cd910e3074
docs: document the services which jitsi meet can consume
...
* new documentation for the services which jitsi meet can consume for conference mapping to dial-in numbers
* attempted markdown link for swagger file from documentation file
2017-08-14 16:20:20 +02:00
hristoterezov
1782030936
feat(alwaysontop): Toolbar.
2017-08-11 17:07:24 -07:00
hristoterezov
4dcbe5c6a0
doc(iframe_api): Fix the names of the properties in the options object.
2017-08-01 08:48:50 +03:00
Kolokotronis Panagiotis
5db605b0cf
[Docs] Web server config on install
2017-07-17 10:26:12 -05:00
hristoterezov
07a0e3d8ff
fix(iframe_api): Remove min height/width.
2017-07-14 12:56:20 -05:00
hristoterezov
70122789e7
fix(iframe_api): Change the format of the arguments in the constructor
2017-07-14 12:56:20 -05:00
hristoterezov
cc6fcfd982
feat(iframe_api): Getter for the iframe
2017-07-14 12:56:20 -05:00
Saúl Ibarra Corretgé
84aa3627b4
doc: add a note con the recommended Node + npm versions
2017-06-19 15:57:35 -05:00
Saúl Ibarra Corretgé
a1a394ad0b
doc: update mobile building instructions for iOS
2017-06-09 09:55:40 +02:00
damencho
b8189a31ad
Updates quick-install with mention of jvb behind nat and link to config.
2017-05-16 16:26:47 -05:00
damencho
e90d09a6d9
Updates recording instructions in manual install doc.
2017-05-16 16:19:31 -05:00
damencho
9fb49cb59b
Updates default config, avoids storing muc data on prosody restart.
2017-05-16 16:04:26 -05:00
Saúl Ibarra Corretgé
bac191f96c
[RN] Rename jitsi-meet-react to jitsi-meet
2017-05-16 12:38:36 -05:00
cmrd Senya
71da05dc96
Explicitly set c2s_require_encryption to false
...
Jitsi Meet doesn't seem to work with c2s_require_encryption set to true.
c2s_require_encryption is false by default. However it is possible that
in some Prosody configurations it is overriden by a global config to be
true. In that case Jitsi Meet might not work out-of-box. So let's set it
explicitly to be sure it is correct.
2017-04-16 21:19:47 +03:00
Lyubo Marinov
a9bdde193d
Approach consistent filmstrip naming
...
We seemed to be using the names "film strip" and "filmstrip" (and,
consequently, their source code-conscious forms such as film-strip,
FilmStrip, etc.) In order to comply with our coding style which requires
a consistent one name for a given abstraction, choose one name and
rename the uses of the other name.
Wikipedia has a definition of a "filmstrip", I couldn't find a "film
strip". I guess our abstraction can be seen as what's described there.
When I google "film strip", I get results about "filmstrip" at the top.
That's why I chose "filmstrip".
Certain uses of "film strip" such as interfaceConfig.filmStripOnly and
in the external API I left untouched in an attempt to preserve
compatibility.
I wasn't sure whether CSS was tangled in compatibility so I made a
choice and renamed there was well.
2017-04-10 12:59:44 -05:00
Lyubo Marinov
3af6cc53d1
Explain _ and UPPER_CASE naming
2017-04-06 11:45:13 -05:00
hristoterezov
334eb5d423
feat(iframe_api): Add more ESLint rules
2017-04-04 17:20:08 -05:00
hristoterezov
d416fd8c0f
ref(iframe_api): Use EventEmitter
2017-04-04 16:45:47 -05:00
Saúl Ibarra Corretgé
dc2c49f4a9
doc: improve docs on external API constructor parameters
2017-03-27 12:17:32 +02:00
hristoterezov
aeb301c8d5
feat(iframe_api): Add jwt token parameter
2017-03-21 22:34:44 +01:00
damencho
1d7da21e48
Moves all static content/files in a new folder.
...
Also clears debian package from including *.js files from source roote folder, files which were not used.
2017-03-20 16:05:11 -05:00
pierreozoux
1ff29384b3
Add a network schemas
...
This is to help understanding how things are wired.
2017-03-16 11:30:28 -05:00
George Politis
2b3aea76a9
doc: Nukes influxdb.md because influx support has been nuked.
2017-02-23 17:22:06 -06:00
Boris Grozev
73a0197eb2
doc: Adds a note on installing ios-deploy on MacOS 10.11.
2017-02-21 14:43:59 -06:00
Saúl Ibarra Corretgé
a89349c5b9
doc: fix markdown link syntax in mobile docs
2017-02-21 17:37:56 +01:00
Saúl Ibarra Corretgé
e81fc2b254
doc: fix external API documentation
...
- use proper punctuation
- fix markdown syntax
- always use syntax highlighting
- document missing commands
- miscellaneous grammar fixes
2017-02-06 17:41:19 -06:00
Saúl Ibarra Corretgé
7a57dcc08a
doc: add documentation on how to build the mobile apps
2017-01-31 22:32:15 -06:00
hristoterezov
8c3317b8e9
doc(iframe_api): api/api.html -> examples/api.html && rm doc/api
2017-01-26 10:02:34 -06:00
Emil Ivov
8d58dbee38
Restores api.md to original location
2017-01-25 19:14:30 -06:00
Boris Grozev
b22f1965aa
doc: Remove obsolete reference to browserify.
2017-01-25 15:48:32 -06:00
Samuel Liard
df6f920b44
Force jquery-ui version to fix pb with beta version we can get with npm
...
Use Maven in place of ant
Add --host parameter for jicofo
Add build for jitsi Meet
Revert "Force jquery-ui version to fix pb with beta version we can get with npm"
This reverts commit 35a8641e62
.
2017-01-25 15:47:23 -06:00
Saúl Ibarra Corretgé
6d6b5a7917
cleanup: Remove default Chrome extension ID
...
It makes for a bad first-time experience for users, since the desktop sharing
button will be visible, but it will never work.
Also get rid of the now deprecated `desktopSharingChromeMethod` option.
2017-01-23 15:21:28 -06:00
hristoterezov
207ac47aa7
fix(iframe_api): s/getNumberOfParticipant/getNumberOfParticipants
2017-01-18 14:24:41 -06:00
hristoterezov
8844f83a59
feat(iframe_api): Add api.html to doc for example and testing purpose
2017-01-18 14:24:40 -06:00
hristoterezov
6bf0f9b2ec
feat(iframe_api): get number of participants
2017-01-18 13:20:32 -06:00
hristoterezov
f7ce8d028d
feat(iframeAPI): implement avatar change commands
2017-01-12 15:53:17 -06:00
Germán Figna
2331982e33
Update api.md
...
Fix videoConferenceJoined and videoConferenceLeft event names
2016-12-02 17:55:19 +01:00
bgrozev
c9af2b956c
Updates the manual installation docs
...
Adds the --host argument to the jicofo command, as suggested by exs on irc.
2016-12-01 18:11:41 -06:00
damencho
e51f791ab0
Configures to use apache when this is the available web server.
2016-11-29 23:11:15 -06:00
Дамян Минков
c6296821c0
Merge pull request #1164 from gerfigna/patch-1
...
Update api.md. There is still work to be done, cause handling parameters in executeCommand is not currently correct and needs fixing. But for now displayname is the only command that requires a parameter.
2016-11-29 13:18:55 -06:00
damencho
8da0d3a1f1
Removes dependencies to other components.
...
Now the web app can be installed separately from jicofo and jitsi-videobridge, or can be installed on machine running nginx or apache. Currently only nginx will be configured and apache config is left to user. Later we can add and the apache config. Renames jitsi-meet to jitsi-meet-web (just the web content) and jitsi-meet-web-config (configuring jetty, nginx or apache). A new jitsi-meet package will be introduced, a meta package depending on jicofo, jvb and the current packages.
2016-11-28 13:13:08 -06:00
Germán Figna
00e6e98a61
Update api.md
2016-11-24 11:34:24 +01:00
Дамян Минков
dd4a5f2705
Adds 404 error page in default configs.
2016-10-26 09:21:15 -05:00
Lyubomir Marinov
7f3ff13c18
Merge jitsi-meet-react's mobile support
...
As a step toward merging jitsi-meet-react with jitsi-meet to share as
much source code as possible between mobile and Web, merge the part of
jitsi-meet-react's source tree which supports mobile inside the
jitsi-meet source tree and leave jitsi-meet-react's Web support in the
source code revision history but don't have it in master anymore because
it's different from jitsi-meet's Web support. In other words, the two
projects are mechanically merged at the file level and don't really
share source code between mobile and Web.
2016-10-12 10:31:52 -05:00
hristoterezov
47d39ed5ca
feat(iframe_api): Implement readyToClose event and hangup command
2016-10-05 16:33:09 -05:00
bgrozev
25a6728acc
Merge pull request #663 from cmrd-senya/patch-1
...
Update manual-install.md
2016-08-21 14:36:06 -05:00
Дамян Минков
79412f20ab
Updates quick-install doc with the new repo.
2016-07-21 22:53:58 -05:00
hristoterezov
02f176c75a
Changes the implementation of the iframe API to use postis
2016-06-17 15:35:40 -05:00
Senya
8196233ed2
Update manual-install.md
...
There is no YOURSECRET4 mentions in the document
2016-05-29 15:04:33 +03:00
damencho
13e3e99994
Updates websockets example.
2016-04-11 10:16:08 -05:00
paweldomas
9d60af1a9d
New JWT token impl that does not require token verification in Jicofo and uses anonymous authentication method(token goes as BOSH query param). Adds 'allow_empty_token" config option.
2015-12-22 19:51:43 +01:00
bgrozev
a64627aa47
Clarifies supported systems
2015-11-05 11:58:13 -06:00
paweldomas
ca89b59638
Fixes for jitsi-meet-tokens Debian package.
2015-11-03 11:11:54 -06:00
paweldomas
531b81cce3
Adds Prosody plugin for token authentication.
2015-11-02 15:28:18 -06:00
damencho
14fe5d09d1
Adds ssl stronger settings to default nginx config.
2015-10-26 12:47:34 -05:00
bgrozev
83339382ab
s/jessie/Wheezy/
2015-10-21 09:53:51 -05:00
bgrozev
28d63ec2c1
Adds a note for running on Debian jessie.
2015-10-21 09:52:42 -05:00
bgrozev
0e66552a7f
Clarifies documentation
...
Add a note about the need to forward ports, as suggested by @joudinet on github.
2015-10-09 12:39:00 -05:00
damencho
8a22060aa8
Enables ping module when configuring prosody.
2015-08-27 16:03:46 -05:00
Boris Grozev
7b35dd89bb
Updates the external api docs.
2015-08-20 15:00:56 -05:00
hristoterezov
59147f059d
Adds a parameter to API constructor that enables film strip only mode.
2015-08-06 19:01:21 -05:00
Дамян Минков
fd44cfa7a0
Typo.
2015-08-03 17:18:32 -05:00
Boris Grozev
b4983b2566
Merge branch 'rename-mute-to-toggle'
2015-08-03 11:46:55 -05:00
bgrozev
6b48bf0d84
Merge pull request #299 from marclaporte/patch-3
...
Minor rewording, fixing typos, and improving grammar
2015-08-03 10:48:36 -05:00
Boris Grozev
46a17948d0
Renames the external API commands from "mute{Audio,Video}" to "toggle{Audio,Video}" since what they do is "toggle".
2015-07-29 11:28:37 -05:00
Marc Laporte
dd8371f49c
fix typo
2015-06-28 09:47:13 -04:00
Marc Laporte
0c3802183d
Minor rewording, fixing typos, and improving grammar
2015-06-03 12:52:52 -04:00
Damian Minkov
497c60375c
Updates manual install instructions.
2015-06-01 15:01:31 +03:00
bgrozev
c65343b2c5
Fix influxdb instructions.
2015-05-29 15:26:37 +03:00
gpolitis
d94f001f25
A recent JDK and Ant is required to compile JICOFO.
2015-05-27 20:56:10 +02:00
gpolitis
afb85e2fd9
These are Debian instructions really.
2015-05-27 20:49:26 +02:00
gpolitis
fffb5801c5
Makes some nginx directives optional.
2015-05-27 16:56:30 +02:00
gpolitis
d81cd20ee6
Removes otalk modules from the installation procedure.
2015-05-27 16:52:16 +02:00
gpolitis
3e7a9228bc
No turn server is necessary with Jitsi Videobridge.
2015-05-27 16:22:16 +02:00
Boris Grozev
ecf9c6fc6b
Adds instructions for adding an icon (thanks @hristoterezov).
2015-04-07 17:38:30 +02:00
bgrozev
09f53c6b21
Update influxdb.md
2015-03-13 10:01:16 +01:00
Boris Grozev
0fd1a7fa08
Removes embedded html as per Ingo's suggestion.
2015-03-09 19:14:11 +01:00
Boris Grozev
c6ff8aa5dd
Tries to improve readibility...
2015-03-09 18:44:42 +01:00
Boris Grozev
06f025e92a
Fix formatting.
2015-03-09 18:29:47 +01:00
Boris Grozev
f14329f2cd
Adds instructions to enable logging.
2015-03-09 18:27:56 +01:00