Age | Commit message (Collapse) | Author |
|
|
|
Use an iframe event which is fired really early to detect if the iframe
was loaded.
Incidentally the logic to detect if the iframe was actually loaded gets
simplified now, since the only way for the event to be received is for
the iframe to be loaded.
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/929
|
|
* fix(conference) fix handling iframe load error
It can happen if DNS resolution fails, for example.
* fix(recent-list) clean room names
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/903
|
|
This can happen when "token auth URL" mode is used since the app will be
redirected to the same meeting it's in, but with a token.
|
|
The sandbox can now be manually enabled, so let's do that.
|
|
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>
|
|
Expose a single function that sets up everything on the renderer.
|
|
* 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.
|
|
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
|
|
Signed-off-by: Christoph Settgast <csett86@web.de>
|
|
The getWiFiStats causes screen freezes every 10 seconds for 2-4 seconds,
thus temporarily remove them on mac.
Closes: #595
|
|
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
|
|
|
|
|
|
We use very little functionality of it anyway.
|
|
The deployment will generate the right one based on the provided name
and email.
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/379
|
|
This avoids any problems caused by the initialization of any of the
extra services initialization failures.
|
|
|
|
|
|
|
|
- Style
- Layout
- Add spotlight
|
|
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.
|
|
|
|
* integrate screen sharing tracker window
* update jitsi-meet-electron-utils required version
* update package.json
|
|
* Adds using power monitor and detecting computer suspend.
* Simplify api listener functions.
* Fixes comments.
|
|
It's more trouble than it's worth really. For one, it doesn't work in
brady bunch mode.
|
|
This partially reverts eec6a270c5b2c7c93891dee1f9b49cfd351f7cff.
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.
|
|
|
|
|
|
Wait until the joined event.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The entire page is draggable, except:
- buttons
- any input type
- the filmstrip
- the chat panel
|
|
|
|
The spinner will be visible until jitsi-meet iframe is completely loaded.
|
|
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
|
|
Use the concept of a "server URL", since it's URLs we are dealing with,
not actul domains.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|