damencho
b087b22d4f
feat: Whitelist option to hide lobby button.
5 роки тому
emrah
e988bf6565
fix: jitsi-meet-tokens - the first installation check (#7618)
5 роки тому
Дамян Минков
d169bd5007
feat: Adds interface config to hide lobby button. (#7619)
* feat: Adds interface config to hide lobby button.
* squash: Moves the config to config.js and add it to mobile.
5 роки тому
Boris Grozev
ac17db9df5
Update lib-jitsi-meet and add the RED option to config.js.
5 роки тому
Felix C. Stegerman
322618357c
jitsi-meet-tokens.postinst: fix tests
5 роки тому
RabeeAbuBaker
79c1358f4b
FEAT: Automatically copy invite URL after creating a room (#7581)
* Resolves #7501
- Automatically copy invite URL after creating a room
* Resolves #7501
- Automatically copy invite URL after creating a room
* - Adding config flag to enable the feature
5 роки тому
Hristo Terezov
5e85b5f63a
fix(close3): Add close3.js
5 роки тому
vp8x8
74f7c4141f
fix(vpaas): Fix billing counter auth (#7595)
5 роки тому
Vlad Piersec
4866ddc2ad
fix(vpaas): Fix tenant typo
5 роки тому
Vlad Piersec
71d0577a49
feat(vpaas): Add endpoint counter & remove branding on vpaas meetings
5 роки тому
Hristo Terezov
b7529863d5
fix(iframe-api): setDevice.
5 роки тому
Hristo Terezov
4ded94d130
fix(settings): store url display name and email.
5 роки тому
Jaya Allamsetty
eb8b730227
deps: update lib-jitsi-meet to latest.
Update config.js to include the new codec preference options under videoQuality settings.
5 роки тому
Vlad Piersec
4bd57692b7
feat(prejoin): Show warning if audio device does not receive data
5 роки тому
Aaron van Meerten
5d012c24a7
Merge pull request #7508 from abora8x8/abora/vpass
Add pre and post validation for users that want to use their own publ…
5 роки тому
Vlad Piersec
4f52a29120
fix(prejoin): Make avatar resizable
5 роки тому
Tudor-Ovidiu Avram
8a4fb72eae
feat(branding) allow invite links to be branded
5 роки тому
paweldomas
6453ceb048
ref: remove jest and lastn functions.test.js
It doesn't play well with webpack and it's babel config
and I couldn't find a way to make it work.
5 роки тому
Andrei Gavrilescu
e51bbe6125
fix syntax error
5 роки тому
Andrei Gavrilescu
d725c0ab8a
Use rtcstats with keep-alive / add rtcstats enabled config
5 роки тому
Hristo Terezov
2c2edace2a
Merge pull request #7475 from vp8x8/prejoin-focus
fix(prejoin): Auto focus display name input
5 роки тому
paweldomas
d3d5847605
feat: configurable quality levels for video height
Allows to adjust thresholds which control the video quality level
in the thumbnail view.
Changes the default behaviour to request the SD (360p) resolution only
when the thumbnails are at least 360 pixels tall and the height of
720 is required for the high quality level.
The thresholds can be configured with the 'videoQuality.minHeightForQualityLvl'
config property. Check the description in the config.js for more details.
5 роки тому
Hristo Terezov
89ad76142d
Merge pull request #7449 from muscat1/promotional-close
feat(close3): Move readyToClose flow to the close page
5 роки тому
Vlad Piersec
1e76b8b6ea
misc: Add test ids for prejoin buttons
5 роки тому
Hristo Terezov
55175e2e95
fix(subject): set to ' ' after settings change.
5 роки тому
Vlad Piersec
453c07cb17
feat(prejoin): Add precall connection quality indicator
* Adds a dropdown indicator which displays the status of the internet connection.
* It uses the same data as `https://network.callstats.io `.
* The algorithm for the strings displayed to the user is also the one used on `network.callstas.io`.
5 роки тому
Andrei Bora
af71d80150
Fix call after timeout
5 роки тому
Andrei Bora
b765adca75
Solve review issues and add retries for http call
5 роки тому
Andrei Bora
92e6cf7618
Add pre and post validation for users that want to use their own public keys
5 роки тому
Tudor-Ovidiu Avram
10c2652a4f
feat(prejoin) show error when trying to join and name is required
5 роки тому
Aaron van Meerten
c3329ec931
Merge pull request #7518 from jitsi/aaronkvanmeerten/jibri-queue-component-modules
FEAT: prosody jibri queue component module
5 роки тому
Mihai Uscat
9cf7199c0e
feat(close3): Move readyToClose flow to the close page
5 роки тому
Vlad Piersec
d82bb0a89b
fix(prejoin): Fix join without audio
5 роки тому
Tudor-Ovidiu Avram
295dd8a45d
fix(prejoin) remove version parameter
5 роки тому
damencho
25ae83bcf4
fix: Fixes #7514 when promoting new moderator and lobby is enabled.
5 роки тому
Aaron van Meerten
82b1408454
FEAT: jibri queue clear asap cache for token util on config reload
5 роки тому
Aaron van Meerten
36565f0c50
FIX: token util keyurl definition move to above callback definition
5 роки тому
Aaron van Meerten
0c48e205d7
Merge branch 'master' into aaronkvanmeerten/jibri-queue-component-modules
5 роки тому
Aaron van Meerten
5e35b69fc9
FIX: prosody token util handles race on timeout gracefully
5 роки тому
Aaron van Meerten
3fd85720bc
FIX: prosody jibri queue component reloads configuration
5 роки тому
Aaron van Meerten
e439d065b7
FEAT: token util better logging for timeouts, verification
5 роки тому
Jaya Allamsetty
5dcecdbb54
deps: lib-jitsi-meet@latest
5 роки тому
Niek van der Maas
8d2a52d0e8
debian: improve compressions + add expire headers
* Improve compressions + add expire headers
* Remove MSIE check, caching only for versioned files, do not gzip MP3/JPG/PNG
* Lower GZIP min length, enable compressions on WASM
5 роки тому
Russell Graves
2aa6f7ff4b
Add codec reporting (if present in lib-jitsi-meet output) to connection stats (#6054)
* Add codec reporting to the stats window for connections.
This will report the audio/video codecs, if reported by lib-jitsi-meet.
5 роки тому
Aaron van Meerten
d716665f27
FIX: jibri-queue module log improvements
5 роки тому
Дамян Минков
4ca4e242b1
ref: Moves xmpp logs to be accessed from connection. (#7517)
* ref: Moves xmpp logs to be accessed from connection.
In cases where there is no room like pre-join and lobby screen we still want to be able to debug xmpp messages.
* squash: Updates lib-jitsi-meet.
5 роки тому
damencho
cdd782a82f
fix: Fixes uncaught exception on malformed jwt.
Does not skip passing jwt even when malformed to allow getting the error, terminating the connection and showing the warning. We were not passing jwt when malformed and were successfully joining a conference for deployments where no token is allowed.
5 роки тому
Jaya Allamsetty
713ae817c0
deps: lib-jitsi-meet@latest
5 роки тому
Aaron van Meerten
d05fa32413
FIX: add flag to control whether to check room claim in JWT validation
jibri queue component stop checking room validation in token
Jibri queue component debug output when bad token is found
5 роки тому
Tudor-Ovidiu Avram
e6676bb09a
fix(prejoin) fix css loading path
5 роки тому