Дамян Минков
79f3756d33
feat: Adds option to set ws keepalive url through config. (#8487)
* feat: Adds option to set ws keepalive url through config.
* chore(deps) lib-jitsi-meet@latest
* feat: Adds option to set ws keepalive url through config.
* fix VADAudioAnalyser: catch error
be18ff34be/...9fdde46694d1c4bc8b7f051cc8d50e0df29ffd07
hace 4 años
Steffen Kolmer
ef7d425859
feat(ui) update AtlasKit components
hace 4 años
Jaya Allamsetty
1cf7a361e9
feat: Implement aggressive layer suspension on RN.
RN doesn't support RTCRtpSender yet. Therefore, media is suspended on RN by changing the media direction in the SDP whenever the client receives an ideal height of 0 for sender constraints on the bridge channel.
LJM update - 3570339360/...be18ff34bedf38c7475fe4953074c7959000e15f.
hace 4 años
Jaya Allamsetty
270e52e402
deps(ljm): Restore local connection status.
831716c160/...3570339360763fa0911d92c5ae7c270860b6934b.
hace 4 años
Saúl Ibarra Corretgé
635d283d5a
chore(deps) react-native-callstats@3.70.1
Support processing stats in the spec-compliant format.
hace 4 años
Дамян Минков
01c55bdb15
feat: Uses mod_external_services supporting urn:xmpp:extdisco:2. (#8455)
* feat: Uses mod_external_services supporting urn:xmpp:extdisco:2.
The old mod_turncredentials.lua is left to continue working for those using old installs.
New install will start using the new module which will no longer be needed with prosody 0.12.
https://hg.prosody.im/prosody-modules/file/4841cf3fded5/mod_external_services/mod_external_services.lua
* squash: Updates ljm to support urn:xmpp:extdisco:2.
hace 4 años
Jaya Allamsetty
df21ec6f04
chore(deps) lib-jitsi-meet@latest (#8437)
https://github.com/jitsi/lib-jitsi-meet/compare/...94ac35ae818093896e639e74f5fc389b488206a0
hace 4 años
Vlad Piersec
23574e9edc
fix(vpaas): Store billing id in parent lolcaStorage on Safari
hace 4 años
Дамян Минков
6689aa3700
feat: Detects shard changed when using websockets.
* feat: Detects shard changed when using websockets. (#1462 )
1009693f2e/...cb484cf48ccd3d56cf9bb2e9d452bd7aa644ac8a
hace 4 años
Jaya Allamsetty
b65e61f633
feat: Add new codec selection mechanism.
When an endpoint that doesn't support the preferred codec (VP9) joins a conference, all the other endpoints fallback to VP8 until the endpoint leaves the call.
hace 4 años
Saúl Ibarra Corretgé
88f1c218eb
fix(rn,stats) fix incorrect bitrate calculation on mobile
Stats timestamps were incorrectly formatted, fixed upstream.
Fixes: https://github.com/jitsi/jitsi-meet/issues/8367
hace 4 años
damencho
69c6463476
chore(deps) lib-jitsi-meet@latest
* fix: Disabling lobby when using tenant.
87c6e37475/...7896fc8b92f1416f800b56c87e51fb69700d620d
hace 4 años
Saúl Ibarra Corretgé
916208a5ff
fix(libre-build) update react-native-device-info to 8.0.0
Will now work even if installreferrer or GCM are missing.
hace 4 años
Дамян Минков
3677a2f769
feat: Skip p2p when the participant is jigasi.
* feat: Skip p2p when the participant is jigasi.
1fd7256553/...87c6e374755718fdb0804c2c798ea4bc832f4fca
hace 4 años
Saúl Ibarra Corretgé
a3c6e690dd
chore(deps) update react-native-svg to latest
Fixes icons not rendering on iOS 11.
hace 4 años
damencho
e8c0c03e49
chore(deps) lib-jitsi-meet@latest
* feat: Skips using disco-info for features. (#1450 )
* sdp: improve sdp matching for simulcast lines (#1452 )
* sdp: add missing colon to findLines calls (#1447 )
310983c5b0/...1fd725655357db161d40e7dd52ef111e2b04bd68
hace 4 años
Saúl Ibarra Corretgé
687a6c31ee
feat(analytics) unify Amplitude handlers across web and mobile
The amplitude-js library gained React Native support so there is no need to keep
separate implementations.
hace 5 años
tmoldovan8x8
5ecb5717c7
feat(stats) add stats for mobile
hace 5 años
Дамян Минков
4f52fd5e01
fix: Skip sending multiple times disco-info to jicofo.
* fix: Skip sending multiple times disco-info to jicofo.
* build(deps): bump ini from 1.3.5 to 1.3.7
9f65e8fab3/...8bb653f1d6d450f4d17f56eb6bd4c353138f6829
hace 5 años
Saúl Ibarra Corretgé
b1a4b58f7a
chore(deps) update react-native-webview
hace 5 años
dependabot[bot]
42dabd4cdb
chore(deps): bump react-native-webview from 10.9.0 to 11.0.0
Bumps [react-native-webview](https://github.com/react-native-community/react-native-webview ) from 10.9.0 to 11.0.0.
- [Release notes](https://github.com/react-native-community/react-native-webview/releases )
- [Changelog](https://github.com/react-native-webview/react-native-webview/blob/master/.releaserc )
- [Commits](https://github.com/react-native-community/react-native-webview/compare/v10.9.0...v11.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
hace 5 años
damencho
fc54fc80d1
fix: Start p2p only when we have received all presences.
hace 5 años
Jaya Allamsetty
26dbc9a78b
fix: Fixes VP9 support on Chrome.
chore(deps) lib-jitsi-meet@latest
hace 5 años
damencho
e9200bab09
fix: Fixes detecting websocket disconnect by using xmpp pings.
hace 5 años
Jaya Allamsetty
0019284b10
feat: Add option to force pc to use turn relay candidates.
Helps with testing turn relay cases.
hace 5 años
Jaya Allamsetty
65562d1ef4
fix(tracks): Do not add a second audio track.
hace 5 años
Jaya Allamsetty
39cf8854af
fix(TPC): Do not scale down desktop track in p2p/non-simulcast cases.
chore(deps) lib-jitsi-meet@latest
hace 5 años
Saúl Ibarra Corretgé
57f3e8a3e8
fix(deps) update logger
hace 5 años
Saúl Ibarra Corretgé
f6fa903f8f
feat(rn) switch to XCFramework and WebRTC M87
hace 5 años
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
hace 5 años
Jaya Allamsetty
5510138944
fix(screenshare): do not reconfigure encodings for simulcast SS
chore(deps) lib-jitsi-meet@latest
hace 5 años
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
hace 5 años
Saúl Ibarra Corretgé
e271ec2e13
chore(deps) lib-jitsi-meet@latest
hace 5 años
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.
hace 5 años
Vlad Piersec
a242e86b23
chore(deps) amplitude 7.3.1
hace 5 años
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 >
hace 5 años
damencho
e0117e03e8
feat: Reduce pings and adds xmpp ping config.
hace 5 años
Jaya Allamsetty
d2046c2c8f
fix(screenshare): bring back 'x-google-flag:conference' flag in remote description for SS.
chore(deps) lib-jitsi-meet@latest
hace 5 años
Jaya Allamsetty
b0d55f9450
fix(xmpp): Update previd value when trying to resume connection.
lib-jitsi-meet@latest
hace 5 años
Saúl Ibarra Corretgé
830817d7b4
chore(deps) run npm audit fix
hace 5 años
Tudor-Ovidiu Avram
96c34b7774
chore(deps) lib-jitsi-meet@latest
hace 5 años
Saúl Ibarra Corretgé
35e8821679
chore(deps) update Olm to 3.2.1
hace 5 años
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.
hace 5 años
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.
hace 5 años
tmoldovan8x8
8e19597e38
feat(mobile) add splash screen
hace 5 años
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.
hace 5 años
Saúl Ibarra Corretgé
b891a7526d
Revert "fix(ios) fix not rendering images on iOS 14"
This reverts commit cd68c72338 .
hace 5 años
Hristo Terezov
5bf20517e7
feat(prejoin): handle disabled precall test.
hace 5 años
Saúl Ibarra Corretgé
cd68c72338
fix(ios) fix not rendering images on iOS 14
Fixed by patching react-native:
e7ee500660
(backport from upstream)
hace 5 años
Mihai Uscat
5e2ee3bdcd
fix: Show focus indicator only when navigating via keyboard
hace 5 años