slauth
9742e90bb5
allow wildcard in token issuer verification
5 yıl önce
Saúl Ibarra Corretgé
2a01d3550c
fix(conference) remove no longer needed code
There is no need for setting the availability of desktop sharing anymore. It can
now be detected on the spot.
The reson for the previous code was that way back when browser extensions were
needed, it was possible to start a conference without desktopo sharing support
and get it afterwards. This is no longer the case.
5 yıl önce
rugk
efce5a831b
feat(misc) automatically assign feature-request tag to issues
…if they are reported as a feature request, of course.
5 yıl önce
damencho
e0117e03e8
feat: Reduce pings and adds xmpp ping config.
5 yıl önce
Hristo Terezov
1648e4b407
ref(thumbnail): mutedWhileDisconnected -> redux
5 yıl önce
Vlad Piersec
b02136d013
feat(prejoin): Add name from jwt to prejoin screen
5 yıl önce
damencho
734631a7a4
fix: Avoids storing lobby room instance in the main room object.
We sometimes see "error Top-level error, please report:
/usr/lib/prosody/util/serialization.lua:38: Can't serialize table: table has multiple references".
This also slows down restarting prosody.
5 yıl önce
Vlad Piersec
9fbb35b6e1
feat(vpaas): Track vpaas conference join
5 yıl önce
Hristo Terezov
f45af351d8
ref(thumbnail): use connectionStatus from redux.
5 yıl önce
JB Joatton
1f4cd22875
fix(lang): update fr translation
5 yıl önce
Adão Santos
53cc724b3b
fix(lang) update ptBR translation
5 yıl önce
Tudor-Ovidiu Avram
8f1cb7ded2
fix(vpaas) fix invite url flicker for jaas users
5 yıl önce
Hristo Terezov
b9ccc3ad8c
fix(StatusIndicators): Improve isScreenSharing check
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
5 yıl önce
Hristo Terezov
68a0bdce2c
ref(StatusIndicators): isScreenSharing -> redux.
5 yıl önce
Hristo Terezov
b71d92a139
ref(StatusIndicators): Use audio muted from redux.
5 yıl önce
Jaya Allamsetty
30fc04ba61
fix(logging): Add more details to onerror and onunhandledrejection errors.
5 yıl önce
Jaya Allamsetty
d2046c2c8f
fix(screenshare): bring back 'x-google-flag:conference' flag in remote description for SS.
chore(deps) lib-jitsi-meet@latest
5 yıl önce
Hristo Terezov
35b5f6df06
s/isLocalVideoTrackMuted/isLocalCameraTrackMuted/
5 yıl önce
Hristo Terezov
ca2343c31a
ref(StatusIndicators): Use video muted from redux.
5 yıl önce
Jaya Allamsetty
3657c19e60
fix(video-quality): set lastN to 1 when screenshare is added to call in audio-only mode.
This fixes an issue where lastN is not bumped to 1 on an audio-only client when a screenshare source is added to the call.
5 yıl önce
Hristo Terezov
007183c151
fix(deviceChange):Dont create video track if muted
5 yıl önce
Hristo Terezov
9c10ac3028
fix(conference): start muted values on initial GUM
Take into account the start muted values stored in local storage.
5 yıl önce
Jaya Allamsetty
4b429112f2
fix(iFrame): capturScreenshot - check if the remote participant has a track attached.
Participants that join video muted do not have video tracks attached. Fixes https://github.com/jitsi/jitsi-meet/issues/7942 .
5 yıl önce
Saúl Ibarra Corretgé
d067c4e731
fix(pwa) move manifest to the root
It must be served from the same origin, so we need to bypass the CDN we use for
meet.jit.si. See the code comments for the rationale on the workaround.
5 yıl önce
Saúl Ibarra Corretgé
07d8611988
fix(pwa) remove no longer used file
5 yıl önce
Jaya Allamsetty
b0d55f9450
fix(xmpp): Update previd value when trying to resume connection.
lib-jitsi-meet@latest
5 yıl önce
Saúl Ibarra Corretgé
5f2ee6d951
fix(android) fix runtime WebRTC issue
https://github.com/jitsi/jitsi-meet/issues/7911#issuecomment-714323255
5 yıl önce
Vlad Piersec
ddea7d0294
fix(prejoin): Fix moving content when device status bar is toggled
5 yıl önce
Saúl Ibarra Corretgé
348c6416e5
fix(pwa) fix PWA worker script origin
Looks like the base it's still applied, so use a full URL.
5 yıl önce
Saúl Ibarra Corretgé
ad265d5815
fix(pwa) fix auto-generated TWA icons
5 yıl önce
Saúl Ibarra Corretgé
d5b2da02c1
fix(pwa) fix loading the service worker
We typically use a base URL for static assets using a CDN so loading the worker
from there won't work since it's a different origin. Using a URL relative to the
origin of the page will make it be loaded from the right place.
5 yıl önce
Jaya Allamsetty
fbfaed07b2
feat(iFrame): Add recording options for RTMP streaming.
Add methods for start/stop recording in addition to the commands that we already have.
5 yıl önce
emrah
da33d8a033
fix: speakerstats_component, attempt to index (a nil value)
5 yıl önce
Saúl Ibarra Corretgé
830817d7b4
chore(deps) run npm audit fix
5 yıl önce
Avram Tudor
8c67f1fdf3
Merge pull request #7938 from jitsi/tavram/twa
Tavram/twa
5 yıl önce
Saúl Ibarra Corretgé
b57da04553
feat(pwa) update TWA Android project
5 yıl önce
Tudor-Ovidiu Avram
b428c3bca8
feat(pwa) do not display chrome extension banner for TWA
5 yıl önce
Tudor-Ovidiu Avram
96c34b7774
chore(deps) lib-jitsi-meet@latest
5 yıl önce
Saúl Ibarra Corretgé
f2bbc874b3
feat(pwa) add fastlane integration for building TWA APK
5 yıl önce
Saúl Ibarra Corretgé
b18398f016
feat(pwa) update mask icon
Make it a 512 square and specify its purpose as just "maskable" since this can't
go anywhere.
5 yıl önce
Hristo Terezov
a6e58c3101
fix(thumbnail): cleanup unused hover properties.
5 yıl önce
Saúl Ibarra Corretgé
c5f6df5210
fix(avatar) remove participant's "avatarID"
Through several avatar work iterations it's no longer used.
5 yıl önce
Tudor-Ovidiu Avram
e67c08d837
fix(pwa) move logic for registering pwa worker
5 yıl önce
Tudor-Ovidiu Avram
d854b2cd3d
fix(pwa) remove window.load event handler for pwa registrator
5 yıl önce
paweldomas
ab5c8d49c3
fix(flow): ignore contentHint
I don't know how to modify built-in MediaStreamTrack type, so ignore the error.
5 yıl önce
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/
5 yıl önce
Tudor-Ovidiu Avram
e4c1046d7c
fix(pwa) bypass loading in electron. ensure same origin with registrator
5 yıl önce
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
5 yıl önce
Saúl Ibarra Corretgé
35e8821679
chore(deps) update Olm to 3.2.1
5 yıl önce
Tudor-Ovidiu Avram
3125345793
fix(pwa) improve upon pwa specs
5 yıl önce