Robert Pintilii
0bccda2c9e
ref(TS) Convert more base files to TS (#12222)
3 years ago
Robert Pintilii
3426960d5a
ref(TS) Convert base/tracks to TS (#12219)
3 years ago
Horatiu Muresan
fb2cfaa204
fix(carmode) Force portrait when in carmode
3 years ago
Дамян Минков
d61d47fae3
fix: Fixes LE script on existing cert. (#12223)
* fix: Fixes LE script on existing cert.
Updates jaas shown message.
* squash: Make sure .well-known folder exists.
* squash: Fix LE when running apt commands with sudo.
Forces acme.sh to work when it detects sudo.
* squash: Change jaas message on install.
* squash: Uses issue return code to check for existing cert.
3 years ago
Gabriel Borlea
2cb9596536
feat(rtc-stats): send face landmarks detection off timestamp to service (#12183)
* feat(rtc-stats): send camera off timestamp to service
* code review
* improve error handling
* improve rtcstats middleware and complete typescript types
3 years ago
Robert Pintilii
62a10e6587
fix(giphy) Allow space in input (#12221)
Fixes: space closes gif menu
3 years ago
damencho
e38f9a293b
fix: Fixes postinst after pull/12213.
3 years ago
Дамян Минков
eba7cfcec5
feat: Adds automatic jaas account creation. (#12213)
* feat: Adds automatic jaas account creation.
* squash: Prints return data if any.
* squash: Moves jitsi-challenge.txt to /usr/share/jitsi-meet/.well-known.
3 years ago
Jaya Allamsetty
ae70370a38
chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/v1505.0.0+f49afde5...v1506.0.0+3fc03265
3 years ago
Jaya Allamsetty
45c67142e9
chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/v1504.0.0+85fb01c0...v1505.0.0+f49afde5
3 years ago
Jaya Allamsetty
6a03e49b9e
update config.js
3 years ago
Jaya Allamsetty
25e7b79237
feat(multi-stream) Enable multi-stream by default (if not disabled explicitly).
3 years ago
Robert Pintilii
779ecd6da6
feat(ui-components) Add Tabs component (#12199)
3 years ago
Robert Pintilii
dd4d49a591
fix(filmstrip) Fix stage filmstrip (#12209)
Use new settings action to determine when max has been reduced
3 years ago
Robert Pintilii
63b6b5a72d
ref(TS) Convert some files to TS (#12204)
3 years ago
George Politis
df9185f92a
ref(callstats): Removes redundant config.js option.
3 years ago
Saúl Ibarra Corretgé
9bb0decb30
fix(build) speed up webpack dev build by 4x
Skip type checking, only do it in prod builds (the CI will check those).
Main bundle build times:
- Before: 255101ms
- After: 58463ms
3 years ago
Saúl Ibarra Corretgé
e18240cfc6
chore(build) rename option for clarity
3 years ago
Jaya Allamsetty
1703ed8b23
chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/v1502.0.0+62b0e5c4...v1504.0.0+85fb01c0
3 years ago
Saúl Ibarra Corretgé
945eda680c
chore(ios) sync Podfile.lock
3 years ago
Saúl Ibarra Corretgé
a378ba7827
feat(ios) Xcode 14 compatibility
Bitcode is no longer supported, so remove it. The M106 WebRTC version no
longer contains bitcode either, but it embeds dSYMs.
3 years ago
Saúl Ibarra Corretgé
73ab43ac0c
feat(android) disable volume logger thread
3 years ago
Saúl Ibarra Corretgé
3f5fa1e663
feat(rn,deps) update WebRTC to M106
3 years ago
Robert Pintilii
e05ad18ee4
fix(prejoin) Remove no longer needed hack
3 years ago
Robert Pintilii
6dd04136de
ref(TS Convert some files to TS (#12191)
3 years ago
Jaya Allamsetty
ffe005ba0a
chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/v1500.0.0+d96dad72...v1502.0.0+62b0e5c4
3 years ago
Jaya Allamsetty
7393c20ed8
fix(testing): Fixes for multi-stream torture tests to work.
3 years ago
tmoldovan8x8
7509b520f3
fix(e2ee) check if e2ee is supported before playing the sound
3 years ago
Robert Pintilii
4c9f3d287a
fix(prejoin) Fix focus stealing in settings (#12188)
Remove ref focus from InputField component
Replace input component in GifsMenu and add ref focus
3 years ago
TTG
fef562d767
fix(lang) remove unused language lists
3 years ago
Saúl Ibarra Corretgé
d9bbf35466
fix(settings) fix not storing maxStageParticipants
3 years ago
Saúl Ibarra Corretgé
1cd80a33c6
fix(config) fix check for filmstrip property
The whole object might be undefined.
3 years ago
Robert Pintilii
2d6e181a13
feat(ui-components) Add Select component (#12182)
Remove @atlaskit /dropdown
Convert some files to TS
3 years ago
Robert Pintilii
f5e60a7ca4
fix(filmstrip) Save stage filmstrip in settings (#12170)
Add config for stage participants number
Enable stage filmstrip by default
3 years ago
Hristo Terezov
f0a45a9976
feat: Handle dominant speaker silence
3 years ago
Hristo Terezov
81f5e68382
chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/v1498.0.0+bc3aae02...v1500.0.0+d96dad72
3 years ago
Alex Bumbu
e68ede65e1
feat(iOS): callkit objc implementation
3 years ago
damencho
8c0de928ab
fix: Set default choice for jaas, keeps old behavior.
3 years ago
Horatiu Muresan
9d57c8e058
fix(external-api) Add email to local participant info
3 years ago
Horatiu Muresan
35442c6094
fix(external-api) Fix notify audio muted/audio available
3 years ago
Gabriel Borlea
d6f3c2a0f4
ref(face-landmarks): convert to typescript and add detector class (#12144)
* fix(face-landmarks): stop recognition when imageCapture error
* ref(face-landmarks): convert files in typescript
fix: lint issues
* code review
* ref(face-landmarks): move detection part to a class
* ref(face-landmarks): make FaceLandmarksDetector singleton
* fix typo and ts-ignore problematic types
* fix linting issues
3 years ago
tmoldovan8x8
b83c55e9c4
fix(rn) fixes typo in functions.native
3 years ago
Robert Pintilii
a1d20dc188
ref(TS) Convert some features to TS (#12149)
Convert AV Moderation and Breakout Rooms to TS
3 years ago
Robert Pintilii
95084e1004
ref(TS) Convert some base features to TS (#12138)
3 years ago
Saúl Ibarra Corretgé
5502601fb3
fix(subtitles) web components must not be used in generic action files
3 years ago
Saúl Ibarra Corretgé
3fa72c99bc
fix(rn,conference) fix mobile build
Looks like Metro is confused by these imports.
3 years ago
Дамян Минков
079a2a505d
feat: Adds LE choice when installing debian package. (#12154)
* feat: Adds LE choice when installing debian package.
* Update debian/jitsi-meet-web-config.templates
Co-authored-by: raluca8x8 <raluca.tocmag@8x8.com >
* squash: Print in the console the JaaS link everytime.
* squash: Note that JaaS does not support self-signed certs.
* squash: Fix message.
* squash: Moves acme.sh stuff into a script, so it is easy to re-run.
Co-authored-by: raluca8x8 <raluca.tocmag@8x8.com >
3 years ago
Robert Pintilii
139884fbe7
ref(dep) Upgrade MUI (#12089)
3 years ago
Misha
3ef3233242
ref(conn-indicator): remove E2E RTT (#12139)
There was a fundamental change in how e2e pings work in lib-jitsi-meet where it does few pings at the beginning, pushes metrics and shuts the whole thing down, so there are no more e2ertt updates after that. Plus it's disabled by default. @paweldomas have decided with @bgrozev to remove that instead of trying to adjust. Even if e2e pings are enabled the data is not feed correctly to the indicators, what's wrong there is as soon as the pings stop going the new data does not arrive and then all you get is N/A if the UI component is recreated.
3 years ago
JohnProv
443f4e4feb
fix(lang) update Dutch translation
3 years ago