Jaya Allamsetty
39cf8854af
fix(TPC): Do not scale down desktop track in p2p/non-simulcast cases.
chore(deps) lib-jitsi-meet@latest
4 years ago
Saúl Ibarra Corretgé
57f3e8a3e8
fix(deps) update logger
4 years ago
Saúl Ibarra Corretgé
f6fa903f8f
feat(rn) switch to XCFramework and WebRTC M87
4 years ago
Saúl Ibarra Corretgé
a7de8be0aa
feat(avatar) add ability to customize Gravatar base URL
Also, default to libravatar.
Closes: https://github.com/jitsi/jitsi-meet/issues/4927
4 years ago
Jaya Allamsetty
5510138944
fix(screenshare): do not reconfigure encodings for simulcast SS
chore(deps) lib-jitsi-meet@latest
4 years ago
Jaya Allamsetty
36871fa37e
fix(safari): Ensure simulcast stream resolutions don't change.
Safari 14.1 has a bug where it returns 720p for every simulcast stream when RTCRtpSender.getParameters is called even though the stream resolutions are different.
By using the encodings config used when source was added, on every RTCRtpSender.setParameters call, we ensure that simulcast stream resolutions don't change.
chore(deps) lib-jitsi-meet@latest
4 years ago
Saúl Ibarra Corretgé
e271ec2e13
chore(deps) lib-jitsi-meet@latest
4 years ago
Jaya Allamsetty
3381cf4422
fix(screenshare): Fixes for the blurry desktop share issues.
Do not resize the desktop share to 720p by default when the desktop track resolution is higher than 720p. This is causing bluriness when presenter is turned on.
Remove the 'detail' contentHint setting for the desktop+presenter canvas stream as it forcing chrome to send only 5 fps stream for high resolution desktop tracks.
Move the desktop resizing logic behind a config.js option - videoQuality.resizeDesktopForPresenter.
4 years ago
Vlad Piersec
a242e86b23
chore(deps) amplitude 7.3.1
4 years ago
Titus-Andrei Moldovan
9a35026d6a
feat(android) add screen-sharing support
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
Co-authored-by: zycwind <391321232 @qq.com >
4 years ago
damencho
e0117e03e8
feat: Reduce pings and adds xmpp ping config.
4 years ago
Jaya Allamsetty
d2046c2c8f
fix(screenshare): bring back 'x-google-flag:conference' flag in remote description for SS.
chore(deps) lib-jitsi-meet@latest
4 years ago
Jaya Allamsetty
b0d55f9450
fix(xmpp): Update previd value when trying to resume connection.
lib-jitsi-meet@latest
4 years ago
Saúl Ibarra Corretgé
830817d7b4
chore(deps) run npm audit fix
4 years ago
Tudor-Ovidiu Avram
96c34b7774
chore(deps) lib-jitsi-meet@latest
4 years ago
Saúl Ibarra Corretgé
35e8821679
chore(deps) update Olm to 3.2.1
4 years ago
Saúl Ibarra Corretgé
65a9de346f
fix(rn) use a RN-friendly URL polyfill
The previous one no llonger works out of the box with RN.
4 years ago
Saúl Ibarra Corretgé
036d810d46
fix(rejoin) fix adding track parameters to rejoin URL
The URL polyfill we were using didn't support taking a URL object in the
constructor, the updated one does.
4 years ago
tmoldovan8x8
8e19597e38
feat(mobile) add splash screen
4 years ago
Saúl Ibarra Corretgé
9434d3c349
fix(deps) update react-native to fix iOS 14 icons
This update doesn't touch thousands of lines of package-lock which caused a
runtime breakage on both platforms.
4 years ago
Saúl Ibarra Corretgé
b891a7526d
Revert "fix(ios) fix not rendering images on iOS 14"
This reverts commit cd68c72338 .
4 years ago
Hristo Terezov
5bf20517e7
feat(prejoin): handle disabled precall test.
4 years ago
Saúl Ibarra Corretgé
cd68c72338
fix(ios) fix not rendering images on iOS 14
Fixed by patching react-native:
e7ee500660
(backport from upstream)
4 years ago
Mihai Uscat
5e2ee3bdcd
fix: Show focus indicator only when navigating via keyboard
4 years ago
Saúl Ibarra Corretgé
bdd2845917
deps,misc: fix package-lock conflicts
4 years ago
Saúl Ibarra Corretgé
afa4306ae8
chore(deps) lib-jitsi-meet@latest
4 years ago
Hristo Terezov
bfde13cb15
chore(lib-jitsi-meet): Update.
4 years ago
Jaya Allamsetty
aa488cb75c
deps: lib-jitsi-meet@latest
Disable RTX on FF
4 years ago
Jaya Allamsetty
de8e62ac51
deps: lib-jitsi-meet@latest
4 years ago
Hristo Terezov
dc6d3daef7
feat(external-local-storage): support
4 years ago
Andrei Gavrilescu
0e034a686f
deps: lib-jitsi-meet support rtcstats p2p meta
4 years ago
Saúl Ibarra Corretgé
d9f85c70f1
chore(deps,rn) react-native-webview@10.9.0
4 years ago
Saúl Ibarra Corretgé
00ec0f03a6
chore(deps) run npm audit fix
4 years ago
Saúl Ibarra Corretgé
11ae187ece
fix(chat) prevent homograph attacks
Decode URLs using punycode when rendering, so when http://ebаy.com is sent
we render http://xn--eby-7cd.com/ instead.
Ref: https://github.com/tasti/react-linkify/issues/84
4 years ago
Jaya Allamsetty
a8b9ae2b12
fix(callstats): Use callStatsThreshold for % of users instead of conferences
4 years ago
Jaya Allamsetty
89cd6e8e3e
feat(stats): Add the ability to enable callStats for certain % of confs
4 years ago
Saúl Ibarra Corretgé
92235ae535
fix(android,calendar) avoid crash
4 years ago
Josh Brown
ebb1b8d76b
fix(background-blur) refactor to improve performance
4 years ago
Saúl Ibarra Corretgé
42d559de93
deps: replace node-sass with sass
The former is no longer actively maintained.
Fixes: https://github.com/jitsi/jitsi-meet/issues/6427
4 years ago
Saúl Ibarra Corretgé
ca306f47b6
deps: react-native-background-timer@2.4.0
We hadn't updated in a while.
4 years ago
damencho
2c026754ef
fix: Fix ws reconnect piling up previd param.
4 years ago
Saúl Ibarra Corretgé
9815b633fc
deps: lib-jitsi-meet@latest
Avoids CORS issues with the E2EE worker.
4 years ago
Saúl Ibarra Corretgé
7cafa205ee
e2ee: stage 2
Adapt to E2EE changes in lib-jitsi-meet. Notably:
---
e2ee: introduce per-participant randomly generated keys
This the second stage in our E2EE journey.
Instead of using a single pre-shared passphrase for deriving the key used for
E2EE, we now establish a secure E2EE communication channel amongst peers.
This channel is implemented using libolm, using XMPP groupchat or JVB channels
as the transport.
Once the secure E2EE channel has been established each participant will generate
a random 32 byte key and exchange it over this channel.
Keys are rotated (well, just re-created at the moment) when a participant joins
or leaves.
---
4 years ago
Дамян Минков
651d713206
feat: Allows jvb to control DTLS/SRTP protection profile. (#7626)
* feat: Allows jvb to control DTLS/SRTP protection profile.
* test: Adds dominant speaker change print for large in testing mode.
4 years ago
Saúl Ibarra Corretgé
9e5f469e0c
deps: run npm audit fix
The amplitude-js dependency required a major bump.
4 years ago
Boris Grozev
ac17db9df5
Update lib-jitsi-meet and add the RED option to config.js.
4 years ago
Jaya Allamsetty
eb8b730227
deps: update lib-jitsi-meet to latest.
Update config.js to include the new codec preference options under videoQuality settings.
4 years ago
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.
4 years ago
Andrei Gavrilescu
d725c0ab8a
Use rtcstats with keep-alive / add rtcstats enabled config
4 years ago
damencho
25ae83bcf4
fix: Fixes #7514 when promoting new moderator and lobby is enabled.
4 years ago