Commit graph

51 commits

Author SHA1 Message Date
Horatiu Muresan 82823d5da7
chore(electron-sdk) Increment electron sdk version 2022-08-30 17:29:59 +03:00
Christoph Wiechert 7d0a6deb71
fix(config): backport parseURLParams from jitsi-meet (#786)
Used https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/util/parseURLParams.ts and removed the typescript stuff and replaced deprecated substr()

Closes: #642
Signed-off-by: Christoph Wiechert <wio@psitrax.de>
2022-08-25 19:28:39 +02:00
Horatiu Muresan 8f76dc43cc Update external_api.js
last commit tags: tag: jitsi-meet_7249, tag: 6121
last commit sh: 132b44a8b630c37a12936fd07accef6fc496878c
2022-04-28 15:13:19 +03:00
Saúl Ibarra Corretgé 180540facb feat(preload) limit the exposed SDK API surface
Expose a single function that sets up everything on the renderer.
2022-03-21 14:41:23 +01:00
Christoph Settgast 9601ef83f3
feat: allow the jitsi-meet:// protocol in the URL box (#706)
* feat: allow the jitsi-meet:// protocol in the URL box

Allow this so that when you send around links to the app and someone
accidentally copy-pastes them into the URL box, things dont break.
2022-02-09 07:34:46 +01:00
Christoph Settgast d970d210da
feat: force prejoin page instead of profile and av settings (#690)
The settings and the prejoin page which is forced on many instances
including meet.jit.si did conflict, as you could set values in the
settings, then try to override them in den prejoin page only to notice
that it would not work. Clean this up by only having the prejoin page
where all settings can be done before joining the conference.

Closes: #687
2021-12-21 07:34:16 +01:00
hmuresan ade214591f chore(deps) Update external_api.js 2021-07-21 13:53:13 +03:00
csett86 e5d5bcc1db
feat: support config overwrite via URL parameters (#594)
Signed-off-by: Christoph Settgast <csett86@web.de>
2021-06-27 20:57:44 +02:00
Christoph Settgast 9afadd9172 fix(mac): remove wifi stats as they cause hangs every 10 seconds
The getWiFiStats causes screen freezes every 10 seconds for 2-4 seconds,
thus temporarily remove them on mac.

Closes: #595
2021-06-11 10:14:00 -05:00
csett86 22b3406613
feat(agc): Add setting to disable automatic gain control (#582)
In some OS/Chromium combinations the automatic gain control goes slightly
crazy, but normally its fine. Thus keep the default as is, but add an option
for the users to disable it if required.

Closes: #564
2021-05-11 17:08:47 +02:00
Saúl Ibarra Corretgé a64241731d Update bundled external API
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/527
2021-03-03 16:58:05 +01:00
Saúl Ibarra Corretgé 0b88a783f3 Temporarily disable remote control 2020-07-02 08:47:27 +02:00
Christophe HAMERLING 5b924fe218 Open the conference with the app locale 2020-06-30 13:47:47 +02:00
Saúl Ibarra Corretgé c4aefb05b5 Bundle external API
We use very little functionality of it anyway.
2020-06-11 16:42:52 +02:00
Saúl Ibarra Corretgé 8de41a414d Remove local avatar
The deployment will generate the right one based on the provided name
and email.

Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/379
2020-06-04 15:01:26 +02:00
Saúl Ibarra Corretgé 328ff76016 Attach external API listeners early
This avoids any problems caused by the initialization of any of the
extra services initialization failures.
2020-06-04 10:53:32 +02:00
Christophe Hamerling 78f3b2431b
Add timeout configuration in settings 2020-05-14 15:10:46 +02:00
Christophe HAMERLING cf7f2dabfb Add support for URL query parameters 2020-04-30 22:35:16 +02:00
Saúl Ibarra Corretgé b72ea5a123 Fix show AoT window default value 2020-04-14 13:21:19 +02:00
Saúl Ibarra Corretgé 2794692cbf Fixup always on top window setting
- Style
- Layout
- Add spotlight
2020-04-14 13:21:19 +02:00
Klemens Arro bbe835d23a Add always on top window toggle to settings
This commit will add a toggle to settings drawer to enable/disable the floating (always on top) window during a call (issue #171).
This feature is based on the code from pull request #172 by @gorance-teletrader.
2020-04-14 09:19:41 +02:00
Andrei Gavrilescu 81d7aca4b2 fix security issue / update deps 2020-04-07 14:30:36 +02:00
Andrei Gavrilescu 3c448837e7
integrate screen sharing tracker window (#197)
* integrate screen sharing tracker window

* update jitsi-meet-electron-utils required version

* update package.json
2020-02-20 12:52:20 +00:00
Hristo Terezov 73a8a88339 fix(eslint): Errors. 2019-10-16 11:55:32 -07:00
Дамян Минков 26053fc478
Adds using power monitor and detecting computer suspend. (#174)
* Adds using power monitor and detecting computer suspend.

* Simplify api listener functions.

* Fixes comments.
2019-07-11 14:49:15 +01:00
Saúl Ibarra Corretgé 1bd80139f7 Remove full window dragging hack
It's more trouble than it's worth really. For one, it doesn't work in
brady bunch mode.
2018-12-27 16:56:51 +00:00
Saúl Ibarra Corretgé b8ed209893 Fix regression when conference has a password or auth
This partially reverts eec6a270c5.

The problem is that when a conference is protected by a password or has
auth enabled, the "joined" event will come later, when the user
authenticates, so the 10s timeout will kick in.

This is not ideal because we react to the onLoad event of an iframe,
which doesn't tell us much of *what* is actually loaded, but a new event
would be required to properly fix this.
2018-10-10 12:22:04 -05:00
Saúl Ibarra Corretgé da8f51dc51 Remove no longer needed workaround 2018-10-10 12:22:04 -05:00
Saúl Ibarra Corretgé cc91dae90b Add a 10s join timeout 2018-09-28 10:49:03 -05:00
Saúl Ibarra Corretgé eec6a270c5 Don't mark the conference as loaded early
Wait until the joined event.
2018-09-28 10:49:03 -05:00
Akshit Kr Nagpal d46c60e688 Add conference actions 2018-07-27 09:03:51 +02:00
Akshit Kr Nagpal fae2c069b3 Fix: Made host parsing compatible for servers deployed in subdirectory 2018-07-15 08:24:54 +02:00
Akshit Kr Nagpal 019921ffe6 Fixed Error: only one instance of babel-polyfill is allowed 2018-07-10 21:53:46 +02:00
akshitkrnagpal 736f2ae1cb Display error when unable to join conference 2018-07-10 20:51:02 +02:00
akshitkrnagpal e228bfcca0 Added Start with Audio and Video muted toggles 2018-07-03 10:15:41 +01:00
Akshit Kr Nagpal 8ecfab1b5b Comments Fixes 2018-06-29 08:27:47 +01:00
akshitkrnagpal 351ec163b2 Refactor arrow function 2018-06-29 08:27:47 +01:00
Saúl Ibarra Corretgé 1d3cfbb569 Improve dragging experience
The entire page is draggable, except:

- buttons
- any input type
- the filmstrip
- the chat panel
2018-06-28 14:56:55 -05:00
akshitkrnagpal 79db9fab88 Validate Server URL before setting as Custom Server URL 2018-06-28 09:42:25 +02:00
akshitkrnagpal 202e5583ff Added loading spinner in conference component
The spinner will be visible until jitsi-meet iframe is completely loaded.
2018-06-28 06:38:59 +02:00
akshitkrnagpal 3bd9970c12 Add ability to configure the server URL
The configured server URL will be used when the room URL is not
a full URL. If a full URL is given, the target server is joined.

The default server URL is https://meet.jit.si
2018-06-25 21:33:28 +02:00
Akshit Kr Nagpal d73f80e7bf Refactor handling of domain
Use the concept of a "server URL", since it's URLs we are dealing with,
not actul domains.
2018-06-25 16:40:43 +02:00
akshitkrnagpal 8f79e886fc Added settings drawer with persistent settings 2018-06-21 07:55:32 +02:00
hristoterezov 1d229dd9ec fix(google-auth): popup. 2018-06-12 17:55:20 -05:00
akshitkrnagpal decb351ed3 Updated eslint-config-jitsi 2018-06-11 08:26:57 +02:00
akshitkrnagpal 4015a05f18 Add Redux and use it as the navigator 2018-06-05 22:42:02 +02:00
Akshit Kr Nagpal 4773b12a3b Add initial welcome page 2018-06-03 22:46:11 +02:00
Saúl Ibarra Corretgé 6f35ddd792 Fix eslint warnings 2018-05-24 17:13:21 +02:00
Saúl Ibarra Corretgé 1717ca89b3 Change flow syntax 2018-05-24 17:13:21 +02:00
akshitkrnagpal 923392cf0a Configured flow 2018-05-24 17:13:21 +02:00