Christoph Settgast
1b200abaa7
fix(participants) do not preload gravatars if config is empty
Previously gravatars (external resources) were preloaded even if
disableThirdPartyRequests was set to true in the config, as the
config may be empty at the time of preloading.
Closes: #5670
Signed-off-by: Christoph Settgast <csett86@web.de >
4 anos atrás
damencho
06ce24527e
fix: Escapes some keys when parsing input.
4 anos atrás
Shawn Chin
0d7ec9552b
Hide invite button in participant panel if disabled in config (#9287)
* Hide invite button in participant panel if disabled in config
* match code style, fix lint errors
4 anos atrás
hmuresan
bb5f589fa1
fix(feedback): don't wait for feedback submission on leave meeting
4 anos atrás
Alex Bumbu
724391648e
fix(ScreenShare): remove listener for native events when app unmounts
4 anos atrás
tudordan7
c0917f87ae
feat(virtual-background): Desktop share as virtual background
4 anos atrás
tudordan7
06c527b6fe
feat(virtual-background): Desktop share as virtual background
4 anos atrás
tudordan7
7f020a1107
feat(virtual-background): Desktop share as virtual background
4 anos atrás
tudordan7
748a84eeef
feat(virtual-background): Desktop share as virtual background
4 anos atrás
tudordan7
f5dd848daf
feat(virtual-background): Desktop share as virtual background
4 anos atrás
tudordan7
4872ce83ba
feat(virtual-background): Desktop share as virtual background
4 anos atrás
tudordan7
99f61ca2cd
feat(virtual-background): Desktop share as virtual background
4 anos atrás
tudordan7
dffe2316d4
feat(virtual-background): Desktop share as virtual background wip
4 anos atrás
tudordan7
72cd3d70e1
feat(virtual-background): Desktop share as virtual background wip
4 anos atrás
tudordan7
04a464dfee
feat(virtual-background): Desktop share as virtual background wip
4 anos atrás
tudordan7
be0632783d
feat(virtual-background): Desktop share as virtual background wip
4 anos atrás
Calinteodor
c4677be87a
fix(authentication): removed cancel event from overlay effect (#9274)
* fix(authentication) resolved #9263 issue
* fix(authentication) hide dialog close icon
* fix(authentication) fixed lint error about missing prop
4 anos atrás
tmoldovan8x8
06110d1dfb
task(rn): hide screen share button when audioOnly mode
4 anos atrás
Hristo Terezov
8d25950d98
fix(AudioTrack): _play promise chain
4 anos atrás
hmuresan
aea09a8da3
Send feedback metadata to JaaS feedback endpoint
4 anos atrás
Mihai-Andrei Uscat
01a127b557
fix(SharedVideo): Ensure shared video takes filmstrip into account
4 anos atrás
Hristo Terezov
574994607c
feat(AudioTrack): retries for play()
4 anos atrás
Vlad Piersec
d99bf9797d
fix(vpaas): Avoid url blipping on invite dialog
4 anos atrás
damencho
0ee13b1fd8
fix: Drops unused config, fixes jitsi/lib-jitsi-meet#1620.
4 anos atrás
Tudor-Ovidiu Avram
2f9fb64332
fix(sip) remove sip text from invite
this will be added in a subsequent commit to the dial in page
4 anos atrás
Tudor-Ovidiu Avram
3ebfb1de70
code review
4 anos atrás
Tudor D. Pop
d7a6a48acd
fix(virtual-background): Responsive virtual background dialog
Fixes: https://github.com/jitsi/jitsi-meet/issues/9202
4 anos atrás
Tudor-Ovidiu Avram
4e4ff0f60f
feat(share-video) Add capability for sharing any direct link video
4 anos atrás
Pawel Domas
6f5e0b0321
feat: more user friendly default device label
Also fixes an issue where starting Chrome 90 air pods
no longer have the "Default -" prefix and the default
entry looks like a buggy duplicated one.
4 anos atrás
Mihai-Andrei Uscat
e33674fb2e
fix(FocusLock): Stop stealing focus when embedded
4 anos atrás
Vlad Piersec
3f7073c589
fix(participants): Knocking participant name in participants list
Fixes https://github.com/jitsi/jitsi-meet/issues/9211
4 anos atrás
Christoph Settgast
106ce79375
fix(participants-pane) enable translation of invite button
Copy over existing "invite" translations where the participants
pane is already translated.
Signed-off-by: Christoph Settgast <csett86@web.de >
4 anos atrás
Calinteodor
9b5eae7a60
feat(rn, security) added flag for controlling security options button visibility
4 anos atrás
Gabriel Imre
db5d6a56b8
fix(participants-pane): Use selector for displaying chat context item
4 anos atrás
Tudor-Ovidiu Avram
f7ddcbbbf3
fix(sip) allow sip invites to contain phone numbers
display sip address in invites
hide lobby password for sip users
tidy up invite placeholders
4 anos atrás
Mihai-Andrei Uscat
f7b73c0d09
feat(AddPeopleDialog): Add config option to overwrite invite subject app name
4 anos atrás
Saúl Ibarra Corretgé
47c9e14155
fix(toolbox) fix displaying mute everyone buttons for non-moderators
4 anos atrás
Tudor D. Pop
dcc659215e
fix(virtual-background) fix track leak in preview
4 anos atrás
hmuresan
a1a5d1e7f8
fix(deploymentUrls): Disable help and download apps buttons for JaaS
4 anos atrás
Tudor-Ovidiu Avram
9a8961b90c
fix(invite) fix notifications for phone invites
4 anos atrás
Calinteodor
07eb19b98a
feat(rn,ui) introduce react-native-paper
4 anos atrás
Gabriel Imre
d69d4dd91a
fix(participants-pane): Use selector for displaying names
4 anos atrás
Jaya Allamsetty
91197bc69f
fix(quality-control): Send the new receiver constraints on state changes.
The client now listens for changes to lastN, selectedEndpoints and maxReceiverVideoQuality in redux to trigger sending bridge message in the new format. This fixes an issue where the stage view <-> tile view changes prompt two receiver constraints messages to be sent, first with the maxHeight update and then with the selected endpoints update.
4 anos atrás
Vlad Piersec
9fd8491d04
fix(RN, Toolbox): Show full participant thumbnails in tile view
4 anos atrás
Gabriel Imre
edff9bef53
fix(participants-pane): Resize video layout when closing or opening
4 anos atrás
Hristo Terezov
dec90bdeb8
fix(Thumbnail): Display mode typo.
4 anos atrás
Saúl Ibarra Corretgé
89abaa83aa
fix(premeeting) drop gradient
It looks particularly odd, specially when any virtual background is activated.
4 anos atrás
Tudor D. Pop
9ef984ca3d
feat(virtual-background) add virtual background preview
Also enable background selection while muted.
4 anos atrás
damencho
ceca00b573
fix: Fixes welcome page add calendar link. Fixes #9132
4 anos atrás
Jaya Allamsetty
1c6677f523
squash: use oldScreenSharesOrder for checking.
4 anos atrás