Update readme.md

This commit is contained in:
Dele Olajide 2020-09-03 12:09:33 +01:00 committed by GitHub
parent 6c3b053b9f
commit c4b4515641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,9 @@
This is a plugin for Spark that allows users to join audio and video conferences hosted by [Openfire Meetings](https://github.com/igniterealtime/community-plugins/tree/master/ofmeet). See the documentation for more details. It provides a button from a Multi User Chat (MUC) room or chat window within the Spark client, to open a Chrome window using the same URL as the Jitsi Meet web client. It therefore assumes you have Chrome installed and configured as your default browser. It works, but the user experience is not ideal.
This is a plugin for Spark that allows users to join audio and video conferences hosted by [Pade Meetings](https://github.com/igniterealtime/openfire-pade-plugin/releases).
See the documentation for more details. It provides a button from a Multi User Chat (MUC) room or chat window within the Spark client, to open a Chrome window using the URL for the Jitsi Meet web client.
It uses Electron instead of depending on Chrome installed and configured as the default browser.
![](https://community.igniterealtime.org/servlet/JiveServlet/downloadImage/38-1827-157172/sparkmeet.png)
![](https://user-images.githubusercontent.com/110731/91915397-5d304600-ecb2-11ea-93b1-d822f13f1509.png)
It is a much better user experience than opening a Chrome browser window out of context somewhere else.
It does not do desktop sharing, but does whole screen sharing. All Electron runtime platforms (windows, Linux & OSX) are supported. I have only tested it at home on my windows win32 desktop.
Screen sharing is not yet working. All Electron runtime platforms (windows, Linux & OSX) are supported. I have only tested it at home on my windows desktop.
Feeback will be appreciated from Linux and OSX users.
The sparkmeet.jar plugin is built using the plugin ANT build.xml file. The following targets can be used
1. win32 - Windows 32 Only
1. win - Bothe win32 and win64
1. linux - Linux32 & linux64
1. osx - OSX 64
1. all - Multi-platform support. The plugin will be over 200MB. Spark takes over a minute to start the very first time the plugin is deployed.