Tudor-Ovidiu Avram
e67c08d837
fix(pwa) move logic for registering pwa worker
4 years ago
Tudor-Ovidiu Avram
d854b2cd3d
fix(pwa) remove window.load event handler for pwa registrator
4 years ago
paweldomas
ab5c8d49c3
fix(flow): ignore contentHint
I don't know how to modify built-in MediaStreamTrack type, so ignore the error.
4 years ago
paweldomas
820d9b2ba8
feat(presenter): apply 'text' contentHint
...so that the text is more readable in the presenter mode. Chrome by
default uses 'detail' for screen sharing. I went with the 'text' here,
because the docs[1] say "may take advantage of encoder tools that
optimize for text rendering." - whether that's good specifically for
the presenter mode I don't know. It looked good for me when tested
on Chrome.
https://www.w3.org/TR/mst-content-hint/
4 years ago
Tudor-Ovidiu Avram
e4c1046d7c
fix(pwa) bypass loading in electron. ensure same origin with registrator
4 years ago
Jaya Allamsetty
223187c640
fix(UI): Do not re-compute the container width when chat window is closed.
Since the external API now sets preferredWidth/preferredHeight for resizing the large video, we don't need to add chat width to the computed window width when the chat window is closed.
Fixes https://github.com/jitsi/jitsi-meet/issues/7889
4 years ago
Saúl Ibarra Corretgé
35e8821679
chore(deps) update Olm to 3.2.1
4 years ago
Tudor-Ovidiu Avram
3125345793
fix(pwa) improve upon pwa specs
4 years ago
Aaron van Meerten
5e6c4d67ed
Merge pull request #7904 from saghul/preload-avatars-refer
fix(avatars) refactor preloading
4 years ago
Saúl Ibarra Corretgé
a3fb996ff0
fix(avatars) refactor preloading
Use fetch(), which gives us better control over headers.
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
Saúl Ibarra Corretgé
b5f9b575ca
chore(git) update gitignore
4 years ago
Saúl Ibarra Corretgé
a7fa9d8a97
feat(pwa) update generated Android project
4 years ago
Saúl Ibarra Corretgé
4762d5a153
feat(pwa) move twa manifest to twa/
4 years ago
Saúl Ibarra Corretgé
e8c2c89343
feat(pwa) update twa manifest with new (old) colors and manifest path
4 years ago
Saúl Ibarra Corretgé
d77a7cac3a
feat(pwa) use current icons
4 years ago
Saúl Ibarra Corretgé
6030c32272
feat(pwa) add TWA generated files
4 years ago
tmoldovan8x8
8e19597e38
feat(mobile) add splash screen
4 years ago
Tudor-Ovidiu Avram
bf6a1540df
fix(prejoin) guard case for locationUrl being falsy in prejoin 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
Tudor-Ovidiu Avram
0d7a730497
feat(pwa) add pwa specifics
4 years ago
Vlad Piersec
59caa0cf42
fix(vpaas): Count endpoint only when there are 2 or more participants
4 years ago
Saúl Ibarra Corretgé
bdda8c56c7
fix(VideoLayout) make thumbnail iteration more resilient
If a failure occurs while we are still setting up the UI it's possible the local
thumbnail is still null, and none of the code assumes it may be null, so skip
it.
4 years ago
Saúl Ibarra Corretgé
c239ba71e6
chore(android) update gradle plugin to version 4.0.2
4 years ago
Tudor-Ovidiu Avram
1005f8f498
fix(prejoin) allow libs loaded in prejoin.html to be cached
4 years ago
Saúl Ibarra Corretgé
f6e2bd1249
fix(build) increase external_api bundle size
We are off my 1KB oh well.
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
Hristo Terezov
1740aaf973
fix(video-quality-dialog): Initial value.
Fixes an issue when the video quality dialog is opened for first time
and config.videoQuality.persist is true there isn't any selected option.
4 years ago
Tudor-Ovidiu Avram
a270e4300a
fix(native) add missing function
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é
f9888e5dbb
rn,remote-video-menu: make UI consistent with other menus
4 years ago
Saúl Ibarra Corretgé
44d7828e9c
rn,overflow-menu: improve drag icon
4 years ago
Saúl Ibarra Corretgé
82b14ba7f1
deps: update react-native-svg
Watch out when updating beyond this version:
https://github.com/react-native-community/react-native-svg/issues/1354
4 years ago
Saúl Ibarra Corretgé
63fe1de789
rn,recent-list: replace swipe options with long-press sheet
This change serves 2 purposes:
- (Hopefully) make the recent list entry options easier to discover
- Remove the (now unmaintained) swipeout dependency
4 years ago
Jaya Allamsetty
39af6f5943
fix(video-quality): Add the ability to request Ultra HD resolutions
Change the preferredVideoQuality and maxReceiverVideoQuality values to Ultra HD resolutions. The requested resolution can be as high as 4K to facilitate VPaaS customers to request 4K. The sender video resolution will always max out at the value specified in the video constraints from config.js settings.
4 years ago
Anand Parshuramka
f01869c21c
Adding the flags to enable/disable Kick out option in RemoteVideoMenu
4 years ago
Tudor-Ovidiu Avram
6d2f8ae37d
feat(prejoin) show connection status in exported prejoin screen
4 years ago
Saúl Ibarra Corretgé
35bea1a1d0
fix(misc) update update-ljm script commit message
4 years ago
Saúl Ibarra Corretgé
afa4306ae8
chore(deps) lib-jitsi-meet@latest
4 years ago
Saúl Ibarra Corretgé
1d9daa8da7
fix(config) drop useStunTurn
Always attempt to discover the configured STUN/TURN servers.
4 years ago
Tudor-Ovidiu Avram
478f1a731e
feat(prejoin) improve ux
4 years ago
Titus-Andrei Moldovan
9f9e192c3c
fix(android) - separates the invocation of the gradle tasks. It was noticed on some configurations that the publish task was executed before assembleRelease finished
4 years ago
Titus-Andrei Moldovan
943996e5b6
fix(android) - adds the import for the VersionName, since on some configurations it is not automatically imported
4 years ago
Hristo Terezov
bfde13cb15
chore(lib-jitsi-meet): Update.
4 years ago
George Politis
5939820271
fix: Makes the code more defensive to prevent an error. (#7837)
4 years ago
George Politis
b5310573fc
feat: Adds more debug information in the GSM bars popover (#7627)
4 years ago