hmuresan
804d14e112
feat(did-page) Handle SIP number on did info page
2021-06-22 17:25:34 +03:00
Hristo Terezov
0a37ef7d46
fix(VirtualBackgroundDialog): SS on electron.
2021-06-21 17:12:51 +03:00
vp8x8
3d83847e4b
feat(vpaas, recording): Show recording link to recording initiator ( #9362 )
...
* feat(vpaas, recording): Show recording link to recording initiator
This applies only for jaas users for now but is easily extensible.
Changed the recording sharing icon according to ui design.
* fix(vpaas, recording): Guard for deployment info
2021-06-21 11:36:18 +03:00
Tudor D. Pop
dc776d209c
fix(virtual-background): Prevent virtual background selection if it h… ( #9414 )
...
Co-authored-by: tudordan7 <tudor.pop@decagon.tech>
2021-06-18 10:18:05 -04:00
Tudor D. Pop
2ed2a8d41f
fix(wasm-support): WebAssembly browser support. ( #9410 )
...
* fix(wasm-support): WebAssembly browser support.
* fix(wasm-support): WebAssembly browser support.
Co-authored-by: tudordan7 <tudor.pop@decagon.tech>
2021-06-17 09:03:39 -05:00
damencho
be73ed9d19
fix: Checks all parts while parsing config params.
2021-06-16 14:15:44 -05:00
Calinteodor
f991a93afd
fix(toolbox) Copying with Ctrl+C toggles the chat. Fixes #9380
2021-06-16 11:36:36 -05:00
tmoldovan8x8
0bd45a75d2
feat(replace-participant): Add replaceParticipant feature-flag
2021-06-16 14:08:18 +03:00
Tudor-Ovidiu Avram
2eedc2945d
fix(api) invert filmstrip autohide flag
2021-06-15 16:09:01 +03:00
hmuresan
342dd4ceca
feat(replace-participant): Replace participant with same jwt in the conf
...
- update lib-jitsi-meet to version with support for replacing participant
2021-06-15 14:24:12 +03:00
Calinteodor
60188794b5
fix(authentication) language display problem resolved #9385 ( #9390 )
2021-06-14 08:03:27 -05:00
Avram Tudor
9d22da823e
Merge pull request #9368 from jitsi/tavram/mousemove
...
feat(api) expose event for mouse movements inside the iframe
2021-06-14 11:22:22 +03:00
Tudor-Ovidiu Avram
b2985934f7
fix(share-video) fix backwards compatibility issue
2021-06-11 08:37:01 -05:00
tmoldovan8x8
51a996d0e0
fix(rn): adds check for blur function on currentTarget
2021-06-11 13:53:10 +03:00
Tudor-Ovidiu Avram
6b095b9794
feat(api) allow always hiding remote videos for 1-1 calls
2021-06-10 13:43:23 -05:00
Tudor-Ovidiu Avram
7f04767566
feat(api) expose event for mouse movements inside the iframe
2021-06-10 17:45:28 +03:00
Steffen Kolmer
e9675453e1
feat: Make Jitsi WCAG 2.1 compliant ( #8921 )
...
* Make Jitsi WCAG 2.1 compliant
* Fixed password form keypress handling
* Added keypress handler to name form
* Removed unneccessary dom query
* Fixed mouse hove style
* Removed obsolete css rules
* accessibilty background feature
* Merge remote-tracking branch 'upstream/master' into nic/fix/merge-conflicts
* fix error
* add german translation
* Fixed merge issue
* Add id prop back to device selection
* Fixed lockfile
Co-authored-by: AHMAD KADRI <52747422+ahmadkadri@users.noreply.github.com>
2021-06-10 07:48:44 -05:00
Tudor-Ovidiu Avram
a1e8f36f4f
feat(api) allow filmstrip autohide to be configurable
2021-06-10 12:12:01 +03:00
Avram Tudor
1d4e40b49f
Merge pull request #9371 from alexbumbu/fix_deeplinking
...
fix(vpaas) enable deeplinking
2021-06-10 11:33:55 +03:00
Alex Bumbu
e2a4d0d42d
fix(vpaas) enable deeplinking
2021-06-09 17:46:56 +03:00
Vlad Piersec
913d7e89dd
feat(participants-pane): Add 'admit all' knocking participants button
2021-06-09 16:28:31 +03:00
Vlad Piersec
db9b8784ac
fix(participants-pane): Don't show 'grant moderator' action if already moderator
2021-06-09 15:09:05 +03:00
Mihai-Andrei Uscat
a564ce581d
fix(DeviceSelection): Remove video from mobile Safari
2021-06-09 09:22:16 +03:00
damencho
4fc9aed708
fix: Fixes playing muted youtube video.
...
If we mute a video in Youtube it is stored in the current browser session and if someone shares a video it will start muted and we don't have the control to unmute it.
2021-06-07 11:56:46 -05:00
damencho
5f657a7d6c
fix: Fixes selecting screen share when shared video stopped.
2021-06-07 11:56:46 -05:00
damencho
37e7919fd1
fix: Fixes import warnings.
2021-06-07 11:56:46 -05:00
damencho
4ace04e63c
fix: Stops auto pinning if shared video is playing.
2021-06-07 11:56:46 -05:00
titus.moldovan
cb2891ead3
feat(e2ee): shows E2EESection only when user is moderator
2021-06-07 16:28:57 +03:00
titus.moldovan
093d8f830a
feat(e2ee): broadcast e2ee disabled
2021-06-07 16:28:57 +03:00
HippyJim
8dbb392d85
CLOSE_CHAT action calls notifyChatUpdated with the isOpen flag set to false, previously was always true even when closing
2021-06-03 12:29:02 -05:00
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>
2021-06-02 15:24:33 -05:00
damencho
06ce24527e
fix: Escapes some keys when parsing input.
2021-06-02 15:24:13 -05:00
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
2021-06-02 11:49:44 -05:00
hmuresan
bb5f589fa1
fix(feedback): don't wait for feedback submission on leave meeting
2021-06-02 06:53:59 -05:00
Alex Bumbu
724391648e
fix(ScreenShare): remove listener for native events when app unmounts
2021-05-27 16:53:20 +03:00
tudordan7
c0917f87ae
feat(virtual-background): Desktop share as virtual background
2021-05-26 12:36:29 -04:00
tudordan7
06c527b6fe
feat(virtual-background): Desktop share as virtual background
2021-05-26 12:36:29 -04:00
tudordan7
7f020a1107
feat(virtual-background): Desktop share as virtual background
2021-05-26 12:36:29 -04:00
tudordan7
748a84eeef
feat(virtual-background): Desktop share as virtual background
2021-05-26 12:36:29 -04:00
tudordan7
f5dd848daf
feat(virtual-background): Desktop share as virtual background
2021-05-26 12:36:29 -04:00
tudordan7
4872ce83ba
feat(virtual-background): Desktop share as virtual background
2021-05-26 12:36:29 -04:00
tudordan7
99f61ca2cd
feat(virtual-background): Desktop share as virtual background
2021-05-26 12:36:29 -04:00
tudordan7
dffe2316d4
feat(virtual-background): Desktop share as virtual background wip
2021-05-26 12:36:29 -04:00
tudordan7
72cd3d70e1
feat(virtual-background): Desktop share as virtual background wip
2021-05-26 12:36:29 -04:00
tudordan7
04a464dfee
feat(virtual-background): Desktop share as virtual background wip
2021-05-26 12:36:29 -04:00
tudordan7
be0632783d
feat(virtual-background): Desktop share as virtual background wip
2021-05-26 12:36:29 -04:00
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
2021-05-26 11:15:35 -05:00
tmoldovan8x8
06110d1dfb
task(rn): hide screen share button when audioOnly mode
2021-05-26 11:43:24 +03:00
Hristo Terezov
8d25950d98
fix(AudioTrack): _play promise chain
2021-05-25 20:11:15 -05:00
hmuresan
aea09a8da3
Send feedback metadata to JaaS feedback endpoint
2021-05-25 20:37:56 +03:00
Mihai-Andrei Uscat
01a127b557
fix(SharedVideo): Ensure shared video takes filmstrip into account
2021-05-25 12:55:57 +03:00
Hristo Terezov
574994607c
feat(AudioTrack): retries for play()
2021-05-24 17:16:04 -05:00
Avram Tudor
598d014960
Merge pull request #9022 from jitsi/tavram/share-video
...
feat(share-video) Add capability for sharing any direct link video
2021-05-24 12:46:07 +03:00
Vlad Piersec
d99bf9797d
fix(vpaas): Avoid url blipping on invite dialog
2021-05-24 11:12:06 +03:00
Avram Tudor
4138e1ac53
Merge pull request #9251 from jitsi/tavram/remove-sip-invite
...
fix(sip) remove sip text from invite
2021-05-24 09:21:19 +03:00
damencho
0ee13b1fd8
fix: Drops unused config, fixes jitsi/lib-jitsi-meet#1620 .
2021-05-22 12:45:36 -05:00
Tudor-Ovidiu Avram
2f9fb64332
fix(sip) remove sip text from invite
...
this will be added in a subsequent commit to the dial in page
2021-05-21 13:04:26 +03:00
Tudor-Ovidiu Avram
3ebfb1de70
code review
2021-05-21 12:55:45 +03:00
Tudor D. Pop
d7a6a48acd
fix(virtual-background): Responsive virtual background dialog
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/9202
2021-05-20 17:12:39 +02:00
Tudor-Ovidiu Avram
4e4ff0f60f
feat(share-video) Add capability for sharing any direct link video
2021-05-20 13:00:54 +03:00
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.
2021-05-18 09:28:47 -05:00
Mihai-Andrei Uscat
e33674fb2e
fix(FocusLock): Stop stealing focus when embedded
2021-05-18 09:04:42 +03:00
Vlad Piersec
3f7073c589
fix(participants): Knocking participant name in participants list
...
Fixes https://github.com/jitsi/jitsi-meet/issues/9211
2021-05-17 15:41:34 +03:00
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>
2021-05-16 13:29:11 -05:00
Calinteodor
9b5eae7a60
feat(rn, security) added flag for controlling security options button visibility
2021-05-14 15:01:43 +02:00
Avram Tudor
7db9fc94e2
Merge pull request #9204 from jitsi/tavram/sip-fixes
...
fix(sip) allow sip invites to contain phone numbers
2021-05-14 14:33:14 +03:00
Gabriel Imre
db5d6a56b8
fix(participants-pane): Use selector for displaying chat context item
2021-05-14 12:21:14 +03:00
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
2021-05-14 11:54:54 +03:00
Mihai-Andrei Uscat
f7b73c0d09
feat(AddPeopleDialog): Add config option to overwrite invite subject app name
2021-05-13 12:33:05 +03:00
Saúl Ibarra Corretgé
47c9e14155
fix(toolbox) fix displaying mute everyone buttons for non-moderators
2021-05-12 08:29:00 -05:00
Tudor D. Pop
dcc659215e
fix(virtual-background) fix track leak in preview
2021-05-12 11:36:49 +02:00
Avram Tudor
6e91665987
Merge pull request #9184 from jitsi/tavram/invite-types
...
fix(invite) fix notifications for phone invites
2021-05-11 16:23:20 +03:00
hmuresan
a1a5d1e7f8
fix(deploymentUrls): Disable help and download apps buttons for JaaS
2021-05-11 13:54:41 +03:00
Tudor-Ovidiu Avram
9a8961b90c
fix(invite) fix notifications for phone invites
2021-05-11 11:51:02 +03:00
Calinteodor
07eb19b98a
feat(rn,ui) introduce react-native-paper
2021-05-11 10:01:45 +02:00
Gabriel Imre
d69d4dd91a
fix(participants-pane): Use selector for displaying names
2021-05-11 09:10:17 +03:00
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.
2021-05-10 16:06:19 -04:00
Vlad Piersec
9fd8491d04
fix(RN, Toolbox): Show full participant thumbnails in tile view
2021-05-08 00:25:40 +02:00
Gabriel Imre
edff9bef53
fix(participants-pane): Resize video layout when closing or opening
2021-05-07 10:51:21 +03:00
Hristo Terezov
dec90bdeb8
fix(Thumbnail): Display mode typo.
2021-05-06 15:27:27 -05:00
Avram Tudor
c851136f8e
Merge pull request #9110 from jitsi/tavram/fix-case-sensitive-replcement
...
fix(sip-invite) fix baseurl case sensitive replacement
2021-05-06 11:24:17 +03:00
Saúl Ibarra Corretgé
89abaa83aa
fix(premeeting) drop gradient
...
It looks particularly odd, specially when any virtual background is activated.
2021-05-06 09:55:53 +02:00
Tudor D. Pop
9ef984ca3d
feat(virtual-background) add virtual background preview
...
Also enable background selection while muted.
2021-05-06 08:54:23 +02:00
damencho
ceca00b573
fix: Fixes welcome page add calendar link. Fixes #9132
2021-05-05 14:05:50 -05:00
Jaya Allamsetty
1c6677f523
squash: use oldScreenSharesOrder for checking.
2021-05-05 15:05:10 -04:00
Jaya Allamsetty
035d026e90
fix(video-layout): Fix video-layout when a SS participant leaves.
...
Unpin the screenshare when the screensharing participant leaves. Switch to tile view if no other participant was pinned before screenshare was auto-pinned, pin the previously pinned participant otherwise.
2021-05-05 15:05:10 -04:00
hmuresan
a582f1c191
fix(jwt-validation): validate `kid` value only for JaaS
...
- add some missing meet features
2021-05-05 13:03:39 +03:00
Vlad Piersec
79939f108c
fix(rn, Labels): Place picture-in-picture button on the left
2021-05-05 09:16:48 +03:00
Paweł Domas
a605403029
fix(Video.js): prevent DOMException: The play() request was interrupted by a new load request
2021-05-04 17:18:34 -05:00
hmuresan
b998d80ee3
fix (external-api): fix notify video mute changed when presenting
...
- small refactor to trigger `notifyVideoMutedStatusChanged` correctly when participant is presenting
2021-05-04 18:23:32 +03:00
Vlad Piersec
428c3cef38
fix(Labels): Recording label background color
2021-05-04 16:02:00 +03:00
Christoph Wiechert
79497cecba
Add: remoteVideoMenu.disableGrantModerator option ( #7534 )
...
* Add: remoteVideoMenu.disableGrantModerator option
* Add disableGrantModerator to native side
* Update RemoteVideoMenu.js
* Update RemoteVideoMenuTriggerButton.js
Co-authored-by: ouya99 <alexander@andlabs.eu>
2021-04-30 11:22:36 -05:00
Tudor-Ovidiu Avram
3339a1d19f
fix(sip-invite) fix baseurl case sensitive replacement
2021-04-29 13:50:29 +03:00
Vlad Piersec
8bd874ca70
feat(themes): Add style tokens and web theme
2021-04-29 13:19:53 +03:00
Jaya Allamsetty
1898e4a768
feat(last-n): Implement startLastN and make last-n configurable through UI. ( #9093 )
2021-04-28 19:00:20 -04:00
hmuresan
24bf5a2dc3
fix(toolbox): hide toolbox when mouse outside toolbox area
2021-04-28 17:49:40 +03:00
Andrei Gavrilescu
6ee868032e
fix(screenshare): remove redundant event / only show on supported env ( #9100 )
...
* remove redundant event / only show on supported env
* remove unused imports
2021-04-28 17:06:41 +03:00
Alex Bumbu
cf37d34923
fix(ios) fix leaving the meeting when screen-sharing
2021-04-28 13:33:11 +02:00
Calin Chitu
546df558e3
feat(settings) removed openTwoButtonDialog from UI module and created react LogoutDialog component
2021-04-28 09:51:14 +02:00
hmuresan
02ec30b8ff
feat(aot): improve AOT UI/UX
2021-04-28 09:49:37 +02:00
Tudor-Ovidiu Avram
3048ce4345
fix(sip-invite) remove hash params
2021-04-23 16:19:52 +03:00
Calinteodor
98658f573c
fix(authentication): removed old LoginDialog.js file, fixed redirection to the external auth and created actions.any.js ( #9049 )
...
* fix(authentication) login dialog now closes when connection is established
* fix(authentication) fixed shibboleth auth
* fix(authentication) renamed authenticateExternal func to authenticate and updated its logic
* fix(authentication)removed logindialog.js and created actions.any
* fix(authentication) removed focus from externalauthwindow
* fix(authentication) removed private sign from some actions and added openLoginDialog to actions.any
* fix(authentication) exported all from actions.any
* fix(authentication) reverted change regarding externalAuth
* fix(authentication) fixed indentation
2021-04-22 17:05:14 +02:00
Gabriel Imre
20a62e5eb4
fix(participants-pane): Consider reducer/state being unavailable on native
2021-04-22 17:02:35 +02:00
Saúl Ibarra Corretgé
77890fc27a
fix(config) drop ancient backwards compatibility options
2021-04-22 17:00:33 +02:00
Saúl Ibarra Corretgé
433e212e20
fix(config) avoid using legacy config options
...
If the new ones are specified, use them.
2021-04-22 17:00:33 +02:00
Avram Tudor
6398b4ec89
Merge pull request #9047 from jitsi/tavram/sip-invite-fixes
...
fix(sip-invite) add minor fixes to sip invite flow
2021-04-22 12:13:45 +03:00
Avram Tudor
d8e5b48aeb
Merge pull request #9046 from jitsi/tavram/fix-rec-logo
...
fix(jaas) fix recorder and sip gateways not detecting vpaas meetings
2021-04-22 11:43:17 +03:00
Jaya Allamsetty
477d94497b
fix(audio-share): Show button only when supported by browser.
...
Show the audio share button only when its supported. For example, mobile browsers do not support getDisplayMedia yet.
2021-04-21 16:50:29 -04:00
Gabriel Imre
d014a52ab3
feat(participants-pane) implement participants pane
2021-04-21 15:48:05 +02:00
Tudor-Ovidiu Avram
f0f9c02452
fix(sip-invite) add minor fixes to sip invite flow
2021-04-20 16:05:49 +03:00
Avram Tudor
ef4af415a8
Merge pull request #9037 from jitsi/tavram/sip-invite-password
...
feat(sip-invite) add room password for sip invite requests
2021-04-20 15:36:44 +03:00
Tudor-Ovidiu Avram
c6fd8c2bcb
fix(jaas) fix recorder and sip gateways not detecting vpaas meetings
2021-04-20 15:35:36 +03:00
tudordan7
c765e08aa1
fix(virtual-background): Check if virtual background is disabled on premeeting.
2021-04-19 11:54:55 -05:00
Tudor-Ovidiu Avram
9d0c6e3741
fix(prejoin) fix background selection not being available for 3rd party apps
2021-04-19 09:29:08 -05:00
Tudor-Ovidiu Avram
64ab813b55
feat(sip-invite) add room password for sip invite requests
2021-04-19 15:10:28 +03:00
Mihai-Andrei Uscat
996c9fb064
Implement review changes 3
2021-04-16 12:21:53 +02:00
Mihai-Andrei Uscat
b53ad353cb
Implement review changes 2
2021-04-16 12:21:53 +02:00
Mihai-Andrei Uscat
e0da67dff5
Implement review changes 1
2021-04-16 12:21:53 +02:00
Mihai-Andrei Uscat
dcd073b407
feat(HDAudio): Initial implementation.
2021-04-16 12:21:53 +02:00
Jaya Allamsetty
c12c554138
fix(video-layout): Unpin SS when the screensharing participant leaves.
2021-04-15 16:38:25 -04:00
Saúl Ibarra Corretgé
289ba6f764
fix(rn,config) update to new configuration for codec selection
2021-04-15 18:35:47 +02:00
Avram Tudor
b74c8b5d1f
fix(invite) fix mailto links not working on Brave for iOS
2021-04-15 12:52:11 +02:00
Horatiu Muresan
cbeb7b86cc
fix(toolbox): Fix toolbox not auto-hiding. ( #9002 )
2021-04-14 19:30:19 +02:00
Tudor D. Pop
b1833fddad
feat(virtual-background) Virtual background UI changes
2021-04-14 18:26:36 +02:00
Vlad Piersec
1b2f64efb3
fix(icons): CC, invite, user & virtual-background
2021-04-14 18:07:49 +02:00
Andrei Gavrilescu
96e886d306
feat(rtcstats): switch to rtcstats v3 protocol ( #8989 )
...
* use new rtcstats clinet
* add room name to identity
* update rtcstats version
2021-04-14 12:32:16 +03:00
Tudor-Ovidiu Avram
529b182666
fix(sip-invite) do not send query params on sip invite request
2021-04-13 12:24:19 +03:00
Andrei Gavrilescu
6d3d65da03
feat(screenshare): Audio only screenshare ( #8922 )
...
* audio only screen share implementation
* clean up
* handle stop screen share from chrome window
* update icon
2021-04-12 10:37:39 +03:00
Saúl Ibarra Corretgé
fd4819aeca
fix(toolbar) restore security button backwards compat
...
In https://github.com/jitsi/jitsi-meet/pull/8673 we inadvertently removed the
backwards compatibility code which would show the security button when the
"info" button is configured in interface_config. The security button replaced
the info button.
2021-04-09 09:27:10 -05:00
Tudor D. Pop
7ca04ccb0f
fix(virtual-background) keep selected state on dialog
2021-04-09 16:25:26 +02:00
Calinteodor
bf3726cb93
feat(rn,security) add security dialog
2021-04-09 14:30:25 +02:00
Tudor D. Pop
af28080058
feat(virtual-background) add slight blur option
2021-04-09 14:17:06 +02:00
Jean-François Alarie
927b40ec71
fix(rn,full-screen) make sure immersive mode respects the fullscreen flag
2021-04-09 14:05:16 +02:00
Vlad Piersec
b135e2a06a
feat(Labels): Redesign labels on mobile & web
2021-04-08 11:57:15 +02:00
Avram Tudor
5599454ea9
Merge pull request #8962 from jitsi/tavram/sip-invite-auth
...
fix(sip-invite) fix sip invite jwt not being sent correctly
2021-04-08 10:24:06 +03:00
Saúl Ibarra Corretgé
8eed42c273
fix(virtual-backgrounds) add segmentation model license information
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/8792
2021-04-07 17:15:17 +02:00
tmoldovan8x8
e803e8cfd9
feat(ios): adds ios screensharing enabled flag
2021-04-07 16:28:26 +03:00
Tudor-Ovidiu Avram
86dd35b927
code review changes
2021-04-07 15:46:01 +03:00
Tudor-Ovidiu Avram
32ecd6310c
fix(sip-invite) fix sip invite jwt not being sent correctly
2021-04-07 15:37:17 +03:00
Tudor D. Pop
8b315846b9
feat(premeeting-screen) add virtual background functionality
2021-04-07 11:29:54 +02:00
Calinteodor
fc3a743372
fix(ios) keyboard no longer covers message board and input
2021-04-06 12:07:24 +02:00
Vlad Piersec
d9693117f2
fix(Toolbar, rn): Button overflow in landscape orientation
2021-04-05 13:54:44 +03:00
Mihai-Andrei Uscat
1b1d650b75
fix(MoreTab): Fix languages not being scrollable on mobile
2021-04-02 13:38:02 +03:00
tmoldovan8x8
1224597ede
feat(e2ee): auto turns on e2ee when one participant enabled it
2021-04-01 12:34:01 +03:00
Tudor-Ovidiu Avram
f99c919416
code review changes
2021-03-31 15:51:53 +03:00
Tudor-Ovidiu Avram
ae21a09bd6
feat(sipcall) implement sip invite
2021-03-31 09:53:55 +03:00
Tudor D. Pop
39011d8fd3
feat(virtual-background) persist settings
2021-03-30 23:27:44 +02:00
tudordan7
3453e49182
fix(virtual-background): Hide scrollbar on loading action.
2021-03-30 13:43:57 +02:00
tmoldovan8x8
b1d7debfb9
feat(e2ee): adds sounds for e2ee enabling/disabling
2021-03-30 12:59:32 +03:00
Christoph Wiechert
ae28fcc12f
Fix: used deprecated onmousewheel event
...
https://developer.mozilla.org/en-US/docs/Web/API/Element/mousewheel_event
2021-03-29 10:53:13 -05:00
Vlad Piersec
eb41a306a6
fix(lobby): Knocking participants list for small widths
2021-03-29 09:47:11 -05:00
Vlad Piersec
3426290bf2
fix(captions): Lift captions upper when invite box is shown & fix icon
2021-03-29 09:09:21 -05:00
Tudor D. Pop
dfd33521bf
fix(virtual-background): Fixes upload virtual background on Firefox
...
Fixes : #8892
2021-03-29 14:28:22 +02:00
Jaya Allamsetty
4621fad832
fix(large-video): Always pin screenshare to large-video if it exists.
...
Set higher preference for screenshare over dominant speaker when trying to elect a participant for large-video. This prevents the dominant speaker from taking over the stage when a user toggles tile view on and off while a screenshare is in progress.
2021-03-26 09:14:03 -04:00
tmoldovan8x8
e4b34e1c89
feat(rn): makes InputDialog textInput autoFocus
2021-03-26 10:51:47 +02:00
Mihai-Andrei Uscat
1ad40de487
feat(external_api): Add command for toggling camera on mobile web
2021-03-25 13:48:49 +02:00
Tudor D. Pop
77ee4b13e1
feat(virtual-backgrounds) add ability to upload custom images
2021-03-24 17:32:45 +01:00
Jaya Allamsetty
a3a2ce3875
feat(rn,polyfill): Add a polyfill for Promise.allSettled.
...
Promise.allSettled is supported from RN 0.63 onwards and is not supported on the current version, use a polyfill for that shims Promise.allSettled if its unavailable or noncompliant.
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
2021-03-24 11:59:52 -04:00
Saúl Ibarra Corretgé
e0c77dcd95
feat(tile-view) allow to toggle tile view while alone
2021-03-24 16:43:50 +01:00
Calinteodor
e035d33fa9
feat(authentication) refactor auth dialogs to use React
2021-03-24 15:09:40 +01:00
Izak Glasenčnik
05f3b4390d
feat(iFrame): Emit event when recording status changes, including errors ( #7973 )
...
* feat(iFrame): Emit event when recording status changes, including errors
* Fix APP access on mobile
2021-03-23 11:35:46 -05:00
hmuresan
f7c0d4f1fe
feat(background alpha) Set background transparency
2021-03-23 16:16:56 +02:00
tmoldovan8x8
a1d3870634
feat(external_api): add videoMuted event and action ( #8862 )
2021-03-23 15:30:17 +02:00
Mihai-Andrei Uscat
911aaed052
fix: Refactor client width computation.
...
* Unify chat open/close size changes and move them to redux.
* Fix responsive columns not accounting for chat.
2021-03-23 14:06:43 +02:00
Vlad Piersec
5fd9dc74e4
fix(welcome): Align meeting list at the top when no footer
2021-03-23 14:03:54 +02:00
Vlad Piersec
eb68467e15
fix(rn, toolbox): Change button appearing order
2021-03-23 10:14:54 +02:00
adam j hartz
67beafc9af
add option for disabling join/leave sounds ( #8596 )
...
* add option for disabling join/leave sounds
* document disableJoinLeaveSounds and add it to whitelist
2021-03-22 11:28:34 -05:00
Vlad Piersec
678f3e232b
fix(toolbar): Re-add "mute everyone's video" button
2021-03-22 15:25:30 +02:00
John Wu
f225ce886f
fix(chore) fix typo
2021-03-22 11:21:48 +01:00
luz paz
d3680bbebd
fix(misc) follow-up typos
...
Found via `codespell -q 3 -S ./lang`
2021-03-22 10:41:41 +01:00
Vlad Piersec
e7297714c6
feat(toolbox): Adaptive toolbar on mobile
2021-03-22 11:26:00 +02:00
Saúl Ibarra Corretgé
3c94a5ccfd
feat(rn,ui) update in-meeting colors
2021-03-19 11:32:00 +01:00
Saúl Ibarra Corretgé
78d4af6bf2
feat(rn,conference) new UI for conference name duration
2021-03-19 11:32:00 +01:00
Saúl Ibarra Corretgé
33fc3833f9
fix(rn,labels) don't add extra margin in tile view
...
There is no need to skip the filmstrip, since it's not there.
2021-03-19 11:32:00 +01:00
Saúl Ibarra Corretgé
b179542c39
fix(rn,labels) top-align with room name field
2021-03-19 11:32:00 +01:00
Saúl Ibarra Corretgé
49c38a73aa
fix(filmstrip) make sure it's not rendered outside of a safe area
2021-03-19 11:32:00 +01:00
Saúl Ibarra Corretgé
fc27300132
fix(rn,filmstrip) simplify thumbnail height calculations
2021-03-19 11:32:00 +01:00
Saúl Ibarra Corretgé
57ecdff9eb
fix(rn,conference) remove no longer needed margin
...
We are using a safe area view now.
2021-03-19 11:32:00 +01:00
Saúl Ibarra Corretgé
effa878fa4
fix(rn,filmstrip) simplify visibility calculation
2021-03-19 11:32:00 +01:00
Saúl Ibarra Corretgé
9d4e49a5af
fix(rn,toolbox) fill gap underneath Toolbox
...
This is for devices without the home button.
2021-03-19 11:32:00 +01:00
Saúl Ibarra Corretgé
6b4d25c0d3
fix(rn,ui) move top labels to navbar component
2021-03-19 11:32:00 +01:00
Saúl Ibarra Corretgé
2f5ab2757f
feat(rn,ui) get rid of the gradients
2021-03-19 11:32:00 +01:00
Saúl Ibarra Corretgé
bde26c4fbb
fix(icons) never specify fill
2021-03-19 11:32:00 +01:00
trippledave
68c2c9be40
feat(flags) add feature flag for audio-only button
2021-03-19 08:17:37 +01:00
Jaya Allamsetty
5b21051c6b
fix(startMuted): Fix unmute on mobile when it is muted by Jicofo on join.
2021-03-18 15:23:54 -04:00
hmuresan
3a8bd852b2
feat(jwt) log jwt validation errors
2021-03-18 16:58:54 +02:00
Hristo Terezov
f50872285d
ref(Filmstrip): Use Thumbnail component.
2021-03-18 09:37:55 -05:00
Mihai-Andrei Uscat
3972e076f0
fix(Chat): Fix modals displaying improperly due to chat.
...
* Adjust chat font size.
* Adjust invite more button and text size.
* Remove useless constant.
2021-03-18 15:56:20 +02:00
Mihai-Andrei Uscat
a22d054b10
feat(InviteMore): Relocate invite prompt for mobile friendliness.
2021-03-18 14:09:22 +02:00
Vlad Piersec
7fce181080
feat(config): Add config option to allow unsetting local video flip
2021-03-18 09:35:42 +02:00
Mihai-Andrei Uscat
7dabfc21b4
feat(Chat): Revamp design.
...
* ensure keyboard stays open when sending messages on mobile web.
2021-03-18 09:08:34 +02:00
Saúl Ibarra Corretgé
1395f84550
fix(virtual-background) fix tainted canvas when using the CDN
...
When we use a CDN the images come from an origin different than the site so
unless we mark them for CORS the canvas where they are painted will be tainted.
Ref: https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image
2021-03-17 16:32:16 +01:00
Vlad Piersec
d080460f9b
fix(toolbox): Fix mic disabled icon
2021-03-17 15:23:45 +02:00
Tudor-Ovidiu Avram
3a073d9af4
fix(jaas) hide support link in invite error for jaas users
2021-03-17 11:53:58 +02:00
Mihai-Andrei Uscat
aef0287605
feat(ToggleCamera): Implement for web.
2021-03-17 10:44:18 +02:00
Vlad Piersec
bb19567efa
fix(prejoin): Use localFlipX on prejoin screen
2021-03-17 09:19:55 +01:00
Vlad Piersec
3f0bb6818c
fix(toolbox): Fix always on top toolbar
2021-03-16 16:07:49 +01:00
Saúl Ibarra Corretgé
4fa47c8070
fix(virtual-background) use a DOM element for storing the image
...
THis will reuse the previously cached image and obey the base href.
Ref:
https://stackoverflow.com/questions/6241716/is-there-a-difference-between-new-image-and-document-createelementimg
2021-03-16 11:27:27 +01:00
Saúl Ibarra Corretgé
0dcb8a025b
fix(rn,bottomsheet) limit width
2021-03-16 11:19:52 +01:00
Vlad Piersec
d214079148
fix(toolbox): Constrain toolbox width on large mobile device
2021-03-16 09:50:49 +01:00
Vlad Piersec
096ee3cb53
fix(toolbox): Background of disabled settings button & tileview button
2021-03-16 09:20:02 +01:00
Avram Tudor
e1c5b1e626
Merge pull request #8799 from jitsi/tavram/billing-id
...
fix(vpaas) send jitsiMeetId instead of billingId
2021-03-15 15:54:57 +02:00
Tudor-Ovidiu Avram
831c5ba59d
fix(vpaas) send jitsiMeetId instead of billingId
2021-03-15 13:22:17 +02:00
Andrei Gavrilescu
bad1bc91cf
fix(screenshare): audio screen share muted state ( #8785 )
...
* AudioMixerEffect muted state
* update lib-jitsi-meet
2021-03-15 11:44:03 +02:00
Saúl Ibarra Corretgé
30d0aabaca
feat(build,rnnoise) don't use an external bundle for the effect
...
The majority of the code is in the WASM file, the JS is just 9KB.
It's so little, in fact, that the performance hint for the main bundle didn't
have to be adjusted.
2021-03-12 23:00:50 +01:00
Saúl Ibarra Corretgé
22b6d32174
feat(build,virtual-background) don't use an external bundle for the effect
...
The majority of the code is in the WASM file and models, this is just a few KB.
It's so little, in fact, that the performance hint for the main bundle didn't
have to be adjusted.
2021-03-12 23:00:50 +01:00
Saúl Ibarra Corretgé
31ace267ce
fix(virtual-background) use tighter edge smoothing
2021-03-12 15:05:20 +01:00
tudordan7
194d357005
feat(virtual-backgrounds) add virtual background support
2021-03-12 15:05:20 +01:00
Vlad Piersec
c2ad06c5e6
fix(toolbox): Restructure items order for desktop & mobile
2021-03-12 15:19:23 +02:00
Vlad Piersec
e40b02ab3c
fix(icons): No hardcoded colors for some svgs
2021-03-12 11:29:20 +02:00
titus.moldovan
2587eefefc
fix(chat) hides send private chat button when enable.chat flag is false.
2021-03-12 09:19:31 +01:00
Vlad Piersec
b87c433e99
fix(toolbar): Update overflow menu according to review
2021-03-11 15:49:00 +02:00
tmoldovan8x8
751644db16
makes disableAudioFocus flag generic, so it can be used also from iOS
2021-03-11 15:13:24 +02:00
Vlad Piersec
c508572cc5
feat(toolbox): Redesign mobile toolbox
2021-03-11 12:38:37 +01:00
Vlad Piersec
b86c271a80
fix(toolbar): Small changes according to design review
2021-03-11 11:57:17 +01:00
Hristo Terezov
29f5d87d77
fix(prejoin): Don't overwrite display name with ''
2021-03-10 15:10:41 -06:00
hmuresan
ab6790bdaa
(external_api) Add command for overwriting config values.
2021-03-10 18:30:14 +02:00
Vlad Piersec
91ba835f78
feat(Toolbar): Redesign web toolbar
2021-03-09 16:29:44 +02:00
Hristo Terezov
8f06866646
feat(config): Add useHostPageLocalStorage
2021-03-08 16:26:42 -06:00
Jean-François Alarie
407021e258
feat(rn,flags) add fullscreen.enabled flag
2021-03-08 22:11:39 +01:00
Jaya Allamsetty
0ee03f1538
feat(browser-support): Add support for WKWebview based browsers.
2021-03-08 11:16:02 -05:00
Mihai-Andrei Uscat
d0d32b8a19
fix(responsive): Fix tiles not recomputing when jumping between screen sizes
2021-03-05 12:35:09 -06:00
Alex Bumbu
508f1e0da9
feat(iOS): screensharing support
...
The Jitsi team would like to thank @AliKarpuzoglu, @linuxpi and The Hopp Foundation for the initial effort and help throughout.
2021-03-05 16:33:53 +01:00
Jaya Allamsetty
dcda89012e
fix(tracks): Do not signal muted audio tracks.
...
Do not add the muted audio tracks to peerconnection until the user unmutes the first time. This applies to startSilent, startWithAudioMuted and startAudioMuted/startVideoMuted config.js settings.
2021-03-05 10:18:34 -05:00
Saúl Ibarra Corretgé
d93a402cc2
fix(rn,tracks) fix not showing alert when permission is not granted
...
The error object changed its shape through time, adapt to the change.
2021-03-05 12:59:13 +01:00
Saúl Ibarra Corretgé
5c46b03251
fix(copyText) use a helper library
...
It does a more elaborate way of textarea copying, hopefully it's more reliable.
2021-03-04 10:03:51 -06:00
るしふぁ
eeb5abbbe8
fix: date util localization ( #8723 )
...
* Update dateUtil.js
* version up moment
* exclude unnecessary languages in Moment.js from webpack
* add Occitan of Moment.js
* Fixed auto-formatting
* add require missing by mistake
2021-03-04 08:20:27 -06:00
Hristo Terezov
9e29dd063f
fix(live-stream-section): Use await for copyText
2021-03-03 16:26:36 -06:00
Hristo Terezov
a2e2d31dfd
fix(copyText): in iframe for chrome<85
2021-03-03 16:12:59 -06:00
Óscar Carretero
62c06441b1
Normalize language format
2021-03-03 15:14:34 -06:00
Steffen Kolmer
899968d3a9
feat: Only show more numbers link if multiple numbers are available ( #8702 )
...
* Only show more numbers link if multiple numbers are available
* Fixed some linter errors
* Try to make flow happy
* Fixed another linter error
* Another try to make eslint happy
* Silence eslint
2021-03-03 08:45:26 -06:00
Calinteodor
430591bd1e
feat(shared-video) refactor dialog to use React
...
Also unify the mobile and web features into one, even though internally they still have separate ways to enable the functionality.
2021-03-03 15:37:38 +01:00
Steffen Kolmer
ce6debac45
Revert changes dial in numbers link
2021-02-26 23:30:57 -06:00
Steffen Kolmer
5d8bf0c1e7
feat: Add a new setting to remove individual sharing features from UI ( #8660 )
...
* Added new config to enable individual sharing features
* make config values url friendly
* Add new setting to whitelist
* Fixed some linter issues
* Fixed more linter issues
* Fixed merge error
* Check if interfaceConfig is defined
* Only show more numbers link if there is more than one number
2021-02-26 19:50:26 -06:00
Steffen Kolmer
7bbd06c9f4
Use logger instead of console
2021-02-26 19:50:02 -06:00
Hristo Terezov
b1a3c5cd7b
feat(external_api): allow clipboard-write
2021-02-26 15:05:45 -06:00
Tudor D. Pop
cc0ecc1fdd
fix(blur) disable blur button if camera is off
2021-02-26 16:03:51 +01:00
Tudor D. Pop
dd1f8339b1
fix(blur-effect) enable blur effect on all platforms supporting canvas filters
...
That means all browsers except Safari, for now.
In addition, use the 96p model (instead of the 144p one) on browsers without SIMD support.
2021-02-25 13:21:03 +01:00
Steffen Kolmer
23bb824731
feat: Added mute video moderation feature ( #8630 )
...
* Added mute video feature
* Fixed export
* Fixed some issues
* Added remote video mute notification
* Fixed import
* Fixed conference event handling
* Fixed some linting issues
* Fixed more linter errors
* turn screenshare off on remote video mute
* Fix linter issue
* translations added for mute video feature
* Added video mute button to interface config
* Updated lib-jitsi-meet
* Fix copy paste error
Co-authored-by: nurjinn jafar <nurjin.jafar@nordeck.net>
2021-02-24 15:45:07 -06:00
Calinteodor
87a110b9c3
fix: improved copy text helper function ( #8677 )
2021-02-24 09:12:41 -06:00
Mihai-Andrei Uscat
a7db7ecaff
fix(LargeVideo): Fix large video not resizing when closing chat.
2021-02-24 14:26:00 +02:00
horymury
79bb98dab3
(feature) - Add support for custom DID numbers page url
2021-02-24 11:37:14 +02:00
Gabriel Imre
d22792c9e3
feat(sip): Added auto-knocking for sip gateway if lobby is enabled
...
Co-authored-by: Gabriel Imre <gabriel.lucaci@8x8.com>
2021-02-24 11:35:32 +02:00
Tudor-Ovidiu Avram
f50fd7b7bd
fix(gum) add event handling for SLOW_GET_USER_MEDIA
...
Show an overlay with a spinner when slow gUM is fired
2021-02-23 13:51:24 +02:00
Mihai-Andrei Uscat
43761fc398
feat(Chat) Improve responsive behaviour further.
...
* Add buttons to send messages/set nickname.
* Redesign message/nickname inputs.
* Pin messages to the input.
* Add keyboard avoider for Safari.
* Make chat content scrollable on mobile.
2021-02-23 09:39:20 +02:00
Tudor D. Pop
f69a31d9c6
fix(blur) check model response status and catch errors
2021-02-19 15:00:07 +01:00
Saúl Ibarra Corretgé
861935c9d7
fix(blur) fix model paths
2021-02-18 15:57:01 +01:00
Pawel Domas
e0aab11f98
fix: TypeError: Cannot read property 'isAudioTrack' of undefined
...
When there's no jitsiTrack set on the base/tracks entry it means
a track is being created (get user media is in progress).
2021-02-17 09:25:09 -06:00
Tudor D. Pop
946339a52e
feat(blur) replace BodyPix with TFLite
...
Use the Google Meet model and SIMD optimized WASM.
2021-02-17 16:03:33 +01:00
tmoldovan8x8
f71e8a9982
feat(mobile) adds actions and events for the chat
2021-02-17 16:26:40 +02:00
Saúl Ibarra Corretgé
6740b0861e
fix(rn,lobby) make sure the enable dialog follows the theme color
2021-02-12 16:40:56 +01:00
tmoldovan8x8
65c56669c4
feat refactors the chat flow so it has open and close functions
2021-02-12 13:18:16 +02:00
Hristo Terezov
fec2641730
fix(popups): covered by labels.
2021-02-11 16:18:56 -06:00
Nando Thomassen
16b00dc2af
feat(flags) add feature flag for help button
...
Introduces a new feature flag ('help.enabled') and uses that to
determine the visibility of the 'Help' button in a call.
2021-02-10 22:34:13 +01:00
Saúl Ibarra Corretgé
c3a41b8cf3
fix(avatar) refactor preloading to avoid CORS issues
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/8510
This basically reverts
a3fb996ff0
while retaining the same properties that prompted it's original intent, namely
avoiding sending the Referrer header.
2021-02-10 14:32:56 +01:00
Saúl Ibarra Corretgé
579acbc570
feat(embed-meeting) add autoplay permission to iframe sample
2021-02-09 08:01:51 -06:00
Hristo Terezov
7dc899ace1
ref(DeviceSelectionPopup): remove.
2021-02-08 15:53:38 -06:00
Hristo Terezov
a6c6cd6c56
fix: Add GUM timeout & improve device permissions
2021-02-08 15:53:38 -06:00
Hristo Terezov
7dc45c28a2
fix(AudioSlider): removed when volume is 0
2021-02-08 15:25:17 -06:00
Vlad Piersec
bfc4b2ac6f
feat(vpaas): Send billing id to prosody
2021-02-08 12:49:55 +02:00
Jaya Allamsetty
fd313c1af7
fix(tests): Add more checks so that test don't error out.
2021-02-05 16:30:58 -05:00
tmoldovan8x8
9ed1969f7e
feat(android) adds ability to disable the requestFocus on Android
2021-02-05 09:05:55 +02:00
Jaya Allamsetty
0138f23755
feat(conference): Enable forced reload of client on bridge failure.
...
* feat(conference): Enable forced reload of client on bridge failure.
Force the client to reload when the bridge that is handling the media goes down.
This mitigates issues seen on the bridge because of a client re-joining the call with the same endpointId, BWE issues, etc.
This behavior is configurable through 'enableForcedReload' setting in config.js.
The client skips the pre-join page when the page reloads.
* squash: refactor the restart logic.
* squash: fix description
* squash: dispatch conferenceWillLeave action before reload.
2021-02-04 12:33:18 -05:00
Marc Seitz
16d88a288f
feat: add ipados to list of Platform.OS ( #8205 )
...
* feat: add ipados list of Platform.OS
2021-02-04 10:34:44 -05:00
tmoldovan8x8
dca96f25f3
feat(mobile) adds feature flags for audioMute, videoMute and overflow… ( #8537 )
2021-02-04 15:32:09 +02:00
Mihai-Andrei Uscat
b69e93a900
fix(Safari): Fix mobile double tapping for toolbar and overflow.
...
* Create generic tooltip wrapper for mobile usability.
* Change overflow menu icon/font/padding sizes.
* Change overflow drawer expand icon.
2021-02-04 15:24:25 +02:00
tmoldovan8x8
d2568b874b
feat(mobile) adds ability to retrieve participantsInfo array
2021-02-04 14:26:35 +02:00
Andrei Gavrilescu
9895a04609
feat(rtcstats): send meeting uuid to rtcstats ( #8526 )
...
* send meeting uuid to rtcstats
* change ret description
* fix flow error
* update lib-jitsi-meet version
2021-02-03 12:28:39 +02:00
Jaya Allamsetty
c58657c759
fix(test): Make sure test doesn't error out.
2021-02-01 11:49:45 -05:00
Vlad Piersec
9418dbc2b1
fix(recents-list): Order recents by last used
2021-02-01 13:30:34 +02:00
Mihai-Andrei Uscat
c370c05701
fix(Filmstrip): Prevent Toolbox from being shown indefinitely when hovering filmstrip
2021-01-29 15:34:37 +02:00
Titus-Andrei Moldovan
af8072d9d2
chore(mobile) changes the name for screenShares to remoteScreenShares to better reflect it's content
2021-01-29 12:45:53 +02:00
Titus-Andrei Moldovan
45f4643469
feat(mobile) adds ToggleScreenShare event and action.
2021-01-29 12:45:53 +02:00
Avram Tudor
745879c447
Merge pull request #8503 from jitsi/tavram/dropbox
...
feat(external_api) allow dropbox option to be overwritten
2021-01-29 12:30:03 +02:00
Mihai-Andrei Uscat
4aab5e2054
feat(Dialog): Make dialog close button more mobile friendly.
...
* Remove pointless custom headers, fall back to ModalHeader instead.
2021-01-29 12:22:43 +02:00
Tudor-Ovidiu Avram
69971a0e90
feat(external_api) allow dropbox option to be overwritten
2021-01-29 11:44:16 +02:00
Tudor-Ovidiu Avram
dcaad41e69
feat(external_api) add event for chat updates (unread counter, open state)
2021-01-28 11:41:27 +02:00
Steffen Kolmer
ef7d425859
feat(ui) update AtlasKit components
2021-01-26 16:47:55 +01:00
Mihai-Andrei Uscat
8cf4e15b23
Add config flag for tile responsiveness
2021-01-26 13:42:57 +02:00
Mihai-Andrei Uscat
db84889143
feat(tiles): Add responsive behaviour.
...
* Enforce fixed column number at various width breakpoints.
* Bring back the filmstrip at small sizes but hide it.
* Change default maximum columns to 7.
2021-01-26 13:42:57 +02:00
Ali Karpuzoglu
6ca3c6e43a
fix(misc) typo
2021-01-26 12:38:49 +01:00
damencho
f1e06bff7b
fix: Lobby display name set when preJoin is disabled. Fixes #8415 .
2021-01-25 16:03:54 -06:00
tmoldovan8x8
6a6aeb1d95
feat(mobile) adds more feature flags ( #8450 )
...
Features flags added:
-tile-view.enabled
-filmstrip.enabled
-notifications.enabled
-toolbox.enabled
2021-01-22 12:03:39 +02:00
tmoldovan8x8
61037b982b
feat(mobile) adds ability to send and receive text messages ( #8425 )
2021-01-20 14:06:45 +02:00
Vlad Piersec
23574e9edc
fix(vpaas): Store billing id in parent lolcaStorage on Safari
2021-01-18 09:56:03 +02:00
Tudor-Ovidiu Avram
7ff332b2bb
fix(subject) remove gradient if no info in topbar
2021-01-15 16:02:50 +02:00
Mihai-Andrei Uscat
8aae2065dc
fix(Toolbox): Fix toolbox display when accessing it via keyboard
2021-01-15 13:43:09 +02:00
Mihai-Andrei Uscat
c752ea13f1
feat(overflow): Add responsive drawer at small screen width.
...
* Implement opening toolbar and participant overflows as drawers when below certain width.
* Fix dial-in copy button displaying incorrectly.
2021-01-13 16:07:22 +01:00
tmoldovan8x8
5ef60c3a7d
[WIP] adds BroadcastService ( #8336 )
...
feat(external_api) exposes more events from JS to native and adds the ability to send actions from native to JS.
2021-01-13 15:48:29 +02:00
hmuresan
1196ede961
feat(external-api) set `privateMessage` flag on `incoming-message`
2021-01-13 13:33:55 +01:00
Saúl Ibarra Corretgé
12877c7fce
fix(settings) remove legacy compatibility code
2021-01-13 13:32:54 +01:00
Avram Tudor
c6bb600d4c
Merge pull request #8400 from jitsi/tavram/shortcuts
...
feat(external_api) allow shortcuts to be disabled
2021-01-13 12:39:27 +02:00
Avram Tudor
845e23a947
Merge pull request #8399 from jitsi/tavram/overflowmenu
...
fix(menu) do not display overflow menu button if no items
2021-01-13 12:39:11 +02:00
Tudor-Ovidiu Avram
55ebb60f85
feat(external_api) allow shortcuts to be disabled
2021-01-13 12:10:27 +02:00
Tudor-Ovidiu Avram
8d3d94f568
fix(menu) do not display overflow menu button if no items
2021-01-13 11:55:38 +02:00
Tudor-Ovidiu Avram
a807f804a9
fix(jaas) disable directory integration
2021-01-13 11:13:04 +02:00
Hristo Terezov
db48dc3ed3
fix(Thumbnail): volume & audioLevel default values
2021-01-12 13:42:31 -06:00
Hristo Terezov
9bae7099dd
fix(filmstrip): Import from base/tracks.
2021-01-12 13:42:31 -06:00
Hristo Terezov
e990f6984a
fix(Thumbnail): Improve naming.
2021-01-12 13:42:31 -06:00
Hristo Terezov
9f321c988e
style(isVideoPlayable): improve readability.
2021-01-12 13:42:31 -06:00
Hristo Terezov
2e5e9a3f79
fix(AudioTrack):Add check for NaN value for volume
2021-01-12 13:42:31 -06:00
Hristo Terezov
fdb8f76b90
fix(Thumbnail): imports.
2021-01-12 13:42:31 -06:00
Hristo Terezov
3d97bef308
style(Thumbnail): improve readability
...
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
2021-01-12 13:42:31 -06:00
Hristo Terezov
5a55c7b965
style(AudioTrack): improve readability
...
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
2021-01-12 13:42:31 -06:00
Hristo Terezov
51e381a0b1
ref(Thumbnail): Create React component.
2021-01-12 13:42:31 -06:00
Saúl Ibarra Corretgé
e30b2e14a5
fix(rn) stop room name generator when field is focused
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/8307
2021-01-12 17:36:09 +01:00
Avram Tudor
7f1894dd57
Merge pull request #8379 from horymury/hmuresan/broadcast-screenshare
...
feat(external_api) add command and event listener for CS
2021-01-12 17:49:06 +02:00
hmuresan
4dda508708
feat(external_api) add command and event listener for CS
2021-01-12 17:23:40 +02:00
Mihai-Andrei Uscat
43e655b619
feat(chat): Improve responsiveness.
...
* Fix toolbox buttons not displaying properly when chat is open.
* Open chat in fullscreen dialog past custom thresholds when mobile/desktop toolbox would become unusable due to chat
* Remove mobile chat check when displaying toolbox
2021-01-12 15:24:55 +02:00
Avram Tudor
1ab0f1993a
Merge pull request #8377 from jitsi/tavram/notifications
...
feat(external_api) allow notifications to be configured
2021-01-12 14:52:31 +02:00
Tudor-Ovidiu Avram
4cb7ebce70
feat(external_api) allow initial gUM requests to be disabled
2021-01-12 06:02:44 -06:00
hmuresan
0a5910f0b3
feat(external_api) set and cancel private chat through external API
...
- allow managing chat through API when chat button is not present on UI
2021-01-12 06:01:10 -06:00
Tudor-Ovidiu Avram
d91c546a1e
feat(external_api) allow notifications to be configured
2021-01-12 11:22:53 +02:00
Pawel Domas
6ebe2c2809
audio output selection in safari blocks the UI
...
It appears that at the time of this writing, creating audio tracks blocks
the browser's main thread for a long time on safari. Wasn't able to confirm
which part of track creation does the blocking exactly, but not creating
the tracks seems to help and makes the UI much more responsive.
2021-01-11 14:17:29 -05:00
Saygun ICYUZ
067610b3fd
feat(recording) - Show recording started notification to the initiator ( #8359 )
...
* Show recording started notification to the initiator
* Translate 'recording.on' language key for English and Turkish
Translate 'liveStreaming.on' language key for English and Turkish
2021-01-11 08:21:33 -06:00
Tudor-Ovidiu Avram
dd8b220ff9
feat(jaas) allow tile view to be disabled
2021-01-08 12:00:13 +02:00
Avram Tudor
80d789879c
Merge pull request #8356 from jitsi/tavram/top
...
feat(jaas) add config for displaying participants stats and conferenc…
2021-01-08 11:57:23 +02:00
Tudor-Ovidiu Avram
d49c5a6d8c
feat(jaas) add config for displaying participants stats and conference subject
2021-01-08 10:21:07 +02:00
Pawel Domas
a0806716ae
fix(JitsiStreamPresenterEffect): frozen on Safari
...
Canvas rendering does not work as expected on Safari - the image stays
still on the first frame. Calling play() on the video tags seems to help.
2021-01-07 15:10:27 -05:00
Avram Tudor
3881da5db9
Merge pull request #8354 from jitsi/tavram/fix-filmstrip
...
fix(filmstrip) fix button not considering interface config settings
2021-01-07 15:20:22 +02:00
Tudor-Ovidiu Avram
35a586df3c
fix(filmstrip) fix button not considering interface config settings
2021-01-07 14:53:11 +02:00
Saúl Ibarra Corretgé
dc5a776123
fix(ios) fix drag handle not rendering with latest react-native-svg
...
Fill must be properly specified.
2021-01-07 12:02:41 +01:00
Asif
cd29f10fa8
feat: emit raise hand event to external API ( #8312 )
...
* Expose raise hand event to external application
* Fix linting issues
* fix the app non existing issue
2021-01-06 08:49:10 -06:00
Pawel Domas
97dc07810c
fix(setAudioOutputDeviceId): check if supported
2021-01-06 08:31:53 -06:00
damencho
28fa1f5dbe
fix: Process pre-existing participants properties.
...
We were not processing properties which are set (fire properties updated) before the conference joined event is fired.
2021-01-05 14:29:34 -06:00
damencho
2ba6100e36
fix: Fixes showing phone icon for jigasi participants.
2021-01-05 14:29:34 -06:00
Vahid Zafari
76b4899c39
full support persian language ( #8300 ) Fixes #8299
2020-12-23 08:29:07 -06:00
Saúl Ibarra Corretgé
aefd13ab1b
fix(tile-view) reduce margins, take 2
...
Due to how the filmstrip size if computed I don't think there is a good way to
animate the change in size, so just ignore the toolbar, it will be hidden soon
enough.
2020-12-23 11:05:30 +01:00
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.
2020-12-22 10:36:10 +01:00
tmoldovan8x8
5ecb5717c7
feat(stats) add stats for mobile
2020-12-22 10:12:52 +01:00
Tudor-Ovidiu Avram
22384d9094
fix(jaas) update recording label and hide option for jaas users
2020-12-21 12:19:10 +02:00
Hristo Terezov
d4596889df
feat(analytics): Adds metric for SS issues.
2020-12-18 15:27:43 -06:00
Mihai-Andrei Uscat
a5fe26bfdb
fix(password): Fix add password button on Safari
2020-12-18 14:47:00 +02:00
Vlad Piersec
33e4324f6d
fix(branding): Use config url for dynamic branding
2020-12-18 13:00:52 +01:00
James E. Blair
bab2b0735c
Etherpad on join ( #8212 )
...
* Add option to open Etherpad on join
For sites that focus on collaborative editing during meetings, add
an option which, when set, will automatically open etherpad when a
participant joins.
* Add openSharedDocumentOnJoin to config whitelist
This also adds some config file doc comments about the option,
including a note about the choice not to honor it in the mobile app.
2020-12-16 10:10:12 -06:00
Saúl Ibarra Corretgé
58bd4edb85
fix(remote-control) skip on mobile
...
Middlewares should not be loaded on mobile as there is no way to use the
functionality.
2020-12-16 13:59:41 +01:00
Hristo Terezov
af6c794fda
ref(remote-control): Use React/Redux.
2020-12-15 18:09:58 -06:00
damencho
ec6abc1ce9
fix: Skip sending unnecessary signalling for raise hand.
2020-12-15 11:21:56 -06:00
Hristo Terezov
87b1155180
fix(video):Always show avatar if video is inactive
2020-12-14 16:44:08 -06:00
Saúl Ibarra Corretgé
4ca02c1ebf
feat(tile-view) optimize for less margins
...
- Lower the inter-tile margin to 2px
- Remove the 100px top/bottom margin when the toolbar is hidden
2020-12-14 21:27:13 +01:00
Hristo Terezov
79e517ed65
feat(analytics): Add tenant.
2020-12-10 13:57:13 -06:00
Tudor-Ovidiu Avram
b23f4b02ea
Revert "fix(external_api) replace special chars in roomName before constructing URL"
...
This reverts commit 6f90458ff1
.
2020-12-10 14:51:51 +02:00
Дамян Минков
97f47998ba
feat: Exposes a method for checking is remote track received and played/testing. ( #8186 )
...
* feat: Exposes a method for checking is remote track received and played.
Used for some tests in torture.
* squash: Drop not matching string.
Duplicate translation key with not matching content.
* squash: Moves torture specific functions to features/base/testing.
Listens for media events from the video tag of the large video and stores them in redux.
* squash: Fix comments.
* feat: Listens for media events from the video tag of the remote videos and stores them in redux.
* squash: Fix undefined videoTrack if between switches.
2020-12-08 08:01:16 -06:00
Jaya Allamsetty
0019284b10
feat: Add option to force pc to use turn relay candidates.
...
Helps with testing turn relay cases.
2020-12-07 20:17:26 -05:00
Hristo Terezov
5cae5985c0
feat(ConferenceTimer): Add config option to hide.
2020-12-03 17:00:33 -06:00
bgrozev
9535f84775
cleanup: Remove the startBitrate option. ( #8193 )
2020-12-01 14:19:17 -06:00
Boris Grozev
2b6c7a51a3
cleanup: Remove unused code.
2020-12-01 08:32:26 -06:00
Boris Grozev
42d1389338
feat: Remove the min-participants config.
2020-12-01 08:32:01 -06:00
Boris Grozev
6f61077a65
ref: Remove unused option from whitelist.
2020-12-01 06:09:20 -06:00
Hristo Terezov
3796db20ea
fix(connection-status): action
2020-11-24 16:03:18 -05:00
Saúl Ibarra Corretgé
911df4b18a
fix(avatar) revert back to defaulting to Gravatar
...
While the base URL remains configurable, this patch reverts back to using
Gravatar.
We noticed high latency with libravatar and contacted them. They are in the
process of migrarting to a better infrastructure (it's a single personal server
at the moment) so we'll re-evaluate once that has happened.
As for why not leave the default and change it on the meet.jit.si installation,
we don't want to kill their server :-)
2020-11-24 11:43:26 +01:00
George Politis
1041cd8055
feat: Makes it possible to hide the "Save Logs" link. ( #8143 )
...
As per @fremzy, the "Save Logs" feature generates a json
file with a bevy of technical information about the
meeting. This log contains the server name, server IP
address, participant's IP addresses (only in p2p sessions)
e.t.c. While this may be a useful feature for the
admin-like 'moderator', it creates unnecessary exposure
when made readily available to all users in the meeting.
This commit fixes #8036 by a config.js option to enable
the link (disabled by default), thus giving the owner of
the deployment the choice of enabling it or not.
2020-11-24 10:49:10 +01:00
Jaya Allamsetty
d6ab0a72a1
fix(lastN): select screenshare endpoint always when auto pinning.
...
When trying to auto pin screenshare, always select the endpoint even though it happens to be the large video participant in redux. The auto pin screenshare logic kicks in after the track is added. If the screenshare endpoint is not among the forwarded endpoints from the bridge, it needs to be selected again.
2020-11-20 10:29:12 -05:00
Jaya Allamsetty
fc694641dc
fix(lastN): Do not override channelLastN value.
...
If limitLastN values are specified and channelLastN < limitLastN, configure channelLastN on the conference.
2020-11-20 10:29:12 -05:00
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
2020-11-18 00:05:49 +01:00
Tudor-Ovidiu Avram
b889bd5664
fix(jaas) replace only the first slash in a pathname
2020-11-16 11:01:31 +02:00
damencho
d97f46c163
feat: Skips the default tile view when jibri is loading.
...
Follows me and switching to tile view, still works.
2020-11-13 14:48:09 -06:00
Saúl Ibarra Corretgé
29fa4c935e
fix(chat) stop using nicknames
...
We stopped providing a way to set them, so don't render them either.
Also cleanup some leftover config options.
2020-11-13 17:40:57 +01:00
damencho
7de1e6d89e
Updates kick, fixes it after 4b8aae90
.
2020-11-11 13:18:13 -06:00
Mihai-Andrei Uscat
9379bb3c5b
fix(Toolbox) Maintain overflow button visible at all times
...
* fix(Toolbox) Maintain overflow button visible at all times
* Make changes only on desktop browser
2020-11-11 16:11:51 +02:00
Vlad Piersec
08dce76763
fix(vpaas): Make user media permission message more generic
2020-11-11 13:24:02 +02:00
Дамян Минков
12c835dd91
feat: Drops filmStripOnly mode. ( #8074 )
...
* feat: Drops filmStripOnly mode.
* squash: Let's make lint happy again.
* squash: Drop some css.
2020-11-10 16:21:07 -06:00
Saúl Ibarra Corretgé
9219e80a2a
fix(password) set input type to "password"
...
This will make browsers not cache results in cleartext.
Co-authored-by: Tim Dittler <t.dittler@heinlein-support.de>
2020-11-10 17:05:20 +01:00
tmoldovan8x8
71fb5aef6c
feat(rn) add mute everyone / (else) capabilities
2020-11-10 15:49:38 +01:00
Vlad Piersec
721848da3f
fix(welcome_page): Update header to latest design & use generic key name
2020-11-10 16:43:52 +02:00
Steffen Kolmer
6f90458ff1
fix(external_api) replace special chars in roomName before constructing URL
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/7900
2020-11-10 11:00:12 +01:00
Avram Tudor
48d0616ebf
Merge pull request #8003 from jitsi/tavram/invite-url
...
fix(vpaas) fix invite url flicker for jaas users
2020-11-10 11:52:16 +02:00
Saúl Ibarra Corretgé
7682e49787
feat(BrowserCapabilities) drop supportsVideo
...
It has been `true` for a very long time.
2020-11-10 10:33:00 +01:00
Hristo Terezov
b8444ff1bf
fix(CalendarList): calendar.svg path.
2020-11-08 09:07:53 -06:00
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.
2020-11-06 17:04:00 -05:00
damencho
0934fffa25
feat: Drop enableUserRolesBasedOnToken and isGuest.
2020-11-06 08:12:59 -06:00
damencho
20ce38bd4c
feat: Show cc button for ongoing transcribed meetings for guests
2020-11-06 08:12:59 -06:00
damencho
c4ba97e87c
feat: Drop lockRoomGuestEnabled.
2020-11-06 08:12:59 -06:00
damencho
4b8aae90e0
feat: Drop HIDE_KICK_BUTTON_FOR_GUESTS setting.
...
The main config contains disableRemoteMute and remoteVideoMenu: { disableKick: true} options, which can be used.
2020-11-06 08:12:59 -06:00
damencho
c2539bf615
feat: Drop buttons tooltips specific to guests.
2020-11-06 08:12:59 -06:00
damencho
4fdd4b66f7
fix: Hide copy password if it is not available. Fixes #7783
2020-11-06 08:12:59 -06:00
damencho
9fa29d7353
feat: Profile tab does not depend on isGuest.
...
Introduced a config property to disable profile.
2020-11-06 08:12:59 -06:00
damencho
c14f639639
feat: Drops SHOW_JITSI_WATERMARK_FOR_GUESTS and SHOW_WATERMARK_FOR_GUESTS.
2020-11-06 08:12:59 -06:00
damencho
c007477ee9
fix: Show livestream button only for moderators.
2020-11-06 08:12:59 -06:00
Vlad Piersec
f8a41aea9c
feat(welcome_page): Redesign welcome page
2020-11-06 13:50:30 +02:00
Tudor-Ovidiu Avram
0f64c66f91
fix(jaas) fix double slash for branded invite urls
2020-11-05 15:43:53 +02:00
Saúl Ibarra Corretgé
4211db0893
fix(rn, screen-sharing) don't render own screen-share in large view
2020-11-04 14:45:16 +01:00
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>
2020-11-04 14:45:16 +01:00
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.
2020-11-03 16:15:01 +01:00
Hristo Terezov
1648e4b407
ref(thumbnail): mutedWhileDisconnected -> redux
2020-11-02 13:49:36 -06:00
Vlad Piersec
b02136d013
feat(prejoin): Add name from jwt to prejoin screen
2020-10-30 13:09:18 -05:00
Vlad Piersec
9fbb35b6e1
feat(vpaas): Track vpaas conference join
2020-10-30 09:26:21 +02:00
Hristo Terezov
f45af351d8
ref(thumbnail): use connectionStatus from redux.
2020-10-29 12:05:40 -05:00
Tudor-Ovidiu Avram
8f1cb7ded2
fix(vpaas) fix invite url flicker for jaas users
2020-10-29 14:20:46 +02:00
Hristo Terezov
b9ccc3ad8c
fix(StatusIndicators): Improve isScreenSharing check
...
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
2020-10-27 13:19:52 -05:00
Hristo Terezov
68a0bdce2c
ref(StatusIndicators): isScreenSharing -> redux.
2020-10-27 13:19:52 -05:00
Hristo Terezov
b71d92a139
ref(StatusIndicators): Use audio muted from redux.
2020-10-27 10:16:16 -05:00
Jaya Allamsetty
30fc04ba61
fix(logging): Add more details to onerror and onunhandledrejection errors.
2020-10-27 10:17:59 -04:00
Hristo Terezov
35b5f6df06
s/isLocalVideoTrackMuted/isLocalCameraTrackMuted/
2020-10-26 14:03:40 -05:00
Hristo Terezov
ca2343c31a
ref(StatusIndicators): Use video muted from redux.
2020-10-26 11:03:31 -05:00
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.
2020-10-26 10:28:00 -04:00
Hristo Terezov
9c10ac3028
fix(conference): start muted values on initial GUM
...
Take into account the start muted values stored in local storage.
2020-10-23 13:04:02 -05:00
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 .
2020-10-22 17:22:54 -04:00
Tudor-Ovidiu Avram
b428c3bca8
feat(pwa) do not display chrome extension banner for TWA
2020-10-20 12:26:05 +03:00
Saúl Ibarra Corretgé
c5f6df5210
fix(avatar) remove participant's "avatarID"
...
Through several avatar work iterations it's no longer used.
2020-10-16 14:44:10 +02:00
Tudor-Ovidiu Avram
e67c08d837
fix(pwa) move logic for registering pwa worker
2020-10-16 14:43:40 +02:00
paweldomas
ab5c8d49c3
fix(flow): ignore contentHint
...
I don't know how to modify built-in MediaStreamTrack type, so ignore the error.
2020-10-15 15:10:40 -04:00
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/
2020-10-15 15:10:40 -04:00
Tudor-Ovidiu Avram
e4c1046d7c
fix(pwa) bypass loading in electron. ensure same origin with registrator
2020-10-15 18:54:12 +02:00
Saúl Ibarra Corretgé
a3fb996ff0
fix(avatars) refactor preloading
...
Use fetch(), which gives us better control over headers.
2020-10-14 21:58:28 +02:00
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.
2020-10-14 21:29:01 +02:00
tmoldovan8x8
8e19597e38
feat(mobile) add splash screen
2020-10-14 11:26:47 +02:00
Tudor-Ovidiu Avram
bf6a1540df
fix(prejoin) guard case for locationUrl being falsy in prejoin screen
2020-10-14 12:23:59 +03:00
Hristo Terezov
5bf20517e7
feat(prejoin): handle disabled precall test.
2020-10-13 15:52:43 -05:00
Vlad Piersec
59caa0cf42
fix(vpaas): Count endpoint only when there are 2 or more participants
2020-10-12 16:19:09 +03:00
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.
2020-10-08 10:32:10 -05:00
Tudor-Ovidiu Avram
a270e4300a
fix(native) add missing function
2020-10-08 13:10:45 +02:00
Saúl Ibarra Corretgé
f9888e5dbb
rn,remote-video-menu: make UI consistent with other menus
2020-10-08 10:17:53 +02:00
Saúl Ibarra Corretgé
44d7828e9c
rn,overflow-menu: improve drag icon
2020-10-08 10:17:53 +02:00
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
2020-10-08 10:17:53 +02:00
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.
2020-10-07 15:07:14 -04:00
Anand Parshuramka
f01869c21c
Adding the flags to enable/disable Kick out option in RemoteVideoMenu
2020-10-07 10:54:13 -05:00
Tudor-Ovidiu Avram
6d2f8ae37d
feat(prejoin) show connection status in exported prejoin screen
2020-10-07 17:23:49 +02:00
Saúl Ibarra Corretgé
1d9daa8da7
fix(config) drop useStunTurn
...
Always attempt to discover the configured STUN/TURN servers.
2020-10-07 16:31:47 +02:00
Tudor-Ovidiu Avram
478f1a731e
feat(prejoin) improve ux
2020-10-07 14:53:49 +02:00
George Politis
5939820271
fix: Makes the code more defensive to prevent an error. ( #7837 )
2020-10-05 16:56:46 +02:00
George Politis
b5310573fc
feat: Adds more debug information in the GSM bars popover ( #7627 )
2020-10-02 15:20:24 +02:00
damencho
f6d375f565
tests: Do not close lobby notifications when testing.
2020-10-01 10:44:01 -05:00
Saúl Ibarra Corretgé
c261682a29
fix(rn,config) increase config load timeout to 10 seconds
2020-09-30 10:08:52 +02:00
Hristo Terezov
dc6d3daef7
feat(external-local-storage): support
2020-09-29 17:58:17 -05:00
Jaya Allamsetty
25271d7eec
fix(presenter): Do not change the video mute state on presenter mute.
...
This fixes the issue where the local preview appears muted when presenter camera is turned on and then off while screenshare is in progress.
2020-09-29 08:35:42 -04:00
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
2020-09-25 12:46:29 +02:00
Saúl Ibarra Corretgé
ddbd3f292a
fix(analytics) clarify log line
2020-09-24 13:39:41 +02:00
Saúl Ibarra Corretgé
b153bf2fb8
fix(analytics) make handler loading more resilient
...
- Don't initialize handler's is their API key is not set
- Don't swallow exceptions when creating handlers
- Don't remove all handlers if an external one fails
- Dispose the analytics subsystem if no handlers are registered
2020-09-24 13:39:41 +02:00
Saúl Ibarra Corretgé
919be21912
fix(analytics) make sure rtcstats is not enabled on mobile
2020-09-24 13:39:41 +02:00
Saúl Ibarra Corretgé
1a339100ab
fix(analytics) avoid Amplitude initialization failure on mobile
2020-09-24 13:39:41 +02:00
Tudor-Ovidiu Avram
ce4ef96941
fix(vpaas) hide embed meeting for vpaas users
2020-09-24 12:06:51 +02:00
Tudor-Ovidiu Avram
993ded9936
fix(vpaas) fix vpaas redirect
2020-09-24 12:06:28 +02:00
Jaya Allamsetty
09124ad7e9
fix(iframe): Use largeVideo video element for screenshot.
...
Get the existing HTMLVideoElement for large video instead of creating a new video element for capturing the screenshot.
This should prevent the video player from getting displayed on mobile Safari.
2020-09-23 10:35:36 -04:00
Jaya Allamsetty
794713b930
fix(iFrame): Make resizeLargeVideo only available on web
2020-09-21 19:54:45 -04:00
Jaya Allamsetty
1d5decc14f
feat(iFrame): Add a method for capturing screenshot of the large video ( #7717 )
2020-09-18 11:53:27 -04:00
Saúl Ibarra Corretgé
188771751d
fix(config) remove unused options ( #7723 )
...
* fix(config) remove unused options
* Update configWhitelist.js
2020-09-18 08:55:09 -05:00
Vlad Piersec
d2ec0ea6f3
fix(branding): Fix dynamic logo display
...
* Display of the logo has been reworked (simplified).
* The logo will not be displayed if the call to `branding` endpoint fails.
* Add more docs.
2020-09-18 16:38:44 +03:00
Jaya Allamsetty
bbb4fbd5f8
feat(iFrame): Add a method for resizing large video container from iFrame
2020-09-17 23:41:19 -04:00
Josh Brown
ebb1b8d76b
fix(background-blur) refactor to improve performance
2020-09-17 18:25:06 +02:00
Saúl Ibarra Corretgé
56da400f19
ios: stop using react-native-background-timer
...
Ever since https://github.com/facebook/react-native/pull/23674 landed it has
been possible to run timers in the background, assuming your app is allowed to
run in the background already, as is our case. So, stop using the library on
iOS, which will avoid creatring needless backgound tasks.
2020-09-17 13:15:04 +02:00
Manuel Garcia
ab21e3cd5e
fix(embed): remove legacy attribute from embed meeting code
2020-09-17 09:11:41 +02:00
Tudor-Ovidiu Avram
7f67f78db6
fix(embed) fix embed meeting code
2020-09-16 06:59:41 -05:00
Tudor-Ovidiu Avram
e2731ce73e
feat(loggin) forward logs to external api
2020-09-15 09:44:50 +02:00
Jaya Allamsetty
b6792db65f
feat(external_api): Add cmd for selecting a user to be displayed in large video
2020-09-14 19:39:19 -04:00
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.
---
2020-09-10 16:06:25 +02:00
Hristo Terezov
fc75d45c6c
feat(video-quality): add iframe event and getter.
2020-09-09 18:04:17 -05:00
Hristo Terezov
25839b18d2
feat(video-quality): persist.
2020-09-09 18:04:17 -05:00
Hristo Terezov
43f36c8cfd
fix(ifarme-api): set-video-quality to use redux.
2020-09-09 18:04:17 -05:00
Hristo Terezov
b02d96231c
ref(video-quality): Move all related code.
2020-09-09 18:04:17 -05:00
Дамян Минков
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.
2020-09-09 16:14:53 -05:00
Saúl Ibarra Corretgé
fdffb688c1
web,small-video: introduce screen-sharing indicator
2020-09-09 18:59:12 +02:00
Saúl Ibarra Corretgé
4807badac8
rn,thumbnail: introduce screen-sharing indicator
2020-09-09 18:59:12 +02:00
Jon Leren Schøpzinsky
8fa41bebb7
rn: don't start native call integration multiple times
...
When you join a conference that needs an authenticated moderator, as a guest, Jitsi Meet will continuously try and connect to the meeting every 5 seconds. Avoid starting the native call integration more than once.
Fixes: https://github.com/jitsi/jitsi-meet/issues/6260
2020-09-09 09:22:34 +02:00
paweldomas
cb7c280da6
fix(RN): crash on undefined state['features/dynamic-branding']
2020-09-08 11:39:49 +02:00
Tudor-Ovidiu Avram
7ff41217ac
feat(vpaas) disable deeplinking page
2020-09-03 10:45:51 -05:00
damencho
b087b22d4f
feat: Whitelist option to hide lobby button.
2020-09-02 11:49:15 -05:00
Дамян Минков
d169bd5007
feat: Adds interface config to hide lobby button. ( #7619 )
...
* feat: Adds interface config to hide lobby button.
* squash: Moves the config to config.js and add it to mobile.
2020-09-02 10:28:22 -05:00
Boris Grozev
ac17db9df5
Update lib-jitsi-meet and add the RED option to config.js.
2020-09-01 11:49:23 -05:00
RabeeAbuBaker
79c1358f4b
FEAT: Automatically copy invite URL after creating a room ( #7581 )
...
* Resolves #7501
- Automatically copy invite URL after creating a room
* Resolves #7501
- Automatically copy invite URL after creating a room
* - Adding config flag to enable the feature
2020-08-30 09:36:52 -05:00
vp8x8
74f7c4141f
fix(vpaas): Fix billing counter auth ( #7595 )
2020-08-28 15:43:14 +03:00
Vlad Piersec
4866ddc2ad
fix(vpaas): Fix tenant typo
2020-08-28 11:08:59 +03:00
Vlad Piersec
71d0577a49
feat(vpaas): Add endpoint counter & remove branding on vpaas meetings
2020-08-27 14:49:03 -05:00
Hristo Terezov
b7529863d5
fix(iframe-api): setDevice.
2020-08-25 18:37:03 -05:00
Hristo Terezov
4ded94d130
fix(settings): store url display name and email.
2020-08-25 18:37:03 -05:00
Vlad Piersec
4bd57692b7
feat(prejoin): Show warning if audio device does not receive data
2020-08-25 11:39:59 -05:00
Vlad Piersec
4f52a29120
fix(prejoin): Make avatar resizable
2020-08-21 14:10:24 -05:00
Tudor-Ovidiu Avram
8a4fb72eae
feat(branding) allow invite links to be branded
2020-08-21 11:00:12 -05:00
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.
2020-08-21 07:38:21 -07:00
Andrei Gavrilescu
d725c0ab8a
Use rtcstats with keep-alive / add rtcstats enabled config
2020-08-20 17:30:59 -05:00
Hristo Terezov
2c2edace2a
Merge pull request #7475 from vp8x8/prejoin-focus
...
fix(prejoin): Auto focus display name input
2020-08-20 15:28:04 -05:00
paweldomas
d3d5847605
feat: configurable quality levels for video height
...
Allows to adjust thresholds which control the video quality level
in the thumbnail view.
Changes the default behaviour to request the SD (360p) resolution only
when the thumbnails are at least 360 pixels tall and the height of
720 is required for the high quality level.
The thresholds can be configured with the 'videoQuality.minHeightForQualityLvl'
config property. Check the description in the config.js for more details.
2020-08-20 11:07:36 -07:00
Hristo Terezov
89ad76142d
Merge pull request #7449 from muscat1/promotional-close
...
feat(close3): Move readyToClose flow to the close page
2020-08-20 11:48:42 -05:00
Vlad Piersec
1e76b8b6ea
misc: Add test ids for prejoin buttons
2020-08-20 11:20:49 -05:00
Hristo Terezov
55175e2e95
fix(subject): set to ' ' after settings change.
2020-08-20 10:48:06 -05:00
Vlad Piersec
453c07cb17
feat(prejoin): Add precall connection quality indicator
...
* Adds a dropdown indicator which displays the status of the internet connection.
* It uses the same data as `https://network.callstats.io `.
* The algorithm for the strings displayed to the user is also the one used on `network.callstas.io`.
2020-08-20 08:25:15 -07:00
Tudor-Ovidiu Avram
10c2652a4f
feat(prejoin) show error when trying to join and name is required
2020-08-18 13:18:58 -05:00
Mihai Uscat
9cf7199c0e
feat(close3): Move readyToClose flow to the close page
2020-08-18 17:31:10 +03:00
Vlad Piersec
d82bb0a89b
fix(prejoin): Fix join without audio
2020-08-17 08:31:55 -05:00
Russell Graves
2aa6f7ff4b
Add codec reporting (if present in lib-jitsi-meet output) to connection stats ( #6054 )
...
* Add codec reporting to the stats window for connections.
This will report the audio/video codecs, if reported by lib-jitsi-meet.
2020-08-13 17:56:14 -04:00
damencho
cdd782a82f
fix: Fixes uncaught exception on malformed jwt.
...
Does not skip passing jwt even when malformed to allow getting the error, terminating the connection and showing the warning. We were not passing jwt when malformed and were successfully joining a conference for deployments where no token is allowed.
2020-08-13 11:00:04 -05:00
Hristo Terezov
8e9a51f742
feat(Watermarks): Add deafault logo prop.
2020-08-11 18:24:44 -05:00
James Carbine
5b10d8f5ef
Add config to hide logo-deep-linking on deeplinking page ( #7346 )
...
This adds the ability to configure hiding the logo on the deep linking page.
HIDE_DEEP_LINKING_LOGO defaults to false in the config.
The implementation also defaults to showing the logo if HIDE_DEEP_LINKING_LOGO
is missing from the config.
2020-08-10 09:30:16 -05:00
Hristo Terezov
5e4b8c747c
feat(prejoin): Hide invite link
2020-08-07 12:28:05 -05:00
Vlad Piersec
b670b29d7f
fix(prejoin): Auto focus display name input
2020-08-07 10:27:29 +03:00
paweldomas
4adaa6f1fd
fix(last-n-limits): crash on undefined
2020-08-06 09:02:21 +02:00
Paweł Domas
b3b561f27a
feat(video quality): add maxFullResolutionParticipants ( #7403 )
...
Add a config option with the default value of 2, which will cap the max recv video quality to SD if there's more than 2 participants in the conference while in the tile view mode.
2020-08-05 10:10:14 -05:00
Jesús Espino
a6a19a3002
Fix lint error
2020-08-05 10:07:18 -04:00
Jesús Espino
1426a5b4bc
Restore dots menu on mobile
2020-08-05 10:07:18 -04:00
Paweł Domas
cc9cb6a874
feat(config): add last N limit mapping ( #7422 )
...
Adds 'lastNLimits' config value which allows to define last N value per number of participants.
See config.js for more details.
2020-08-03 12:39:17 -05:00
Jesús Espino
400c86ad5e
Adding responsive to jitsi logo, buttons and hiding some part of the interface ( #7380 )
...
* Adding responsive to jitsi logo, buttons and hiding some part of the interface
* moving media types thresholds to variables and apply only to screen
* hide chrome extension banner on very small view
* Hide filmstrip only on desktop narrow windows
2020-07-31 07:53:19 -04:00
Matthias Wuttke
b0650b8448
Pass JWT token to close page
2020-07-31 07:47:49 +02:00
Saúl Ibarra Corretgé
a67d0fbf6c
chore: remove some cycles
2020-07-29 09:31:38 +02:00
Bettenbuk Zoltan
240b033e76
feat: auto tile view
2020-07-24 11:06:34 +02:00
damencho
ddc2b4f26e
fix: Adds display name to notifications about lobby operations.
...
Display name for lobby operations notifications are taken from the list of knocking participants which is available only to moderators. In case of not all moderators the notifications were broken.
2020-07-23 14:49:52 -05:00
damencho
b106e51a10
feat: Adds id to the notifications and buttons so we can check for them in the integration tests.
2020-07-23 14:49:52 -05:00
damencho
0cef706b6a
feat: Changes security dialog button to toggle dialog.
2020-07-23 14:49:52 -05:00
damencho
b9c20a3fd4
fix: Fixes syncing state about lobby in security dialog.
2020-07-23 14:49:52 -05:00
damencho
23507da59a
feat: Adds id to the notifications so we can check for them in the integration tests.
2020-07-23 14:49:52 -05:00
Saúl Ibarra Corretgé
52ce8031a3
Update react/features/chat/components/native/Chat.js
2020-07-23 15:45:30 +02:00
Saúl Ibarra Corretgé
aa9f06fa84
Update react/features/chat/components/native/Chat.js
2020-07-23 15:45:30 +02:00
Saúl Ibarra Corretgé
a758e98101
Update react/features/chat/components/native/Chat.js
2020-07-23 15:45:30 +02:00
tombrown86
63d4c2b84b
onClose to return true to imply modal should close
2020-07-23 15:45:30 +02:00
tombrown86
4161e7bfe1
fix: no new msg notifications after opening chat modal [NATIVE]
...
call TOGGLE_CHAT action when chat modal is closed to correctly update chat isOpen state
2020-07-23 15:45:30 +02:00
Saúl Ibarra Corretgé
1c3cf325cb
analytics: add app name to permanent properties
2020-07-23 15:40:02 +02:00
Saúl Ibarra Corretgé
fdbd681c8f
config: fix opusMaxAverageBitrate option name
...
Must match the lib-jitsi-meet counterpart.
Fixes: https://github.com/jitsi/jitsi-meet/issues/7384
2020-07-23 15:14:48 +02:00
Tudor-Ovidiu Avram
f6433668d5
fix(prejoin) hide skip prejoin for exposed app
2020-07-23 13:22:28 +02:00
Tudor-Ovidiu Avram
b1e12d33ab
feat(embed) implement embed meeting feature
2020-07-23 13:21:05 +02:00
Tristian Flanagan
9e7a477797
feat(blur): terminate blur web worker when disabled ( #7347 )
...
* feat(blur): terminate blur web worker when disabled
2020-07-22 10:37:17 -04:00
Tudor-Ovidiu Avram
0fc748dc44
ui: create reusable copy button
2020-07-22 15:53:43 +02:00
Saúl Ibarra Corretgé
b831bb8350
config: add roomPasswordNumberOfDigits to whitelist
2020-07-22 15:23:38 +02:00
Saúl Ibarra Corretgé
16547b91a5
rn: fix overriding user-selected server URL
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/7373
2020-07-22 15:23:09 +02:00
Gabriel Imre
1e3e15fc72
fix: use consistent moderator semantics
...
Use the same moderator semantics when adding items into the remote video menu as when showing/hiding the items themselves.
2020-07-22 10:41:41 +02:00
Saúl Ibarra Corretgé
9d6e21b77b
security-dialog: restore digit-only password functionality
2020-07-21 10:44:39 -05:00
Dominik Wagner
48a58f8dae
ios: specify the correct keyboard type and content
...
This way autocomplete and keyboards work correctly.
2020-07-21 17:06:41 +02:00
Đặng Minh Tiến
eb1ef0fa9c
Update JitsiStreamPresenterEffect.js ( #7362 )
...
* Update JitsiStreamPresenterEffect.js
Create/terminate the Web Worker on effect start/stop so that we don't leak them.
2020-07-21 10:01:38 -04:00
Saúl Ibarra Corretgé
fde7cf4ab8
chat: fix crash on mobile
2020-07-21 15:25:19 +02:00
Saúl Ibarra Corretgé
46b444c498
settings: only import required action
...
Fixes crash on mobile due to chained imports.
2020-07-21 15:25:19 +02:00
Saúl Ibarra Corretgé
3cbadc72a1
analytics: only import required constant
2020-07-21 15:25:19 +02:00
Saúl Ibarra Corretgé
ddaaeccafa
android: disable PiP on Android Go devices
...
Despite running Android 8.1, they don't support Picture-in-Picture.
2020-07-21 14:03:41 +02:00
Saúl Ibarra Corretgé
76e4929add
rn,tile-view: render display name on top of participant view
...
Makes the tiles consistent as the participant view is equally sized and the
avatar is always centered in the tile.
2020-07-21 13:18:48 +02:00
Saúl Ibarra Corretgé
e39c8d8ed6
rn,tile-view: render a larger avatar in tile view mode
2020-07-21 13:18:48 +02:00
Michael Telatynski
335b43036d
Improve accessibility of Buttons in Webapp
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-07-17 16:32:33 +02:00
Vlad Piersec
b3ca51c7d0
feat(prejoin): Add settings options for prejoin page
2020-07-17 13:40:29 +03:00
Mihai Uscat
f9d545c531
feat(chat): Make chat push content to the side in tile view
2020-07-17 11:19:18 +03:00
Mihai Uscat
5f5468995f
feat(chat): Make chat push content to the side in large view
2020-07-17 10:04:56 +03:00
paweldomas
bf7aa39947
ref: one place for setting max recv frame height
...
Moves the logic from all different places into single state
listener to combine all inputs into a single output.
2020-07-16 10:14:59 -05:00
paweldomas
ad948bdbe2
feat(StateListenerRegistry): add 'deepEquals' option
...
Adds an extra 'options' argument to the register method which
allows to use deep equality instead of a shallow one when comparing
the current and the previous selections.
2020-07-16 10:14:59 -05:00
Gabriel Imre
29366a0029
feat: add test hint for grant moderator availability
2020-07-16 13:54:03 +02:00
Andrei Gavrilescu
29805edd02
feat(rtcstats): Integrate rtcstats ( #6945 )
...
* Integrate rtcstats
* expcetion handling / clean up
* order imports
* config fix
* remove mock amplitude handler
* additional comments
* lint fix
* address code review
* move rtcstats middleware
* link to jitsi rtcstats package
* address code review
* address code review / add ws onclose handler
* add display name / bump rtcstats version
* resolve import error
2020-07-15 18:22:00 +03:00
George Politis
11fd5363ce
fix: Avoid overwriting the max resolution requested by the tile-view. ( #7320 )
...
Part of [1] replaces a `setPreferredVideoQuality` call with a
`setMaxReceiverVideoQuality` call. The change was part of a bigger
changeset that adds logic that tries to adjust the max based on reduced
ui turned on or off and allow to set prefered through the config.
However, by calling `setMaxReceiverVideoQuality` instead of
`setPreferredVideoQuality`, the new feature overrides the lower
resolution requested by tile-view earlier in some occasions.
This PR reverts back to using `setPreferredVideoQuality` instead of
`setMaxReceiverVideoQuality` as this achieves the same result without
overwriting the max set by the tile-view.
NOTE that this is a quick-fix and all the handling related to setting
the receive resolution will be reworked soon.
[1]: 7d513738d2
2020-07-15 15:55:30 +02:00
Saúl Ibarra Corretgé
36d95ed51f
rn,conference: show lonely experience only after joining
...
Showing the modal earlier is weird because it will be closed as soon as we
connect. Also, we don't know if we are going to be alone until we join.
2020-07-15 15:32:34 +02:00
Vlad Piersec
ef0af1a8c0
fix(prejoin): Show decoded version of meeting uri
2020-07-15 13:21:36 +02:00
Gabriel Imre
b85cd2348f
feat: add grant moderator functionality
2020-07-15 12:13:28 +02:00
Vlad Piersec
035f720a50
feat(prejoin): Add 'skip prejoin' button
2020-07-15 11:36:37 +02:00
utkarshmarwaha
7f5751b918
rn,flags: add flag to show/hide video share button
2020-07-15 10:48:56 +02:00
vp8x8
1891ce0b24
fix(prejoin): Align avatar image on small screens ( #7300 )
...
Fixes : #7296
2020-07-15 10:43:00 +02:00
NicolasD
41ba55a6a9
rn,flags: add feature flag to enable / disable conference timer
2020-07-15 10:22:35 +02:00
George Politis
e4ce3928dc
feat: Exposes the max enabled resolution in the connection stats popover. ( #7278 )
...
* feat: Exposes the max enabled resolution in the connection stats popover.
* deps: lib-jitsi-meet@latest
2020-07-13 17:20:59 +02:00
plokta
b0188a7184
config: Add option to set preferred audio bitrate. ( #7072 )
...
The maxaveragebitrate parameter to be used by Opus can be configured
through the new opusMaxAvgBitrate config option. Values are restricted
by Opus to integers between 6000 to 510000. Works for non-p2p only.
move option to Audio section, add documentation
Co-authored-by: plokta <dev@plokta.eu>
2020-07-11 10:33:49 +02:00
Saúl Ibarra Corretgé
53281c2d42
analytics: avoid error log when there are no handlers
2020-07-10 17:55:18 +02:00
damencho
3da1b65757
fix: Fixes import of moved function.
2020-07-10 08:22:22 -05:00
Tudor-Ovidiu Avram
0e5091adba
feat(prejoin) Expose prejoin app
2020-07-10 14:24:06 +02:00
Tudor-Ovidiu Avram
f376542441
feat(prejoin) cache media start options when on prejoin screen
2020-07-10 14:24:06 +02:00
Saúl Ibarra Corretgé
b91d6b97a9
deps: jitsi/js-utils@1.0.0
2020-07-10 10:38:49 +02:00
Saúl Ibarra Corretgé
ce812591f9
conference: fix not applying max recv constraints
...
They also need to be applied when changing conferences.
2020-07-09 08:40:56 +02:00
Saúl Ibarra Corretgé
7d513738d2
rn,flags: add ability to override resolution using a flag
...
Also, use the configured resolution to set it as the max received frame size.
2020-07-09 08:40:56 +02:00
Vlad Piersec
3538761543
fix(prejoin): Don't add video track to connection on start if video muted
2020-07-08 15:58:13 +03:00
Florian
bbf76296ed
Update KnockingParticipantList.js
...
In order to translate the title.. Pull request #7246
2020-07-07 08:55:03 -05:00
Tudor-Ovidiu Avram
d5832f226d
fix(dialout) whitelist dialout flag
2020-07-07 11:00:49 +02:00
Bettenbuk Zoltan
873ede0e06
feat: lobby related notifications
2020-07-06 17:31:16 +02:00
Vlad Piersec
5f579e9a15
fix(prejoin): Make display name mandatory only for lobby
...
A user should not be forced to enter a display name if the lobby is not enabled
for the room.
2020-07-03 16:13:54 +03:00
Vlad Piersec
a5f17a8033
feat(prejoin): Show avatar image on prejoin screen
2020-07-03 11:41:19 +03:00
Saúl Ibarra Corretgé
a7e0df2623
toolbox: fix missing key prop
...
Fixes a React warning.
2020-07-03 10:35:35 +02:00
paweldomas
1ff27b7298
fix: store.getState() called while the reducer is executing
2020-07-01 19:31:48 -05:00
paweldomas
bc43f00d28
feat: pass network info to LJM
2020-07-01 19:31:48 -05:00
Bettenbuk Zoltan
7d62020787
feat: add moderated service link to welcome page
2020-06-30 12:39:46 +02:00
Jaya Allamsetty
0e1ecd3256
fix: disable audio/video settings popup on mobile browsers
...
Mobile devices do not support capture from multiple cameras/mics at a time.
2020-06-30 08:58:36 +02:00
Vlad Piersec
2b5787163e
fix(prejoin): Replace the stored audio/video tracks when device list changes
...
When on prejoin screen, if the device list changes (devices are added or removed),
the newly created tracks do not properly replace the old ones, resulting in
errors after joining the meeting and trying to change the devices.
This change fixes the problem.
2020-06-29 12:26:55 +02:00
Vlad Piersec
99e7d636b7
fix(settings): Always show mic audio levels
2020-06-26 07:57:20 -04:00
Roman
4b1743bb2f
android: add serverURL configuration for MDM/EMM environments
...
Android for Enterprise provides special feature for applications to obtain configuration through RestrictionManager remotely by some MDM solution.
Jitsi Meet can be remotely installed and provisioned with a proper URL (making URL not editable by the user) inside the Work Profile or Fully managed device.
2020-06-26 11:47:48 +02:00
Vlad Piersec
3b1ad9faff
fix: Show audio/video options on lobby screen
2020-06-26 11:29:20 +02:00
Vlad Piersec
87b14c3711
fix(prejoin): copy meeting info
2020-06-26 11:28:49 +02:00
Titus-Andrei Moldovan
5811e0476c
rn: fixes the bug on shared video not stopping when the user leaves the conferences
2020-06-26 10:54:49 +02:00
Titus-Andrei Moldovan
59750ba1f1
rn: refactors the YoutubeLargeVideo to be class component. Adds interval for sending the seek time every 5 seconds.
2020-06-26 10:54:49 +02:00
Bettenbuk Zoltan
f68b9b7df9
fix: different description for non moderator participants in passcode dialog
2020-06-25 17:36:39 +02:00
Bettenbuk Zoltan
b534c4f624
ui: making the security menu more compact
2020-06-25 17:36:39 +02:00
Mihai Uscat
ab1c5805f4
feat(AddPeopleDialog): Enable contact invitation based on interfaceConfig flag
2020-06-25 10:36:02 -05:00
Mihai Uscat
093254d948
fix(AddPeopleDialog): Improve contact invite form
...
- Disables the invite buttons while invites are ongoing
- Adds a keyboard shortcut (Enter) to send out invites
- Closes AddPeopleDialog upon successful invites sent
- Fixes the SecurityDialog closing when trying to set E2EE key via Enter shortcut
- Removes superfluous separator from SecurityDialog
2020-06-25 15:25:15 +02:00
Bettenbuk Zoltan
0494200383
fix: label tooltips are not visible in tile view
2020-06-25 14:05:34 +02:00
damencho
701d34248b
fix: Fixes showing cc button when jwt is not used.
...
Fixes #7093 .
2020-06-23 08:31:37 -05:00
paweldomas
811ee40d99
ref(constants): use 720 for the high quality level
...
720 is requested by default for the local video stream
and when using the quality slider the resolution would
be increased to 1080.
Note that this will limit the receive quality to 720 as well,
because both send and receive constraints are changed at
the same time when the quality slider is used.
2020-06-23 14:50:00 +02:00
Vlad Piersec
047c9b43ea
fix: welcome page logo not being displayed
2020-06-23 10:29:41 +02:00
Jaya Allamsetty
07cad2a98f
cleanup: Remove obsolete code related to SS extension
...
- Remove external install dialogs and fix related screensharing error handling.
- Remove obsolete options from config.js and from configWhitelist.js
2020-06-20 08:49:19 -04:00
Vlad Piersec
0aa54d8650
(prejoin): fix mobile
2020-06-19 16:46:43 +02:00
Bettenbuk Zoltan
74e0e10928
feat: new security icon
2020-06-19 12:25:24 +02:00
Vlad Piersec
4f169988a3
fix(prejoin): Store prejoin tracks in 'features/base/tracks'
2020-06-19 12:02:11 +02:00
Joey Marshment-Howell
ec6ed6e8ec
config: whitelist option to hide chrome extension banner
...
saghul: torture tests also need it.
2020-06-19 09:15:10 +02:00
Hristo Terezov
cab830aad1
fix(e2ee): hide if not supported.
2020-06-18 12:25:49 -05:00
Saúl Ibarra Corretgé
f230fd4d04
subject: avoid sending an extra empty subject update
...
When setSubject is called too early we store it as pensing, but thanks to the
default parameter value, if undefined is passed to the function we'll store the
empty string.
This will trigger a needless update because undefined !== ''.
2020-06-18 14:52:17 +02:00
Saúl Ibarra Corretgé
eed57e7999
subject: only try to update the subject when the rol;e changes
...
Skip processing any other participant updates.
2020-06-18 14:52:17 +02:00
Vlad Piersec
8115f86f59
fix(prejoin): Fix CSS for prejoin page according to design
2020-06-18 14:43:37 +02:00
Bettenbuk Zoltan
28e5edfb50
ref: move e2ee field into security menu
2020-06-18 09:36:24 +02:00
Saúl Ibarra Corretgé
8efd0f0829
unsafe-room: hide unsafe room label if a password or lobby are set
2020-06-17 20:35:57 +02:00
Saúl Ibarra Corretgé
a49f04f25b
config: document enableInsecureRoomNameWarning and whitelist it
2020-06-17 20:35:57 +02:00
Bettenbuk Zoltan
bcffe0bba5
fix: lobby screen broken with prejoin disabled
2020-06-17 09:01:55 -05:00
Titus-Andrei Moldovan
482ba23954
rn: adds support for mobile youtube link
2020-06-17 15:10:54 +02:00
Titus-Andrei Moldovan
e87167dd2d
rn: fixes the propagation of the paused event after the status was set to stop
2020-06-17 15:10:54 +02:00
Saúl Ibarra Corretgé
a8b8612304
rn,auth: trim the username
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/5673
2020-06-17 08:39:58 +02:00
Saúl Ibarra Corretgé
95a5b8a8c1
rn,auth: don't auto-capitalize the password field
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/5673
2020-06-17 08:39:58 +02:00
bgrozev
5867eaf560
config: remove obsolete options
2020-06-17 08:39:31 +02:00
Boris Grozev
0c09ded76b
feat: Add and whitelist the useTurnUdp config option.
2020-06-16 16:59:21 -05:00
damencho
929622b27c
fix: Fixes setting subject from url.
...
There are occasions when role to moderator can change a little bit after joining the room, and initial try to set subject will silently be ignored if not moderator.
2020-06-16 12:44:44 -05:00
damencho
430125a8bd
feat: Adds user props to analytics for iframe and external api.
2020-06-16 12:44:36 -05:00
damencho
66505666df
feat: Hide Invite more when invite button is disabled.
2020-06-16 08:41:55 -05:00
Saúl Ibarra Corretgé
e5cffc71c4
config: cleanup no longer used interface_config options
2020-06-16 14:59:04 +02:00
Adam Wan
e3d66db3d7
config: add ability to hide the "invite more" header button
2020-06-16 13:07:37 +02:00
Saúl Ibarra Corretgé
6e679f952f
redux: refactor loading of middlewares and reducers
...
Up until now we relied on implicit loading of middlewares and reducers, through
having imports in each feature's index.js.
This leads to many complex import cycles which result in (sometimes) hard to fix
bugs in addition to (often) breaking mobile because a web-only feature gets
imported on mobile too, thanks to the implicit loading.
This PR changes that to make the process explicit. Both middlewares and reducers
are imported in a single place, the app entrypoint. They have been divided into
3 categories: any, web and native, which represent each of the platforms
respectively.
Ideally no feature should have an index.js exporting actions, action types and
components, but that's a larger ordeal, so this is just the first step in
getting there. In order to both set example and avoid large cycles the app
feature has been refactored to not have an idex.js itself.
2020-06-16 11:24:15 +02:00
Saúl Ibarra Corretgé
80d7e5fb7f
redux: move PersistenceRegistry to the redux feature
2020-06-16 11:24:15 +02:00
Saúl Ibarra Corretgé
7646618e5a
rnnoise: simplify initialization
2020-06-16 10:49:33 +02:00
Emil Ivov
6aed9bc0c8
interface_config: enforce logo by default
2020-06-12 17:38:51 +02:00
Jaya Allamsetty
b7b861259b
fix(UI): add playsinline attr for video element
...
> playinline attr needs to be set to true to stop local video from playing in full screen mode in Safari on iOS.
> This applies to the local video thumbnails and the camera previews from the device selection menu and video preview button
2020-06-12 09:30:46 -04:00
tmoldovan8x8
df64dd8f18
rn: add youtube player for mobile app
2020-06-12 12:15:16 +02:00
Vlad Piersec
8758c222c6
feat(branding): Add ability to customize logo & background
2020-06-10 14:58:27 +02:00
Bettenbuk Zoltan
29dc63fbcb
ref: merge prejoin with lobby
2020-06-09 18:10:43 +02:00
Bettenbuk Zoltan
475a2ae596
feat: lobby feature
...
The lobby feature adds the possibility to lock a meeting and only allow people in after virtually knocking and going through formal approval
2020-06-09 18:10:43 +02:00
Jaya Allamsetty
d1d968997e
Disable audiosettings button on Firefox as it is not supported
2020-06-08 15:34:05 -04:00
Jaya Allamsetty
45570bc0e7
fix(device-selection): Update redux when a new speaker is selected
...
Update userSelectedAudioOutputDeviceId and userSelectedAudioOutputDeviceLabel when a new speaker is selected from the audio settings popup menu
2020-06-08 15:34:05 -04:00
Jaya Allamsetty
f4bcad02d8
fix(device-selection): Add a workaround for a chrome bug with default mic
...
Pass the real deviceId to gUM instead of 'default' for Chrome to return the correct media stream
2020-06-08 15:34:05 -04:00
Дамян Минков
e6dbe65193
Moderated rooms or subdomains ( #6959 )
...
* fix: Fixes using token with no user context.
* feat(moderated): Adds option to add moderated rooms and subdomains.
When a user joins such room or subdomain in order to be a moderator needs to provide a valid jwt token for that room.
* squash: Renames function.
* ref: Removes filtering jicofo setting owners.
This will be disabled on jicofo side and will greatly simplify logic.
Also check the checks to avoid jwt for main domain to access subdomains and the other way around.
* fix: Skips allowners logic for admins.
2020-06-05 07:57:49 -05:00
Deepak Verma
ff23f81dfe
flags: fix comment
2020-06-05 13:53:35 +02:00
Hristo Terezov
6773aed67f
feat(recording): Limit notification
2020-06-02 16:00:54 -05:00
Saúl Ibarra Corretgé
d740752522
rn,responsive-ui: refactor dimensions detection
...
Use a dimensions detecting root component. The Dimensions module does not
measure the app's view size, but the Window, which may not be the same, for
example on iOS when PiP is used.
Also refactor the aspect ratio wrap component since it can be taken directly
from the store.
Last, remove the use of DimensionsDetector on LargeVideo and TileView since they
occupy the full-screen anyway.
Fixes PiP mode on iOS.
2020-06-02 16:54:28 +02:00
Saúl Ibarra Corretgé
3a88f4939c
misc: break import cycle
2020-05-29 10:37:09 +02:00
Hristo Terezov
a2c4d17e4d
fix(record):web/mobile match disable functionality
2020-05-28 15:39:49 -05:00
Hristo Terezov
ce1de9e1e7
feat(recording): Disable buttons on active session
2020-05-28 15:39:49 -05:00
Hristo Terezov
3e7abf3da0
feat(subtitles): Disable for guests.
2020-05-28 13:43:18 -05:00
Gabriel Imre
444e2b90df
callstats: add siteID passing; sanitize confID path
2020-05-28 10:00:45 -05:00
Saúl Ibarra Corretgé
7de88995a5
labels: don't disable all labels when VIDEO_QUALITY_LABEL_DISABLED is set
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/6880
2020-05-28 10:15:52 +02:00
Hristo Terezov
f0c6e934ce
feat(config):InsecureRoomNameWarning config option
2020-05-27 18:03:15 -05:00
Saúl Ibarra Corretgé
bf60be1654
style: fixup needlessly wrapped line
2020-05-27 16:45:11 +02:00
Saúl Ibarra Corretgé
5202a7e5b8
room-lock: use the proper text for the room lock prompt
2020-05-27 16:45:11 +02:00
marius-bardan
21fe3c87a6
lang: enable support for romanian lang ( #6869 )
...
Co-authored-by: Marius Bardan <marius.bardan@8x8.com>
2020-05-26 15:05:41 +02:00
Mihai Uscat
663a65ad81
fix(SecurityDialog): fix button overflow
2020-05-26 10:22:22 +02:00
Suguru Hirahara
0ea7a31b08
lang: add Arabic translation
2020-05-25 14:05:46 +02:00
nordlolek
4e0d6e56bc
rn,lang: bundle Slovenian translations
2020-05-25 13:46:37 +02:00
Michael Telatynski
79f4531bd2
lang: allow translation of accessibility label string "Edit your profile"
2020-05-25 11:26:25 +02:00
Jaya Allamsetty
5348fa19c8
feat: show option to join via browser on supported mobile browsers
...
Currently Chromium based browsers and Firefox are supported on Android
Only Safari is supported on iOS
2020-05-22 10:52:59 -04:00
Felix C. Stegerman
63ca419e76
improve "open in app" page
2020-05-21 08:39:17 -04:00
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
2020-05-20 17:14:29 +02:00
Suguru Hirahara
8c30e43b5f
Retry "external_api: fixed using deeplinks"
...
Set target='_top' inside anchor.
Courtesy of #6700
Follow-up to: #6784
2020-05-20 10:18:29 -04:00
Mihai Uscat
75c836c70c
feat(AddPeopleDialog): Update design; feat(SecurityDialog): Implement
2020-05-20 16:14:47 +02:00
Saúl Ibarra Corretgé
70d8fe91c3
deps: replace jsrsasign
...
We were only using a couple of utility functionss to parse tokens, not to
validate them in any way.
2020-05-20 15:06:19 +02:00
Jaya Allamsetty
5591144693
Revert "external_api: fixed using deeplinks"
...
This breaks the mobile deeplinking page
This reverts commit 532dadb245
.
2020-05-19 16:43:10 -04:00
msalmasi
532dadb245
external_api: fixed using deeplinks
...
This update opens links in the full body of the window so deeplinks will work on iOS Safari when using the external API in an iFrame.
2020-05-19 14:09:42 +02:00
Vlad Piersec
4975f15345
fix(prejoin_page): Always show 'join without audio' & add disabled button.
...
* The prejoin page always displays the 'join without audio' option.
* The join button will be disabled if there is no input.
* Fix some CSS for the case when the user is not anonymous.
2020-05-19 11:47:55 +02:00
Bettenbuk Zoltan
c08638da51
feat: insecure room name warning
2020-05-18 17:59:07 +02:00
Bettenbuk Zoltan
9525cab60f
feat: icon type circular label
2020-05-18 17:59:07 +02:00
Saúl Ibarra Corretgé
305a63e8f9
deep-linking: fix generating links for external API
...
The ocnfig is not overridden early enough.
Fixes: https://github.com/jitsi/jitsi-meet/issues/6489
2020-05-18 16:06:13 +02:00
Vlad Piersec
b2895b7095
feat(prejoin_page): Add ability for guest to join audio by phone
2020-05-18 14:47:44 +02:00
Hristo Terezov
262e855260
fix: recommended browser page link.
2020-05-15 15:06:41 -05:00
Jaya Allamsetty
3f679407a9
fix(video-quality): Get rid of the video qaulity warning for p2p
...
It is now possible to change the sender video quality for p2p calls as well
2020-05-15 09:49:55 -04:00
NicolasD
3043f50ce3
rn,flags: add "toolbox.alwaysVisible" flag
2020-05-13 16:25:06 +02:00
Edgard Messias
24052e9f9a
fix: Fixed browser language detect ( close #5987 )
2020-05-12 09:26:53 -05:00
Mihai Uscat
5fdb7c176c
feat(MobileDeepLinking): Enable custom deeplinking domain
2020-05-11 15:33:10 +02:00
Saúl Ibarra Corretgé
01fc098d4b
prejoin: fixup mobile
...
Avoid importing components, which are not yet implemented on mobile.
2020-05-11 14:15:55 +02:00
Vlad Piersec
908712b96f
feat(prejoin_page): Rework prejoin page
...
* Add a checkbox for skipping the prejoin page on next use. (This is hidden for
now, until we also have a settings entry for it).
* Rework 'Join by Phone' buttons and add new overlay.
* Update the device status accordingly if there were errors while adding
devices.
* The input is filled with the display name if there was one previously used.
* Join the meeting on 'Enter' press.
2020-05-11 10:59:52 +02:00
Hristo Terezov
d388a7bd3c
feat(reload): Preserve local track mute state.
2020-05-07 18:18:21 -05:00
Jaya Allamsetty
a48aa2b999
feat(external_api): Add command for setting send/recv video quality
2020-05-07 18:10:41 -04:00
tmoldovan8x8
b3f16926d4
rn: add ability to disable crash reporting
2020-05-07 23:05:48 +02:00
Paweł Domas
f646bc7a7a
ref: disable ICE restart by default ( #6594 )
...
* ref: disable ICE restart by default
The reason for that it's currently causing issues with signaling when
Octo is enabled. Also when we do an "ICE restart"(which is not a real
ICE restart), the client maintains the TCC sequence number counter, but
the bridge resets it. The bridge sends media packets with TCC sequence
numbers starting from 0.
The 'enableIceRestart' config option can be used to force it, but it's
not recommended.
2020-05-07 06:59:37 -05:00
ludovicm67
bdd129b9a2
feat(analytics): include MatomoHandler by default
2020-05-06 15:32:49 +02:00
ludovicm67
4c635a2a63
feat(analytics): add Matomo support
2020-05-06 15:32:49 +02:00
Saúl Ibarra Corretgé
2b526557e4
participants: fix accessing the local participant ID
...
getLocalParticipant returns a participant object stored in Redux, not a
JitsiParticipant object.
2020-05-06 15:27:08 +02:00
patidars
8accd9e433
rn,flags: feature flag to show/hide 'Tile View' button
2020-05-06 14:22:59 +02:00
Saúl Ibarra Corretgé
caabdadf19
rn,polyfills: refactor all mobile polyfills
...
Move all polyfills to a standalone feature, which gets imported before anything
else in the mobile entrypoint. This guarantees that any further import sees the
polyfilled environment.
2020-05-06 12:35:12 +02:00
Saúl Ibarra Corretgé
062bc13d4f
rn,storage: fix not using a persistent localStorage
...
In
1ffd75c0a6
we switched to using the localStorage wrapper provided by js-utils, which
checks for window.localStorage's availability very early. Our polyfill must be
applied earlier that any such import.
Here we are importing it in the entrypoint, which means no code ran before this,
literally.
2020-05-06 12:35:12 +02:00
Jim Bullington
acbf641fb4
Add participantRoleChanged event to external API ( #6573 )
...
* Add participantRoleChanged event to external API
* Update API documentation
* Remove unneeded whitespace
* Remove more unneeded whitespace
* Fix jsdoc formatting
* Fix jsdoc formatting
2020-05-05 09:03:54 -05:00
patidars
a18fd1cdb3
rn,flags: add feature flag to show/hide the 'Raise Hand' button
2020-05-04 18:22:45 +02:00
Saúl Ibarra Corretgé
9be78c60eb
rn,lang: fix language detection to take region into account
...
If we have a regional variant, prefer that.
2020-05-04 16:59:37 +02:00
Vlad Piersec
a45cbf41ef
feat(prejoin_page): Add prejoin page
2020-05-04 12:49:35 +02:00
Hristo Terezov
1ffd75c0a6
fix(localStorage): exception when disabled.
2020-05-01 14:48:08 -05:00
Hristo Terezov
13f76c2cce
fix(follow-me): disable the auto pin on SS
2020-04-30 16:58:22 -05:00
Jaya Allamsetty
9ad87f3706
fix: Add safari to optimal browser lists
2020-04-30 17:39:07 -04:00
Ferdi Bayrak
47bc6f0470
Added Turkish language on BuiltinLanguages.native.js ( #5965 )
...
* Added Turkish lang
Added Turkish lang
* Update BuiltinLanguages.native.js
* Update BuiltinLanguages.native.js
2020-04-29 16:27:37 -05:00
adrmzz
e1cededb76
Adding Sardinian ( #5984 )
...
* Create main-sc.json
* Create languages-sc.json
* Update languages.json
* Update main-sc.json
(just a couple of minor edits to the translation)
* Update BuiltinLanguages.native.js
adding Sardinian
* trailing spaces corrected
* Update BuiltinLanguages.native.js
* Update BuiltinLanguages.native.js
fixed spaces
* Update main-sc.json
2020-04-29 14:07:51 -05:00
James Baird
a8252103ea
Fix grammar on unsupported browser message
...
It should read "Chrome or Firefox" not "Chrome and Firefox", as you only need to use a single browser, not both.
2020-04-29 10:30:06 -05:00
Joan Montané
62d3d1f294
Update BuiltinLanguages.native.js
2020-04-29 10:22:59 -05:00
Joan Montané
dbfed573ac
Add Catalan entry on BuiltinLanguages.native.js
2020-04-29 10:22:59 -05:00
Milan Kral
f53251f104
Enable Slovak translation.
...
Add Slovak translation to BuiltinLanguages
Follow up to #5523
2020-04-29 10:19:40 -05:00
Saúl Ibarra Corretgé
e5b563ba46
rn,flags: add more feature flags to toggle specific behavior
...
- Invite funcionality (altogether)
- Recording
- Live streaming
- Meeting name
- Meeting password
2020-04-29 10:19:17 +02:00
Jaya Allamsetty
b5676c3729
feat(video-quality):control sender resolution based on user pref
2020-04-28 10:17:06 -04:00
Saúl Ibarra Corretgé
5ea8e198c7
e2ee: add label if all participants have E2EE enabled
2020-04-28 16:11:39 +02:00
Saúl Ibarra Corretgé
2ad6bfbc20
e2ee: broadcast e2ee enabled status using presnce
2020-04-28 16:11:39 +02:00
Saúl Ibarra Corretgé
6ce27ef10d
misc: set worker names
2020-04-28 12:02:58 +02:00
Ricardo Santana
93ef8495ca
fix locale detect error on mobile apps ( #5956 )
2020-04-27 17:38:57 +02:00
Hristo Terezov
94a15914d0
fix(document.title): use URL decoded room name.
2020-04-25 10:27:47 -05:00
Bettenbuk Zoltan
cd1862a2d3
fix: private message open
2020-04-22 12:09:07 +02:00
Hristo Terezov
9bdaea4069
fix(avatar): use text instead of foreign object.
...
Reason: On Safari the foreign object is not scaled correctly.
2020-04-21 10:12:51 -05:00
Jonathan Scholz
547d1547bb
fix(dialog): use height behavior in KeyboardAvoidingView
2020-04-21 15:13:08 +02:00
Jonathan Scholz
39853e048b
fix(dialog): fix on-screen keyboard overlapping dialog boxes
2020-04-21 15:13:08 +02:00
Saúl Ibarra Corretgé
e2788e0fb2
e2ee: show warning if not all participants support E2EE
...
Refs: https://github.com/jitsi/lib-jitsi-meet/pull/1108
2020-04-21 13:41:05 +02:00
Hristo Terezov
4fda428be1
fix(largeVideo): update don't depend on thumbnails
2020-04-17 15:33:13 -05:00
Saúl Ibarra Corretgé
cb6fbb0f03
e2ee: add UI elements
...
* Add dialog to set the E2EE key
* Use the Redux action / middleware to update the key even when set through the
hash parameter
* Cleanup URL after processing the key so it's not recorded in browser history
2020-04-16 20:25:56 +02:00
Bettenbuk Zoltan
551db30cc7
fix: modal keyboard avoiding view fix
2020-04-16 15:30:01 +02:00
Jaya Allamsetty
e0563a743f
Revert "feat(browser-support): Add safari to list of optimal browsers"
...
This reverts commit 4824c8714a
.
2020-04-15 11:24:04 -05:00
Vlad Piersec
b50d6e43d0
fix(settings_buttons): Persist audio/video settings across sessions.
2020-04-15 08:33:19 -05:00
Saúl Ibarra Corretgé
f9fcb46036
pip: disable PiP on Android < 26
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/6008
2020-04-15 12:12:58 +02:00
Jaya Allamsetty
4824c8714a
feat(browser-support): Add safari to list of optimal browsers
2020-04-14 13:42:27 -04:00
Jaya Allamsetty
b7eda8df7a
fix(safari): set playsInline attribute to true on the video element
...
The playsInline attribute needs to be set to true for video to be rendered on Safari on iOS
2020-04-14 12:28:09 -04:00
Saúl Ibarra Corretgé
9962a2ea61
config: whitelist disableSimulcast
2020-04-11 11:37:02 +02:00
yanas
638fdf0370
Revert "Improve accessibility of Buttons in Webapp ( #5432 )"
...
This reverts commit 953f838a2a
.
2020-04-10 16:12:21 -05:00
Hristo Terezov
6ce1eaba24
feat(old-electron-app-notification): Implement
...
Detects if Jitsi Meet is running in old jitsi-meet-electron app and
warns the user for scurity issues.
2020-04-10 14:39:31 -05:00
Hanno Böck
ac117cd50d
Update browser links to HTTPS ( #5788 )
...
* Update recommended browser links to https
* Update browser URLs to https
2020-04-10 12:17:10 -05:00
Khatanbaatar
e79633b0ca
translated Mongolian language ( #5646 )
...
* translated Mongolia language
* app translated Mongolian language
* sorry, lint not checked
* lint checked
2020-04-10 12:04:48 -05:00
Marco Zehe
e32f367b0c
React Native accessibility fixes ( #5825 )
...
* Accessibility: Make the native toolbox item communicate that it is a button.
* Accessibility: If an item is toggled, mark it as selected for accessibility
* Accessibility: Make the toolbox a toolbar for accessibility
* Accessibility: Mark the bottom sheet as a menu for accessibility
* Fix typo, AccessibilityRole, not AccessibleRole
* Statement fix
* Appease the linter
* Fix linting errors for real this time
2020-04-10 08:07:48 -05:00
Bettenbuk Zoltan
39d789a088
feat: add url params: config.disableInviteFunctions, config.doNotStoreRoom and userInfo.displayName
2020-04-09 17:14:16 +02:00
Bettenbuk Zoltan
b706972acb
fix: re-add android only chat input padding
2020-04-07 11:18:50 +02:00
Bettenbuk Zoltan
5574221044
ref: SharedDocument to JitsiModal
2020-04-07 11:18:50 +02:00
Bettenbuk Zoltan
0f4369a9a9
ref: AddPeopleDialog to JitsiModal
2020-04-07 11:18:50 +02:00
Bettenbuk Zoltan
0c2e13a453
ref: DialInSummary to JitsiModal
2020-04-07 11:18:50 +02:00
Bettenbuk Zoltan
2f817b6633
ref: Settings to JitsiModal
2020-04-07 11:18:50 +02:00
Bettenbuk Zoltan
678ed605d7
ref: change JitsiModal to better fit to needs
2020-04-07 11:18:50 +02:00
vp8x8
84714ba3bd
settings: enable settings buttons on permission grant
...
Some CSS fixes are also included.
2020-04-07 09:14:23 +02:00
Tim Ruffing
b8963629bf
Pass upper case country codes to i18n-iso-countries
...
Related to #5697 .
2020-04-06 22:17:27 -05:00
Paul Mestrum
b70633ef24
tile-view: fix number of columns calculation
2020-04-06 19:42:53 +02:00
Hristo Terezov
145596ac6a
fix(tile-view): hidden thumbnails on scroll
2020-04-06 12:22:43 -05:00
Hristo Terezov
9b5f135dae
fix(livestreaming): window.open params
...
The target parameter from window.open was missing which was causing
reload in electron.
2020-04-03 16:55:05 -05:00
Hristo Terezov
dbbdcb0b00
feat(live-streaming): Add T&C.
2020-04-03 16:54:50 -05:00
Michael Telatynski
953f838a2a
Improve accessibility of Buttons in Webapp ( #5432 )
...
* Expose toggle buttons better via ARIA
* Wire up the divs/li as role=button as per ARIA patterns
* Add flow annotations to appease the linter
* For role=button use aria-pressed not aria-checked
2020-04-03 08:19:32 -05:00
Saúl Ibarra Corretgé
bb2b1b58ec
conference: add room name to browser title
...
Re-do of
86ebfe8dad
2020-04-02 16:33:39 +02:00
Andrei Gavrilescu
9d6a93119b
feat(screenSharing): Add support for audio screen sharing on electron
2020-04-02 16:18:10 +03:00
Bettenbuk Zoltan
3a2081ffed
ref: change Chat to JitsiModal
2020-04-02 12:40:12 +02:00
Bettenbuk Zoltan
57d14d9517
feat: help centre
2020-04-02 12:40:12 +02:00
Saúl Ibarra Corretgé
c5e693f14a
rn,invite: use custom clear button also on iOS
...
Otherwise it won't be visible if Dark Mode is enabled.
2020-04-02 11:46:29 +02:00
Saúl Ibarra Corretgé
a9da047d3a
rn,invite: fix bottom padding on AddPeopleDialog on Android
2020-04-02 11:46:29 +02:00
bgrozev
171b065db1
Revert "Add room name to browser tab title" ( #5560 )
...
Because it displays "undefined" in the title.
This reverts commit 86ebfe8dad
.
2020-04-01 22:03:14 -05:00
Horatiu Muresan
7f1eb83dbd
feat(notifications): Manage audio notifications
2020-04-01 22:40:07 +02:00
Saúl Ibarra Corretgé
9cc05ef838
config: remove unneeded option
2020-04-01 20:40:18 +02:00
Saúl Ibarra Corretgé
a21e3a1946
Merge pull request #5510 from rubenk/add-roomname-to-title
...
Add room name to browser tab title
2020-04-01 20:08:05 +02:00
Vlad Piersec
c05ca1d9fc
fix(prejoin_page) Add labels for video & more UI fixes
2020-04-01 19:57:04 +02:00
Vlad Piersec
1b05d7269c
feat(prejoin_page) Add settings buttons
...
This reverts commit faf24ca7ec
.
2020-04-01 19:57:04 +02:00
paweldomas
c170970992
feat(Filmstrip): accessibility label for toggle filmstrip button
2020-04-01 08:49:12 -05:00
Saúl Ibarra Corretgé
955b24be9d
rn,cc: add feature-flag to disable close captions
2020-04-01 15:29:21 +02:00
Saúl Ibarra Corretgé
de6c7e0117
rn,invite: add share button to add people dialog
2020-04-01 15:26:29 +02:00
Bettenbuk Zoltan
feb8fe9e34
api: add private message flag to outgoingMessage
2020-04-01 11:58:48 +02:00
Hristo Terezov
3a871cbed8
feat(remote-menu):option for disable mute and kick
2020-03-31 10:06:30 -05:00
Bettenbuk Zoltan
a46fd60788
fix: accented room name display
2020-03-31 14:16:21 +02:00
Ruben Kerkhof
86ebfe8dad
Add room name to browser tab title
...
Fixes #5480
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
2020-03-31 13:58:12 +02:00
James Baird
9fdc18d1ec
welcome: hide tabs if nothing to show
2020-03-31 13:06:04 +02:00
Saúl Ibarra Corretgé
d3a26f9b4e
rn,welcome-page: use random room name generator
2020-03-30 14:40:29 +02:00
Saúl Ibarra Corretgé
ed8009883b
avatars: ensure no remote avatar is loaded when disableThirdPartyRequests is set
2020-03-29 08:42:25 +02:00
Saúl Ibarra Corretgé
1bbb937d9d
analytics: fix enabling analytics when disableThirdPartyRequests is set
2020-03-29 08:42:25 +02:00
Saúl Ibarra Corretgé
c1fb276937
config: whitelist disableThirdPartyRequests
2020-03-29 08:42:25 +02:00
Juri
92e81c3dbf
lang: added estonian translation
2020-03-27 22:19:42 +01:00
Saúl Ibarra Corretgé
faf24ca7ec
Revert "feat(prejoin_page) Add settings buttons" ( #5424 )
...
This reverts commit 08f55ccb94
.
2020-03-27 12:17:27 -05:00
Jaya Allamsetty
6fc7456196
fix(blur): Decrease the blur amount and improve the accuracy
2020-03-26 16:49:51 -04:00
Andrei Gavrilescu
f502e13edc
feat(screenSharing): Add system audio screen sharing
2020-03-26 14:17:44 +02:00
Vlad Piersec
08f55ccb94
feat(prejoin_page) Add settings buttons
2020-03-25 10:50:47 -05:00
Bettenbuk Zoltan
8cc9b78e21
feat: add column layout to settings fields
2020-03-25 11:59:48 +01:00
Bettenbuk Zoltan
25b4843327
fix: irregular cursor movement in settings
2020-03-25 11:48:06 +01:00
Saúl Ibarra Corretgé
cdc14586de
invite: remove duplicated code
...
Add ability to invite users which will use the share sheet or dialog
dynamically.
2020-03-24 14:28:26 +01:00
Saúl Ibarra Corretgé
a7f8bf2d8f
rn,overflowmenu: reorder
2020-03-24 14:28:26 +01:00
Saúl Ibarra Corretgé
8cd881945a
invite: merge InviteButton and InfoDialogButton on mobile
2020-03-24 14:28:26 +01:00
Saúl Ibarra Corretgé
579d08e27e
bottom-sheet: tweak UI
...
- re-add thepand icon, shaped like a pill
- round top corners
2020-03-24 14:28:26 +01:00
Saúl Ibarra Corretgé
c990a64ba9
blur: don't persist settings
2020-03-24 11:56:01 +01:00
Zoltan Bettenbuk
8d3b59a0d0
rn: lonely meeting experience
2020-03-20 18:30:46 +01:00
paweldomas
14855f3255
fix(features/notifications): crash on undefined participant
2020-03-20 05:43:44 -05:00
Horatiu Muresan
d0bc3da0f5
Disable kick participant button for guests
2020-03-18 15:26:11 +01:00
Jaya Allamsetty
e90cc0a615
fix(Amplitude): Blacklist 'peer.conn.status.duration' stats
2020-03-16 15:55:11 -04:00
Mihai Uscat
b9cc6b6f96
fix(mute): Replace icon
2020-03-13 14:55:29 +01:00
Tudor-Ovidiu Avram
0289a93e5a
feat(close) Add promotional close page
2020-03-12 20:07:23 +01:00
Saúl Ibarra Corretgé
b13200ac92
video-layout: fix calculating tile size for recorder
...
When the reccorder joins, they have a local participant, which is not rendered,
so don't count it towards the partcipant count used for computing the tile
sizes.
2020-03-10 21:04:01 +01:00
paweldomas
b9addaed71
ref(log): logs device list and selected devices
...
Logs the device list when is updated in the reducer and removes
"button enabled" logging which used to dump the device list, but
in a useless way(Object[Object]).
Makes an attempt to log currently selected device, but because of
multiple possible paths it's impossible to find one reliable spot to log
selected device. One has to rely on device list and the GUM call logged
to figure things out.
2020-03-06 16:19:20 +01:00
Gabriel Imre
f06fe69167
fix(mute): remove interface config bypass for mute-everyone button
2020-03-05 13:54:58 +01:00
bgrozev
16c09c9645
Upadte ljm (configurable pc stats interval), whitelist config options. ( #5106 )
2020-03-04 15:11:27 -06:00
Gabriel Imre
24a1a60f04
feat(mute): mute everyone / everyone else
2020-03-04 17:07:12 +01:00
Saúl Ibarra Corretgé
d7ece58c6f
fix(optimise): cope with URL interface config overrides
...
Regresssion from bd8a7edbd2
.
When the toolbar buttons are overridden with URL parameters, our computed set of
buttons will be wrong. Thus, compute it every time and check for the
differences.
2020-03-04 07:43:52 -06:00
Hristo Terezov
eea87be801
fix(electron7):memory leak when the page is hidden
...
It happens when you are drawing into hidden canvas.
2020-03-03 09:28:23 +00:00
Hristo Terezov
809ac42e4c
fix(largeVideo-bg):render canvas only when visible
2020-03-03 09:28:23 +00:00
Hristo Terezov
cf27ad0dde
fix(stream-presenter-effect): Prevent memory leak.
...
On electron 7 drawing on hidden canvas will trigger a memory leak.
Not appending the canvas for the DOM seems to solve the problem.
2020-03-03 09:28:23 +00:00
Mihai Uscat
2064fc8937
fix(screenshot-capture): Prevent effect initialization on each toggle
2020-03-02 10:24:02 -05:00
Jaya Allamsetty
da68b9882d
fix(screenshot-capture): Do not switch streams at the conference level.
...
This effect doesn't modify the media stream, so its safe to start/stop effect and not apply it on the JitsiLocalTrack. This way we can make sure that this effect is not switched out when presenter effect is applied.
2020-02-25 10:51:44 -05:00
Hristo Terezov
bd8a7edbd2
fix(optimise): mapStateToProps for some components ( #5085 )
2020-02-25 15:09:52 +00:00
Saúl Ibarra Corretgé
bde2343951
filmstrip: don't display toolbar for SIP gateways
...
Note that in the usual (vertical) setup, the "toolbar" is just the hide button.
2020-02-25 15:45:41 +01:00
Saúl Ibarra Corretgé
9b141816d6
filmstrip: hide scrollbar on SIP gateways
2020-02-25 15:45:41 +01:00
Saúl Ibarra Corretgé
6a7594cd9c
toolbox: always hide for SIP gateways
2020-02-25 15:45:41 +01:00
Saúl Ibarra Corretgé
cdbc5976a0
notifications: hdie all (visual) notifications for SIP gateways
2020-02-25 15:45:41 +01:00
Saúl Ibarra Corretgé
8fd0f56be7
info-dialog: don't show when a SIP gateway joins alone
2020-02-25 15:45:41 +01:00
horymury
202abf2a9a
chrome-banner: add analytics
2020-02-25 13:41:13 +01:00
Saúl Ibarra Corretgé
a4333d3a80
rn,overflow-menu: add a "more options" button
2020-02-20 17:23:13 +01:00
Saúl Ibarra Corretgé
02131f3346
full-screen: fix not re-entering full-screen after dialog is shown
...
This has the side effect of showing the bottom navbar when the toolbox is open,
which is a nice thing since back is accessible.
2020-02-20 16:49:20 +01:00
Jaya Allamsetty
8dbd1ba1b7
fix(presenter): go back to using standard resolutions for presenter
2020-02-19 16:02:42 -05:00
Hristo Terezov
bbf1927c70
fix(thumbnail): Optimize status bar moderator icon ( #5076 )
...
* fix(thumbnail): Optimize status bar moderator icon
Moved all moderator functionality to react to optimize the number of
status bar updates.
* fix(RemoteVideoMenuTriggerButton): Use nullish coalescing
Co-Authored-By: Saúl Ibarra Corretgé <saghul@jitsi.org>
* ref(StatusBar): rename to StatusIndicators
* fix(RemoteVideoMenu): isModerator value.
* fix(notification): mobile.
Co-authored-by: Saúl Ibarra Corretgé <s@saghul.net>
2020-02-18 16:31:04 +00:00
horymury
86130c1478
chrome-banner: log success of retrieving configs
2020-02-18 10:56:09 +01:00
Vincent Hou
3e40bb19cd
fixed the encoded tiltle issue in chinese
...
Checked the code of react.native part, there's no issue by using safeDecodeURIComponent.
So fixed it in same way.
2020-02-12 15:50:55 +01:00
Bettenbuk Zoltan
bbca0fc357
allow setting the feedback percentage
2020-02-12 10:59:54 +01:00
Дамян Минков
9bb789472e
Uses correct scopes for google API based on config.js values. ( #5066 )
...
* Uses correct scopes for google API based on config.js values.
* Lower the number of parameters that we pass around.
* Fixes googleAPIState state checking.
2020-02-11 15:14:01 +00:00
Hristo Terezov
06fa175a6c
fix(large-video): Resize calculations.
...
Since the verical filmstrip doesn't set its width explicitly anymore,
calculating the available area for the large video based on the
filmstrip width retrieved from the HTML element was wrong
in the cases when the rendering and cleanup of the filmstrip hasn't
finish yet. For example when switching from tile view to stage view.
2020-02-10 20:23:37 +02:00
Hristo Terezov
5940f2890a
fix(remote-control): mouse events
2020-02-07 18:57:59 +02:00
Jaya Allamsetty
7b25b847ba
fix(presenter): resize desktop track to 720p when presenter starts
2020-02-06 13:44:40 -05:00
paweldomas
01e36e1c56
ref: remove connectivity issues indication for remote participants
...
It's been considered too disruptive and will often misfire especially
if there are issues with the data channels.
2020-02-06 07:54:09 -06:00
Horatiu Muresan
5d96a226ed
Prevent chrome extension banner from spanning the console when disabled
2020-02-06 12:59:36 +00:00
Jaya Allamsetty
9855fac805
fix(screenshot-capture): Move the flag for enabling/disabling the feature to config.js
...
This will let us enable/disable the feature based on environment/deployment
2020-02-05 16:47:21 -05:00
Andrei Gavrilescu
ed5351d250
Add dial-in link to no audio notification ( #5026 )
...
* Add dial-in link to no audio notification
* refactor react link component
* fix tests
2020-02-05 18:10:57 +00:00
Hristo Terezov
b64260e554
ref(Amplitude): device id syncing
2020-02-05 18:10:38 +00:00
Saúl Ibarra Corretgé
7d67cb583e
rn,connection: fix autogenerated BOSH address
...
When the location URL contains a nonstandard port, it won't be included in
URL.hostname, but it will in URL.host.
2020-02-05 16:05:11 +01:00
Saúl Ibarra Corretgé
8e3c301d03
misc: use longer lines
2020-02-05 15:04:23 +01:00
Saúl Ibarra Corretgé
f9071b8b6b
rn,recording: fix not displaying Dropbox storage text
2020-02-05 15:04:23 +01:00
Saúl Ibarra Corretgé
01abc4e8a8
lint: fix warning
2020-02-05 15:04:23 +01:00
Jaya Allamsetty
c5bddda781
fix(blur): Increase the background blur value
2020-02-04 14:07:17 -05:00
Saúl Ibarra Corretgé
3bfa4744c8
rn,tracks: fix loadEffects
...
The resolved promise is expected to return an array.
2020-02-04 18:06:11 +01:00
Saúl Ibarra Corretgé
bd5901d59c
notifications,presence-status: check if interfaceConfig is declared
...
Protectt ourselves against interfaceConfig being undeclared. typeof
interfaceConfig will return "undefined", but that's different than having some
window.interfaceConfig = undefined, even though the valus is the same. The
former will give a ReferenceError.
2020-02-04 15:51:59 +01:00
Paweł Domas
97e8a6c3f3
Remove UI for local connectivity issues ( #5016 )
...
* ref(web): removes video blur when ICE is disconnected.
Removes the blur effect from the large video and stops showing
the network connectivity issues message when ICE disconnects.
The feature has been considered too disruptive and there's a plan to
have it replaced with a more subtle indication.
* remove RECONNECTING key from main.json
2020-02-04 08:25:13 +01:00
Vlad Piersec
ab5627212d
Add ability to invite contact by phone number
2020-01-30 13:34:06 +00:00
horymury
a9767eda72
Fix chrome extension banner ( #5011 )
...
* Fix chrome extension banner
* Address reviews
2020-01-29 12:30:17 +00:00
Saúl Ibarra Corretgé
c05b4a43e8
rn,tracks: do not load stream effects on mobile
2020-01-28 16:21:11 +01:00
Saúl Ibarra Corretgé
385669cbb8
misc: use default values for parameters
2020-01-28 16:21:11 +01:00
Leonard Kim
5cfae2c419
fix(config): make SHOW_CHROME_EXTENSION_BANNER overridable
2020-01-27 21:26:38 -08:00
damencho
775c531fe7
Enables all recording/livestreaming notifications in sip gw mode.
2020-01-27 16:20:32 +00:00
paweldomas
470c115e7c
feat(analytics): add 'websocket' property
2020-01-24 15:21:10 -06:00
paweldomas
b25db3ce2e
feat(config.js): add 'websocket' config option
...
Config.js will allow to specify both BOSH and Websocket URLs. In such
case the web app will prefer Websocket over BOSH. The reason is that it
appears to be more stable and a bit fast on web, while on mobile
websocket is dropped fast(killed by the OS) on network changes.
2020-01-24 15:21:10 -06:00
Hristo Terezov
31d9fb12c8
ref(Filmstrip): Optimize resizes. ( #4992 )
...
* ref(Filmstrip): Optimize resizes.
* fix(thumbnails): resize.
* fix(thumbnails): Issue with height 0, width 0.
* doc(Filmstrip): Improve JSDoc.
2020-01-24 16:28:47 +00:00
Saúl Ibarra Corretgé
ca9ca04d0f
rn,tracks: fix accessing value on undefined object
2020-01-24 16:26:32 +01:00
Saúl Ibarra Corretgé
5a027f1585
rn,media: avoid creating presenter tracks
...
When ensureTrack is set to true a track will be created with the given media
type. 'presenter' is not supported on RN.
2020-01-24 16:14:29 +01:00
Hristo Terezov
1cde7e63c7
feat(Amplitude): Set device id from cookie. ( #4997 )
2020-01-23 18:36:31 +00:00
Saúl Ibarra Corretgé
a53d284bbe
lint: fix eslint warning
2020-01-23 15:48:57 +01:00
Andrei Gavrilescu
ee525ae569
Whitelist audio detection related configs
2020-01-23 15:15:55 +01:00
horymury
63a411168e
Add `Install chrome extension` banner ( #4996 )
2020-01-23 09:32:52 +00:00
Vlad Piersec
ad68a87dba
Add config options for presence & join/leave message visibility
2020-01-22 11:08:31 +01:00
Jaya Allamsetty
ac0f3979b0
Remove isEdge check from the client
2020-01-21 11:55:52 -05:00
Andrei Gavrilescu
d2c2919aef
feat: display noise detection notification ( #4952 )
...
* feat: display noise detection notification
* address code review p1
* Address code review p2
* bump lib-jitsi-meet version
2020-01-20 18:00:12 +00:00
Mihai Uscat
a18ed3a779
feat(ScreenshotCaptureEffect) Implement.
2020-01-20 10:02:19 -05:00
theunafraid
c2cf09a2ca
Add conference timer ( #4958 )
2020-01-13 17:12:25 +00:00
Saúl Ibarra Corretgé
fddaf7c8a8
android: handle ConnectionService failures more resiliently
...
Fallback to the non-ConnectionService case for any error. Also, handle errors
when registering the phone account; Pixel C devices throw UnsupportedException.
2020-01-08 16:50:39 +00:00
paweldomas
6c3968a434
ref: remove features/base/conference -> /app cycle
...
Move call to reloadNow() on CONNECTION_FAILED to
the ./features/app/middleware to avoid importing higher order feature
from the lower level one.
2020-01-07 17:44:39 +00:00
paweldomas
e8e70d9d27
ref(base/connection/actions.native): JitsiConnection.connect returns void
...
Do not return anything from JitsiConnection.connect, because it's not
a promise and returns void. Doing so is confusing to the reader.
2020-01-07 17:44:22 +00:00
Jaya Allamsetty
dd99268461
fix(blur): update to bodyPix 2.0
2019-12-19 09:18:39 -05:00
Hristo Terezov
1333fd1975
fix(thumbnails): es6 support & cleanup.
2019-12-16 16:51:59 +00:00
Bettenbuk Zoltan
9b60537e0f
feat: add swipe handler to entire bottom sheet
2019-12-12 17:15:11 +01:00
Leonard Kim
68cad276bd
fix(lock): ensure lock prompt is closed on password submit
...
This addresses a bug, in which submitting a password
through the iframe api no longer closes RoomLockPrompt,
by explicitly closing prompts for a lock or password.
2019-12-09 08:44:18 -08:00
Bettenbuk Zoltan
e683d70a18
Add support for avatar status badge (presence)
2019-12-09 11:58:23 +01:00
Andrei Gavrilescu
851b1a76a9
Address code review
2019-12-06 11:37:08 +00:00
Andrei Gavrilescu
4890390ea2
fix action uid name / remove imports
2019-12-06 11:37:08 +00:00
Andrei Gavrilescu
7828bf8d46
setNoSrcDataNotificationUid
2019-12-06 11:37:08 +00:00
Andrei Gavrilescu
191da551e3
refactor / address code review
2019-12-06 11:37:08 +00:00
Andrei Gavrilescu
55f35933e8
address code review
2019-12-06 11:37:08 +00:00
Andrei Gavrilescu
b125bff7c7
refactor / enable VAD talk while muted
2019-12-06 11:37:08 +00:00
Andrei Gavrilescu
c1d261445e
Initial commit
2019-12-06 11:37:08 +00:00
Andrei Gavrilescu
c494d6c48b
feat: show no audio signal notification
2019-12-06 11:37:08 +00:00
Saúl Ibarra Corretgé
4134d47f6e
recording: remove beta label from LiveStreamButton
2019-12-05 16:23:27 +01:00
Jaya Allamsetty
0b25e62c5c
fix: Reuse the existing JitsiLocalTrack on presenter unmute
2019-12-05 09:25:34 -05:00
Saúl Ibarra Corretgé
36455c24c8
auth: fix rendering error and progress messages
...
Also removed some no longer used styles.
2019-12-03 14:33:26 +01:00
Saúl Ibarra Corretgé
a622a4c713
android: handle ConnectionService failures more resiliently
...
Some Samsung devices will fail to fully engage ConnectionService if no SIM card
was ever installed on the device. We could check for it, but it would require
the CALL_PHONE permission, which is not something we want to do, so fallback to
not using ConnectionService.
2019-12-03 11:56:04 +01:00
Hristo Terezov
1aaaae24ee
feat(Amplitude): enable referrer
2019-11-29 15:43:14 +00:00
Bettenbuk Zoltan
8eb93086bd
fix: set an avatar icon size relative to the container
2019-11-29 14:37:35 +01:00
Bettenbuk Zoltan
b64294af6d
fix: emoji in links
2019-11-29 14:36:42 +01:00
Hristo Terezov
bbf33a8895
feat(welcome-page): Add viewed analytics event.
2019-11-28 15:36:12 +00:00
Saúl Ibarra Corretgé
58bd48c1ae
android: disable ConnectionService if permissions are not granted
...
Some devices seem to have a bug in their Android versions and startCall fails
with SecurityError because the CALL_PHONE permissions is not granted. This is
not a requirement for self-managed connection services as per the official
documentation though:
https://developer.android.com/guide/topics/connectivity/telecom/selfManaged
Alas, connection services takes over audio device management too, so let's
handle the error and disable CS if we get SecurityError.
2019-11-27 14:33:25 +01:00
Bettenbuk Zoltan
411bafb5a6
feat: minimized bottom menu
2019-11-26 12:08:43 +01:00
Jaya Allamsetty
0a64bf2068
feat(presenter): add Presenter Mode
...
- Adds the ability to share video as a "PiP" when screenshare is in progress.
- Add a method for creating a local presenter track.
- Make sure isLocalVideoTrackMuted returns the correct mute state when only screenshare is present.
- Make sure we get the updated window size of the window being shared before painting it on the canvas.
- Make sure we check if the shared window has been resized
2019-11-26 11:57:03 +01:00
theunafraid
fb3a832a52
Add shortcut key for toggle tile view ( #4882 )
...
* Add shortcut key for toggle tile view
* Toggle tile view shortcut - undo main-enGB.json
* Add analytics
* Use already defined toolbar translations
2019-11-22 16:15:39 +00:00
Saúl Ibarra Corretgé
9c146c1245
subject: hide participant count for 1-1 calls
...
refs: https://github.com/jitsi/jitsi-meet/issues/4871
2019-11-22 10:49:24 +01:00
Saúl Ibarra Corretgé
792f506425
ios: drop support for iOS 10
2019-11-22 10:46:02 +01:00
Bettenbuk Zoltan
6121e9fc65
feat: improve chat UX
2019-11-21 18:11:58 +01:00
Bettenbuk Zoltan
955fa1f49f
fix: undefined is not an object on bitrate
2019-11-21 18:11:58 +01:00
damencho
2544d0a084
Fixes the message for who kicked you.
2019-11-20 17:01:00 +02:00
Bettenbuk Zoltan
8f0a12016a
fix: return room lock conference, when there is no other
2019-11-20 13:28:47 +01:00
Bettenbuk Zoltan
8bd0da886e
feat: safe decodeURIComponent
2019-11-15 15:18:20 +01:00
Saúl Ibarra Corretgé
fe2b1f3d9f
rn: refactor aspect ratio and reduced UI detectors
2019-11-15 12:54:44 +01:00
virtuacoplenny
17c1f50fc3
fix(mobile-landing): do not attempt opening download link in new window
...
Instead let the mobile OS take care of opening the URL
in the appropriate application. Without target _blank,
iOS 13.2.2 on Chrome will open about:blank and immediately
close the tab instead of opening the store.
2019-11-15 09:43:18 +01:00
Boris Grozev
72435dee56
Order fields alphabetically.
2019-11-14 17:49:06 -06:00
Boris Grozev
42f2eff02a
Whitelists the "stereo" flag.
2019-11-14 17:49:06 -06:00
Saúl Ibarra Corretgé
c2c323347a
rn: skip logging potentially sensitive data
2019-11-14 15:01:29 +01:00
Saúl Ibarra Corretgé
e543625295
rn,settings: set the placeholder text color
2019-11-13 10:38:05 +01:00
Saúl Ibarra Corretgé
0b25ff649e
ios: fix not displaying TextInput values in SettingsView
2019-11-13 10:38:05 +01:00
Bettenbuk Zoltan
53f01a39c9
feat: private message interface config flag
2019-11-12 15:48:53 +01:00
Дамян Минков
50f4796144
Adds an option to set email through iframe API init and to stats. ( #4842 )
...
* Adds an option to set email through iframe API init and to stats.
* Simplifies configuring email and displayName in stats.
Removes enableStatsID as not needed as when off we are sending as callstats id xmpp resource which is unique per call and id must be something that sticks between calls (callstatsUsername).
* Adds email and displayName in stats config for mobile.
* chore(deps): Updates lib-jitsi-meet to latest dd31f0a.
* Removes enableStatsID from config and whitelist.
2019-11-12 13:37:54 +00:00
Saúl Ibarra Corretgé
3cd7f0b77d
settings: fix loading disableCallIntegration
2019-11-08 12:15:49 +01:00
Bettenbuk Zoltan
3ff658a13b
fix: respect safe area in conference on ios
2019-11-07 12:26:54 +01:00
Bettenbuk Zoltan
3a46513d4b
ref: remove unused code
2019-11-07 12:26:54 +01:00
Vlad Piersec
9889cb2b69
Add conference name as fallback for subject
2019-11-06 17:23:18 +01:00
Saúl Ibarra Corretgé
191e530071
uri: avoid using String.prototype.normalize
...
It crashes on Android. Well, on the JSC version React Native uses on Android.
While we could use this fallback only on Android, we have decided to use it
on all mobile platforms for consistency.
2019-11-06 15:37:14 +01:00
Mihai Uscat
ae30d39b4d
feat(PromotionalFooter): Implement
2019-11-06 03:29:49 -08:00
Hristo Terezov
5da4e43e50
fix(settings): respect configWhitelist
2019-11-05 02:13:54 -08:00
Hristo Terezov
eae6f7760f
fix(configWhitelist): add startWithAudioMuted.
2019-11-05 02:13:54 -08:00
Mihai Uscat
00161212c8
feat(welcome): Add responsive text to go button
2019-11-04 05:48:55 -08:00
Vlad Piersec
c3a6a8fb17
Add participants count
2019-10-31 09:08:59 -07:00
Saúl Ibarra Corretgé
36654cb808
rn: disable H.264 on select devices even when not in P2P
...
iOS 10 crashes, so don't use it there, in any case.
2019-10-31 16:41:08 +01:00
Saúl Ibarra Corretgé
6d16e087d9
rn: add a new advanced settings section
...
Currently only 2 options are implemented, mainly aimed at helping troubleshoot
audio related problems:
- Disable native call integration (it disables CallKit / ConnectionService)
- Disable P2P
2019-10-31 16:41:08 +01:00
Saúl Ibarra Corretgé
fe90e5aa8f
rn,settings: remove top margin
2019-10-31 16:41:08 +01:00
Bettenbuk Zoltan
5429b8568e
feat: feature flag for invite functionalities
2019-10-29 11:27:25 +01:00
Bettenbuk Zoltan
9265e1ffec
ui: web chat facelift
2019-10-22 13:16:00 +02:00
Bettenbuk Zoltan
d11735b04c
feat: make the hangup button first
2019-10-21 19:00:12 +02:00
Saúl Ibarra Corretgé
d33b700477
rn,blank-page: refactor BlankPage
...
- Remove network-activity "feature"
- It wasn't in use
- It relied on internal React Native components, bound to break anytime
- Show an infinite loading indicator
- Style it just like the LoadConfigOverlay
- Since it kinda represents the opposite, an "unload" then SDK is done
2019-10-21 11:17:56 +02:00
yanas
220691d61d
Merge pull request #4762 from jitsi/fix-etherpad-follow-me
...
Fixes showing etherpad in follow-me mode.
2019-10-17 13:44:10 +01:00
damencho
5cafc4bcbd
Fixes showing etherpad in follow-me mode.
2019-10-17 13:39:01 +01:00
paweldomas
26dc6a4ac2
update logger and LJM to support log timestamps
2019-10-16 15:59:58 -05:00
Hristo Terezov
ff2626723a
fix(HelpButton): Improvements.
2019-10-16 13:34:43 -07:00
Mihai Uscat
72bb897269
feat(DownloadOverflowButton): Implement.
2019-10-16 11:30:06 -07:00
damencho
f46387a226
Adds room name validation logic for web.
2019-10-16 17:52:24 +01:00
damencho
a4cbbccb2a
Fixes loading recent lists on wrong meeting name stored.
...
decodeURIComponent is not needed any more and after adding a validation such meeting name should not happen to be stored.
2019-10-16 17:52:24 +01:00
damencho
3e1a008399
Adds copy icon next to the meeting url in info dialog.
2019-10-16 17:52:24 +01:00
Bettenbuk Zoltan
7e70a8c1de
feat: make mobile chat messages selectable
2019-10-16 16:05:10 +02:00
Hristo Terezov
8efee04a10
feat(package.json): Node 12 support.
2019-10-16 06:34:44 -07:00
Bettenbuk Zoltan
a35099f949
feat: add chat color scheming
2019-10-16 10:38:28 +02:00
Mihai Uscat
3c25a4c08c
Naming conventions; Add variables
2019-10-15 06:54:54 -07:00
Mihai Uscat
5ade0cad8b
feat(welcome): add posibility to extend settings toolbar
2019-10-15 06:54:54 -07:00
Saúl Ibarra Corretgé
0fa6ffc439
deps: react-native-google-signin@3.0.1
2019-10-14 19:12:45 +02:00
Hristo Terezov
0a06e256b7
feat(HelpButton): Mobile support.
2019-10-14 07:35:39 -07:00
Hristo Terezov
f295f60bea
feat(HelpOverflowButton): Implement.
2019-10-14 07:35:39 -07:00
Saúl Ibarra Corretgé
4a8f787519
rn: evaluate config.js in a sandboxed environment
...
We are downloading code off the Internet and executing it on the user's device,
so run it sandboxed to avoid potential bad actors.
Since it's impossible to eval() safely in JS and React Native doesn't offer
something akin to Node's vm module, here we are rolling our own.
On Android it uses the Duktape JavaScript engine and on iOS the builtin
JavaScriptCore engine. The extra JS engine is *only* used for evaluating the
downloaded code and returning a JSON string which is then passed back to RN.
2019-10-14 12:20:58 +02:00
Saúl Ibarra Corretgé
d85b869934
rn: skip loading configured scriptUrls
...
None of them work on mobile.
2019-10-14 12:20:58 +02:00
Saúl Ibarra Corretgé
35130f0736
rn: refactor loadScript
...
- use AbortController for setting the fetch timeout
- use async / await syntax for clarify
- set the default timeout to 5s (previously non-existent, aka 0)
- add ability to load but not evaluate a script
2019-10-14 12:20:58 +02:00
Saúl Ibarra Corretgé
1feff9709c
config: drop configLocation and getroomnode options
...
They never worked on mobile and pose an impediment for makinf config.js more
future proof. Specially if we want to move to a non-executable form of
configuration.
2019-10-14 12:20:58 +02:00
Leonard Kim
1010f53a84
fix(config): add whitelisting for interface config
...
For now all keys are whitelisted.
2019-10-11 09:38:56 -07:00
Saúl Ibarra Corretgé
f7a526f488
rn: fix rendering unnecessary stuff when in PiP mode
2019-10-11 17:17:53 +02:00
Bettenbuk Zoltan
245eb89b85
fix BottomSheet shaking
2019-10-11 15:14:51 +02:00
Hristo Terezov
99de9d0bfa
fix(remoteVideo): Attaching video stream.
2019-10-11 04:58:01 -07:00
Saúl Ibarra Corretgé
98698ba89a
etherpad: refactor to share code with mobile
...
- simplify initialization procedure
- set user display name as the Etherpad name\
- use SharedDocumentButton
2019-10-10 11:19:38 +02:00
Saúl Ibarra Corretgé
19d1e3829d
rn: add shared document support using Etherpad
2019-10-10 11:19:38 +02:00
Saúl Ibarra Corretgé
c5cd4f534c
dial-in-summary: center the loading indicator
2019-10-10 11:19:38 +02:00
Bettenbuk Zoltan
6e10ca5dd2
fix: chat error message
2019-10-09 18:35:09 +02:00
Bettenbuk Zoltan
42271b1b89
feat: private messages
2019-10-08 18:22:45 +02:00
Bettenbuk Zoltan
f270b50972
fix: remove unnecessary escaping
2019-10-08 18:22:45 +02:00
George Politis
d210f2f2e7
Adds a noAutoPlayVideo configuration option (used in testing). ( #4714 )
...
This adds an option to disable video autoplay that will be used mostly with maleus (our selenium-based load testing tool for testing the new bridge). Disabling video rendering lowers the resource utilisation of the selenium nodes.
2019-10-08 11:34:25 +02:00
Bettenbuk Zoltan
13d78d6b49
fix: utf-8 room name case sensitivity
2019-10-08 10:35:19 +02:00
damencho
34a71042c6
Enables Hungarian translation.
2019-10-05 00:11:25 +01:00
Andrei Gavrilescu
761ac6a730
feat: integrate rnnoise based service for voice activity (VAD) detection
2019-10-04 12:55:18 +02:00
Дамян Минков
bb0036fdab
Adds notifications for who stop/start recording/live streaming. ( #4708 )
...
* Adds notifications for who stop/start recording/live streaming.
* Updates to latest lib-jitsi-meet.
2019-10-03 20:35:21 +01:00
Saúl Ibarra Corretgé
afccf6f06d
rn: disable H.264 on iOS 10 devices
...
It crashes like hell. See:
https://bugs.chromium.org/p/webrtc/issues/detail?id=11002
2019-10-02 14:10:37 +02:00
Bettenbuk Zoltan
c472537ecf
update RN to 61
2019-09-25 17:31:52 +02:00
Jaya Allamsetty
d40fce741a
Fix the WebGL memory leak for Blur effect in Chrome 77 and up ( #4652 )
2019-09-24 06:50:10 -07:00
Leonard Kim
92e7be34e3
fix(icons): scope white svgs to Icon components
2019-09-20 07:50:41 -07:00
Bettenbuk Zoltan
f5dba929a5
fix: add support for functional component type icons
2019-09-20 16:35:56 +02:00
Leonard Kim
b8aa74f212
fix(large-video): bring back workaround for selecting on conference join
...
Bring back the workaround introduced in afd2aea7
but removed in 21dcc41d
. On conference join,
several other actions have already been fired
that try to set the large video participant
and select the participant on the bridge.
The problem is there is no conference during
these actions so the select participant
never fires. Then subsequent actions do not
fire select participant because the large
video participant has not changed.
2019-09-18 15:00:13 -07:00
Leonard Kim
1b43c22940
fix(chat): update thumbs emoji strings
...
react-emoji-renderer 1.0.0 removed the
thumbsup and thumbsdown aliases.
2019-09-16 09:55:36 -07:00
Saúl Ibarra Corretgé
efddb36164
thumbnail: fix accessing props
2019-09-16 13:27:10 +02:00
Saúl Ibarra Corretgé
385e1c1047
media: fix creating video track when toggling the welcome page switch
2019-09-13 19:07:26 +02:00
Saúl Ibarra Corretgé
3cc181a2e5
rn,config: create a fake config if we cannot load one on the welcome page
...
We try to load the configuration with every room change, even when there is no
room. There is a bad (corner) case: when we have no config cached (first boot or
wiped app data). In such case the user is trapped in an infinite loop because we
require the config to show the welcome page, oh well.
Pretend we have a configuration by creating the most minimal one to at least get
to the welcome page.
2019-09-13 19:07:26 +02:00
Saúl Ibarra Corretgé
bcc1be675f
thumbnail: use a functional component
...
Simplifies the code a bit, and we use no lifecycle methods.
2019-09-13 17:37:23 +02:00
Saúl Ibarra Corretgé
d1be5742ba
thumbnail: remove dead code
...
Audio streams are automatically played by WebRTC and this won't change, probably
ever. There is no point in having checks and an Audio component which does
nothing.
2019-09-13 17:37:23 +02:00
Saúl Ibarra Corretgé
1b27e331da
thumbnail: use a more explicit prop
2019-09-13 17:37:23 +02:00
Saúl Ibarra Corretgé
c1f7bf75c1
thumbnail: don't render dominant speaker indicator on 1-1 calls
2019-09-13 17:37:23 +02:00
Bettenbuk Zoltan
382ec011eb
ref: reduce device popup bundle size
2019-09-13 17:25:32 +02:00
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
2019-09-13 14:07:53 +02:00
Saúl Ibarra Corretgé
738a199b4c
welcome: tame the linter
2019-09-13 12:28:53 +02:00
Maximilian Ruta
be5dba7eea
welcome: add room validation pattern
...
Fixes : #312
2019-09-13 11:18:58 +02:00
Saúl Ibarra Corretgé
6c4901a826
ios,callkit: delay updating the muted state until conference starts
...
In iOS 13 if the call is not unmuted when we report it to the system as started,
an action to unmute it is dispatched automagically. Thanks, Apple.
So, delay synchronizing the muted state until the conference is started (after
the join action). This creates a small window for de-synchronization, but it's
very short and it seems unavoidable.
This change is only applied to operating systems built by the fruit company in
Cupertino.
2019-09-12 12:55:02 +02:00
Saúl Ibarra Corretgé
2aea24ffad
dial-in-info: fix bundle bloat
...
The direct import sidesteps many chained-effect imports, halving the bundle
size.
2019-09-06 16:29:23 +02:00
Saúl Ibarra Corretgé
d436825a45
flacworker: don't use the Grand Unified Logger
...
There are just a couple of logs in this feature, and it's a standalone bundle,
which would bloat it due to cascaded dependencis.
2019-09-06 16:29:23 +02:00
Saúl Ibarra Corretgé
5276cb6bc8
alwaysontop: don't use the Grand Unified Logger
...
There are just a couple of logs in this feature, and it's a standalone bundle,
which would bloat it due to cascaded dependencis.
2019-09-06 16:29:23 +02:00
Saúl Ibarra Corretgé
f863733dd3
base/util: don't use the Grand Unified Logger
...
There are just a couple of logs in this feature, and it's included in bundles
like external_api, which would bloat it due to cascaded dependencis.
2019-09-06 16:29:23 +02:00
Saúl Ibarra Corretgé
902da8cc4f
rn: add native loggers
...
These provide the ability to integrate the SDK with some other application
loggers.
At the time this was written we use Timber on Android and CocoaLumberjack on iOS.
In addition to the integration capabilities, a LogBridge React Native module
provides log transports for JavaScript code, thus centralizing all logs on the
native loggers.
2019-09-04 10:50:30 +02:00
virtuacoplenny
55ff9dbe80
feat(api): expose method for playing touch tones ( #4584 )
2019-08-30 14:17:22 -07:00
Hristo Terezov
bd99108e8e
feat(analytics):Add white/black list functionality
2019-08-30 10:26:22 -07:00
damencho
0c042b4078
Adds config to auto turn on captions when recording is started.
2019-08-30 15:46:29 +01:00
Bettenbuk Zoltan
a93bd422d3
feat: new invite layout
2019-08-28 13:57:33 +02:00
Bettenbuk Zoltan
c1598b7376
feat: make display name prompt platform independent
2019-08-26 22:20:22 +02:00
Bettenbuk Zoltan
1941275f93
feat: mobile chat emojis
2019-08-26 15:37:58 +02:00
paweldomas
6ae9bbe0c5
feat: report analytics for the network connection
...
Will emit new 'network.info' action with the online/offline status and
extra details for native like the network type and
'isConnectionExpensive' flag.
2019-08-23 13:36:33 -05:00
Saúl Ibarra Corretgé
e0815de2ad
rn,welcome: fix accessing local participant
...
It need not always exist, since it's created asynchronousluy on app
initiualization. Make sure we are ready for it.
I've seen backtraces because of this.
2019-08-23 17:16:22 +02:00
Saúl Ibarra Corretgé
02e058370e
logging: disable caller info globally
2019-08-23 17:11:29 +02:00
Leonard Kim
af2c61fd96
fix(pinning): dynamically check auto-pin setting
...
Any overrides set on interfaceConfig are not
applied on module load. As such, call to get
the value of the auto pin setting, providing
time for the bootstrapping to set overrides.
Otherwise iframe api users cannot override
the setting.
2019-08-23 07:36:27 -07:00
Saúl Ibarra Corretgé
5a934c071a
logging: use individual, names loggers
...
React Native doesn't define __filename nor __dirname so do it artisanally. In
addition, this helps with centralizing the configuration passed to loggers.
2019-08-23 10:57:38 +02:00
damencho
84c60a5fdf
Removes i18n strings for p2p and turn.
2019-08-22 15:44:13 +01:00
Bettenbuk Zoltan
cfc7210ac8
feat: add send message button
2019-08-22 12:03:39 +02:00
Saúl Ibarra Corretgé
dd23ed09ad
deps: react-native@0.60
2019-08-21 11:12:56 +02:00
Saúl Ibarra Corretgé
64897b9c91
rn,toolbox: simplify logic for showing Toolbox on mobile
2019-08-20 20:04:27 +02:00
Saúl Ibarra Corretgé
0dc8c687f2
rn,filmstrip: ignore the 'visible' parameter on mobile
...
Mobile uses a different logic for deciding whether to show the filmstrip or not:
if there are more than 1 participants or not, and there is no way to manually
toggle it.
2019-08-20 20:04:27 +02:00
Hristo Terezov
3c1f056d2a
fix(dialog): Don't steal focus
2019-08-16 07:40:47 -07:00
Saúl Ibarra Corretgé
6616f728f6
proximity: enable the proximity sensor when the device is set to earpiece
2019-08-14 18:57:03 +02:00
Saúl Ibarra Corretgé
1c1e8a942b
audio-mode: refactor device handling
...
This commit refactors device selection (more heavily on iOS) to make it
consistent across platforms.
Due to its complexity I couldn't break out each step into separate commits,
apologies to the reviewer.
Changes made to device handling:
- speaker is always the default, regardless of the mode
- "Phone" shows as a selectable option, even in video call mode
- "Phone" is not displayed when wired headphones are present
- Shared device picker between iOS and Android
- Runtime device updates while the picker is open
2019-08-14 18:57:03 +02:00
Saúl Ibarra Corretgé
69c21cbb11
avatar: make code a bit clearer
...
Uses nullish coalescing and optional chaining.
2019-08-14 15:36:40 +02:00
damencho
21fb225726
Adds a retry logic when fetching conference numbers and pin.
2019-08-13 19:00:18 +03:00
damencho
75ab890707
Uses the wrapped fetch from base/util.
2019-08-13 19:00:18 +03:00
Leonard Kim
c0a8a386a5
fix(pinning): debounce autopin subscriber
...
The store's remote tracks get cleared
and re-added when switching in and out
of p2p, which can cause pinning thrashing.
Avoid that with a debounce.
2019-08-12 17:31:53 -07:00
Дамян Минков
8800cb4580
Adds live streaming sound notification. ( #4532 )
...
* Adds live streaming sound notification.
* Adds ios resources for the new files.
2019-08-12 18:34:38 +03:00
Karthik Muralidharan
b658f20a30
feat(API): add dominant speaker changed event
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/4049
2019-08-09 10:09:33 +02:00
Hristo Terezov
c3e52f32f9
feat: Add logging for thumbnail display mode and tile view.
2019-08-09 01:08:19 -07:00
Saúl Ibarra Corretgé
67dca97d1d
rn,participants: don't render thumbnnail for screen-shares
2019-08-07 20:16:13 +02:00
Saúl Ibarra Corretgé
149e53af76
avatar: render a special avatar if the user is sharing their screen
2019-08-07 20:16:13 +02:00
Saúl Ibarra Corretgé
f3e7952e51
audio-only: implement initial "low bandwidth mode"
...
It's an evolution of audio-only mode, where we also allow for receiving a remote
screen-share.
Diving deeper: this basically sets last N to 1 or 0 depending on the
availability of a screen-share.
2019-08-07 20:16:13 +02:00
Bettenbuk Zoltan
bed3f62536
feat: make links in chat clickable
2019-08-06 08:48:37 +02:00
Leonard Kim
e8eb7e1e1f
fix(suboptimal-browser): remove inserting of app name in notification
...
This prevents inserting any user overridden APP_NAME
values into html. A new translation key is being used
to immediately stop non-english languages from using the
problematic string.
Also tweaked the copy to remove the "eer" and fix
some grammar.
2019-08-05 06:47:44 -07:00
Leonard Kim
1409d6fb5e
fix(deep-linking): do not accept native app name as raw html
...
There is no need to display the native app name as
raw html.
2019-08-04 06:45:00 -07:00
Bettenbuk Zoltan
a2cbd9229a
fix: render notification description on mobile
2019-08-02 21:14:19 +02:00
Saúl Ibarra Corretgé
bf50a110c7
lastn: simplify computing the effective last N value
2019-08-02 15:54:47 +02:00
Saúl Ibarra Corretgé
467c9d36cf
audio-only,lastn: move audio-only and last N handling to standalone features
...
This refactors all handling of audio-only and last N to 2 features in preparation
for "low bandwidth mode".
The main motivation to do this is that lastN is a "global" setting so it helps
to have all processing for it in a single place.
2019-08-02 15:54:47 +02:00
damencho
6ddd17c769
Removes resolveAppName postprocess we do not need.
...
i18next.options are initialized before interfaceConfig overwrites are processed which leads to wrong translations.
2019-08-01 12:47:58 +01:00
virtuacoplenny
732f2c1963
ref(feedback): emit api feedback submitted on completion ( #4499 )
...
* ref(feedback): emit api feedback submitted on completion
Compared to firing the event on submission because
the submission ajax will not be completed at that
time..
* squash: update package.json
2019-07-31 10:59:22 -07:00
Bettenbuk Zoltan
e7144eb674
Get chat message display name from backend
2019-07-31 10:48:22 +02:00
Saúl Ibarra Corretgé
b5489b7c81
rn,filmstrip: don't unpin participant when hiding filmstrip
...
The filmstrip is currently only hidden when PiP mode is entered. There is no
real reason not to leave the large view as it was.
2019-07-30 18:51:40 +02:00
Saúl Ibarra Corretgé
4d5332cadf
rn,conference: log pin participant analytics events also on mobile
2019-07-30 17:11:43 +02:00
Saúl Ibarra Corretgé
5261f61110
conference: don't pin participants on the JVB
...
When a participant is pinned in the UI we then proceed to mark it as selected on
the JVB. This will make the participant part of the last N set and will receive
the highest (or configured highest) video quality.
Pinning a participant at the JVB level just makes sure it will be part of the
last N set.
Since only one participant can be pinned in the UI, there is no point in pinning
it at the JVB level, since selecting it already achieved the same result.
2019-07-30 17:11:43 +02:00
Leonard Kim
6bc1d87753
feat(shortcuts): add shortcut for opening video quality modal
2019-07-29 11:40:07 -07:00
Saúl Ibarra Corretgé
49f6010905
pagedlist: fix refresh on wrapped components
2019-07-26 10:38:54 +02:00
paweldomas
1c27f567ee
feat: send analytics event when conference is rejoined
2019-07-26 08:25:53 +02:00
paweldomas
7684b2bf98
ref: move getCurrentConferenceUrl to base/connection
...
Moves getCurrentConferenceUrl method to base/connection to allow reuse.
The new location is not ideal, but looks the best based on the imports
required (trying to avoid circular dependencies).
2019-07-26 08:25:53 +02:00
Saúl Ibarra Corretgé
6943659dc9
rn: enable auto-pinning on screenshare on mobile
2019-07-25 14:27:04 +02:00
Saúl Ibarra Corretgé
35f934e197
config: remove old backwards compatibility shim
...
It was added for
3ea2f00578
over 2 years ago. That's long enough!
2019-07-25 11:45:16 +02:00
Дамян Минков
11f2e7291e
Talk while muted sound notification ( #4473 )
...
* Moves talk while muted as a new feature.
* Adds sound notification for talk while muted.
* Reorder imports and changes the dispatch of the notification.
* Introduces sounds.js for talk while muted.
2019-07-23 21:56:05 +01:00
Bettenbuk Zoltan
7a985dd843
fix: disable reduced UI on welcome page
2019-07-23 17:52:03 +02:00
damencho
6d4601fe66
Updates used languages and fixes loading them.
2019-07-22 17:48:44 +01:00
Дамян Минков
9f4da84701
I18next update ( #4456 )
...
* Removes unused translations.
* Fixes using translated strings.
* Moves using latest i18next versions and stop using compatibility modes.
* Sorts i18next options.
* Fixes defaultNS used by i18next.
This is used when translating html tags with data-i18n keys as attributes, used by jQuery-Impromptu.
2019-07-22 11:10:25 +01:00
Leonard Kim
0097360396
feat(deep-linking): allow disabling through override
2019-07-19 14:48:46 -07:00
Hristo Terezov
b5cef05941
fix(AOT): imports.
2019-07-19 07:17:15 -07:00
Leonard Kim
130ab886ee
fix(chat): show toolbar on open
2019-07-18 06:08:27 -07:00
Leonard Kim
c0e9f2b95a
fix(chat): workaround for chat scroll causing layout misalignment
2019-07-18 06:08:27 -07:00
Leonard Kim
011972872e
fix(blur): add beta label to toolbar button
2019-07-16 10:35:31 -07:00
Bettenbuk Zoltan
ec30af2844
feat: always show labels
2019-07-16 17:32:58 +02:00
Bettenbuk Zoltan
e08aeca28c
feat: use css to place the toolbox buttons
2019-07-16 17:01:24 +02:00
Bettenbuk Zoltan
ad7892ebce
aot: jigasi participant icon
2019-07-16 13:04:17 +02:00
virtuacoplenny
ada57ebcd0
ref(user-interaction): do not store listener, move browser check to lib ( #4441 )
...
* ref(user-interaction): remove storing of listener
* ref(user-interaction): move browser requirement check to lib-jitsi-meet
* ref(user-interaction): no inner function for listener, use module scope
2019-07-13 06:59:58 -07:00
Bettenbuk Zoltan
1993ad10eb
feat: apply color brand guidelines
2019-07-12 20:48:49 +02:00
Bettenbuk Zoltan
d305caf910
feat: borderless toolbox icons
2019-07-12 20:48:49 +02:00
Bettenbuk Zoltan
a25a504a59
feat: add bottom gradient
2019-07-12 20:48:49 +02:00
Saúl Ibarra Corretgé
1e18af2d1a
rn: fix not showing a prompt when permissions have been denied
...
This only shows up if we cannot prompt again, like when turning permissions off
in the Settings app in iOS.
2019-07-12 17:50:54 +02:00
Дамян Минков
eb1fd4fd88
Merge pull request #4438 from jitsi/cs-siteid
...
Passes confID when initializing JitsiConference.
2019-07-12 14:25:35 +01:00
Matthias Herzog
e0c8b6b3c0
fix welcome page title fixes #4273
2019-07-12 14:25:26 +01:00
Дамян Минков
9071cd4813
Listens for suspend events from jitsi-power-monitor on postis channel. ( #4428 )
...
* Listens for suspend events from jitsi-power-monitor on postis channel.
* Removes duplicated type and actions.
* Moves suspendDetected state from overlay to power-monitor feature.
2019-07-12 14:08:34 +01:00
virtuacoplenny
2f626ea474
ref(api): move participant join and left to middleware ( #4365 )
2019-07-11 12:44:27 -07:00
Bettenbuk Zoltan
0a76eebca7
feat: central back button registry
2019-07-11 16:14:08 +02:00
damencho
0e9e695251
Passes confID when initializing JitsiConference.
...
The confID is domain.com/RoomName or domain.com/tenant/RoomName, adds the tenant if any and also keeps the room name case.
2019-07-11 14:58:14 +01:00
Bettenbuk Zoltan
5b25e02e26
feat: use dialog instead of alert when inviting
2019-07-10 20:50:14 +02:00
Bettenbuk Zoltan
0e6f14bb7c
fix: avoid false triggering CDU in SlidingView
2019-07-10 20:49:50 +02:00
Leonard Kim
57b9954d9c
fix(api): support params with value of undefined
2019-07-10 11:09:11 -07:00
virtuacoplenny
249dd7b8b8
fix(invite): decode the meeting name ( #4411 )
...
* fix(invite): decode the meeting name
* squash: try to make mobile join same encoded meeting name as web
* Decodes and generated texts for share and copy meeting info.
Decodes in all cases except when it contains a space, as it will generate wrong links when pasted/shared in external applications.
2019-07-10 10:27:11 -07:00
Bettenbuk Zoltan
b31d7b4451
ref: remove createStyleSheet from dialog styles
2019-07-10 16:42:56 +02:00
Bettenbuk Zoltan
8dea3389ee
fix: avoid clicking behind dialogs
2019-07-10 16:42:56 +02:00
virtuacoplenny
e7f9e8e7f7
fix(conference): require user interaction to unmute in iframe ( #4429 )
...
* fix(conference): require user interaction to unmute in iframe
* squash: explicitly whitelist react native
2019-07-10 12:02:27 +01:00
Bettenbuk Zoltan
a53a86ee7a
feat: add room lock pwd error message
2019-07-10 11:01:49 +02:00
Bettenbuk Zoltan
301a8e319a
fix: reduce avatar font size
2019-07-09 15:45:38 +02:00
Hristo Terezov
1b4bdb5142
fix(blur): on FF
2019-07-08 20:03:04 +01:00
Hristo Terezov
f030a3f1fb
fix(blur): when switching video tracks.
2019-07-08 20:03:04 +01:00
Hristo Terezov
8f79779ca7
fix(blur): Disable for SS
2019-07-08 20:03:04 +01:00
Saúl Ibarra Corretgé
c5111bb359
rn: update default color scheme
2019-07-08 20:27:44 +02:00
Bettenbuk Zoltan
42814eac7d
feat: add icon based avatar and icon for pstn
2019-07-08 16:53:30 +02:00
Bettenbuk Zoltan
74d0013acc
feat: use participant id for avatar color
2019-07-08 16:53:30 +02:00
Bettenbuk Zoltan
88e4850c4d
fix: remove locally generated avatar ID
2019-07-08 16:53:30 +02:00
Bettenbuk Zoltan
87f9b1cf92
ref: remove unnecesary functions
2019-07-08 16:53:30 +02:00
Bettenbuk Zoltan
a35b36d6df
feat: dynamic avatar font size
2019-07-08 16:53:30 +02:00
Bettenbuk Zoltan
a04982fd96
fix: AlwaysOnTop avatar
2019-07-08 16:53:30 +02:00
Bettenbuk Zoltan
658679f89e
fix: undefined participant in avatar call
2019-07-08 16:53:30 +02:00
Bettenbuk Zoltan
0c8130af41
fix: default avatar relative url
2019-07-08 16:53:30 +02:00
paweldomas
e4c5968459
fix: bring back the add meeting URL button
...
Brings back the button for generating meeting URLs for calendar events.
2019-07-08 09:26:33 -05:00
Hristo Terezov
3b0c5d0b6a
fix(blur): many small issues.
2019-07-04 06:26:32 -07:00
Cristian Florin Ghita
3b750ddd5a
Add video background blur
2019-07-04 06:26:32 -07:00
Bettenbuk Zoltan
a48d67bdc7
fix: inconsistent state when quickly closing a sliding view
2019-07-03 13:43:56 +02:00
netaskd
8da0552541
microsoftCalendar: add showing calendar events in local timezone.
2019-07-02 21:20:00 +01:00
Hristo Terezov
7ce0def995
fix(mobile): After PR #4396
2019-07-02 10:36:37 -07:00
Hristo Terezov
21dcc41d31
ref(large-video): switch LargeVideo logic to react
2019-07-02 07:38:57 -07:00
Дамян Минков
625d268373
Room lock update ( #4394 )
...
* Adds a notification when remote lock happens.
* Updates translations.
Removes unused strings and extracts room password to separate translation, to be able to change it when deployment uses only digits.
* Formats the conference pin when showing it.
* Removes member from translation in favour of participant.
* Updates formatting of the pin.
* Adds a notification when password is remotely removed.
2019-07-02 14:14:58 +01:00
Saúl Ibarra Corretgé
1baa85b649
rn: hide invite button if the functionality is not available
2019-07-02 12:30:50 +02:00
Bettenbuk Zoltan
72137a2811
feat: initial based avatars
2019-07-01 23:59:16 +02:00
Leonard Kim
0734ce7ae3
feat(api): add notifications for kicked participants
2019-07-01 12:53:25 -07:00
Дамян Минков
2dc06c28e3
Adds option to be able to cancel locked rooms and leave. ( #4391 )
...
* Adds option to be able to cancel locked rooms and leave.
* Removes not needed operations when canceling password prompt.
2019-07-01 13:02:25 +01:00
Leonard Kim
c0376d238a
ref(notifications): do not notify of local participant left
...
Join notifications are already supressed for the local
participant, so hide the left notification. For now
the notification is not being shown on mobile to keep
the same existing behavior and because a copy change
will be needed, but will be added once batching is
implemented.
2019-06-28 09:18:18 -07:00
Leonard Kim
979b773c3c
ref(notifications): move join notification firing to notifications feature
2019-06-27 17:29:02 -07:00
Bettenbuk Zoltan
d7483f07e3
feat: add possibility to clear invite search field
2019-06-27 18:17:37 +02:00
Дамян Минков
9c1b802997
Device selection now always shows the device that it managed to open. ( #4384 )
...
* Device selection now always shows the device that managed to open.
* Simplifies implementation, skips using state.
2019-06-27 17:04:47 +01:00
Saúl Ibarra Corretgé
55218de779
rn: add a reduced UI mode for the welcome page
...
The only way to render the welcome page in reduced UI mode currently is to
hangup a call from the Android ongoing notification while in PiP mode.
2019-06-26 21:45:27 +02:00
Leonard Kim
9d94257e79
ref(api): move conference join notification to middleware
2019-06-26 10:47:18 +02:00
Leonard Kim
fa818bc386
feat(screenshare): allow auto-pin remote only
2019-06-25 11:21:23 +01:00
Saúl Ibarra Corretgé
a73a642c64
rn: fix CallKit failure screen flash when kicked
...
Pretend we have left instead of triggering a call failure. The user was already
told in the dialog.
2019-06-25 10:25:33 +02:00
Leonard Kim
94b3f6410d
ref(api): move local participant name change
2019-06-24 13:15:02 -07:00
Leonard Kim
3d30f6e9cd
ref(api): move filmstrip display notification
2019-06-24 13:15:02 -07:00
Leonard Kim
40c16f0bac
ref(api): move tile view subscriber to api dir
2019-06-24 13:15:02 -07:00
Leonard Kim
a1db63a8c2
ref(api): move feedbackSubmitted notification to api middleware
2019-06-24 13:15:02 -07:00
Leonard Kim
59a9c2d947
fix(notifications): show notifications after reducers update to get name
...
Otherwise the participant will not have been added yet
to state so the participant name will not display in
the notification.
2019-06-24 10:51:17 -07:00
damencho
742905e05a
Removes duplicated text.
2019-06-24 12:06:27 +01:00
damencho
bde44a94e8
Changes display name prompt to non modal, so people can mute/unmute.
2019-06-24 12:06:27 +01:00
Saúl Ibarra Corretgé
b2e840636a
sounds: lower log severity
...
When native SDK users end a meeting the view gets disposed and detached from
React, and then the entire app gets destroyed and these errors get printed at
the error level, throwing some people off.
2019-06-21 21:48:46 +02:00
Leonard Kim
1e39c12963
fix(suboptimal): allow checks for chromium based browsers
2019-06-21 09:55:43 -07:00
Дамян Минков
08c4933c1b
Fixes inviting more than one participant ( #4352 )
...
* Fixes inviting more than one participant.
* Shows a notification when participants are invited.
* Adds support for both .id and .user_id props for people query results.
2019-06-21 13:17:47 +01:00
Leonard Kim
d5e0dea469
fix(suboptimal): ignore mobile browsers in whitelists/blacklists
2019-06-21 11:01:40 +01:00
paweldomas
033aa0dd6e
fix(base/conference/reducer): check if room is defined
...
This was hit on a corner case when ConnectionService will deny
the request to start the call. I am not sure, but it could have been
that the conference object has been disposed or closed or something
else, but the fact is that 'conference.room' was not defined and things
crashed. It is not safe to access conference's private field 'room'. It
is true JitsiConference doesn't follow the practice of marking this
field as private with the underscore '_', but it is not a public field.
2019-06-20 13:19:04 -05:00
virtuacoplenny
bf67a4a675
Configurable (sub)optimal and unsupported browsers ( #4351 )
...
* Configurable (sub)optimal and unsupported browsers
* maybe this helps somehow
2019-06-20 14:02:15 +01:00
Bettenbuk Zoltan
ee2036a2a7
feat: show on stage function
2019-06-20 11:05:34 +02:00
Bettenbuk Zoltan
4c3ed190f3
feat: add ability to toggle toolbox from tile view
2019-06-20 11:05:34 +02:00
Hristo Terezov
a91b49c2c1
feat(reload): on offer / answer error.
2019-06-19 05:25:43 -07:00
Saúl Ibarra Corretgé
186ba70cb7
participants: skip local participant join notification
...
Also, use the helper function to get the display name for a participant.
2019-06-19 13:15:17 +02:00
Leonard Kim
12c18657d5
fix(welcome-page): make Tabs more resilient to bad props
...
In case wrong props are passed in, such as pointing to
an index that does not contain a value in the tabs
array.
2019-06-18 17:55:21 -07:00
Saúl Ibarra Corretgé
54a9b9199e
rn: adapt to API changes in google signin
2019-06-18 14:51:44 +02:00
Leonard Kim
2f7f9f24c4
fix(display-name): dismiss prompt if name gets set
2019-06-17 15:10:53 +01:00
Дамян Минков
6eb66b639e
Notify for kick and mute ( #4328 )
...
* Updates kick showing who kicked us.
* Notify participants that someone was kicked.
* Shows notification to user who is remotely muted.
* Updates the notification type.
* Muted by notification for mobile.
* Moves code to react and adds the kick notifications to mobile.
* Updates lib-jitsi-meet.
2019-06-17 16:00:09 +02:00
Дамян Минков
64eb4b5609
Updates start silent, turning on startWithAudioMuted and few UI tweaks. ( #4314 )
...
* Updates start silent, turning on startWithAudioMuted and few UI tweaks.
Disabled mic unmute button and removes remote participants volume slider.
* Adds analytics for start silent.
* Removes extra semi colon.
* Updates lib-jitsi-meet and updates meeting info text.
2019-06-14 12:16:08 +01:00
Saúl Ibarra Corretgé
ca11cbf6cc
calendar-sync: fix loading calendar entries
...
Checking if the calendar support in the reducer is not only useless but wrong,
since we don't have access to the entire store (the calendar support is checked
in the base/config feature). If calendar support is not enabled the actions
being reduced won't be dispatched anyway, so no harm is done by removing the
check.
2019-06-14 11:32:39 +02:00
Hristo Terezov
2861198251
ref(no-data-from-source): logic.
2019-06-13 09:52:10 -07:00
Hristo Terezov
226c0bb084
ref(track-error): Remove NO_DATA_FROM_SOURCE
2019-06-13 09:52:10 -07:00
Saúl Ibarra Corretgé
30c0bfc108
rn: disable vertical scrollbars on bottom sheets
2019-06-13 10:07:55 +02:00
Leonard Kim
df50e7fa69
fix(large-video): make blurred background fit whole screen
2019-06-12 20:27:04 -07:00
Saúl Ibarra Corretgé
f85ac3ef91
rn: fix video unmuting when disabling audio-only
...
When the video unmute button disabled audio-only, also unmute video. This fixes
a weird case in which the user need to "unmute twice" if they were muted beofre
they enabled audio-only mode. That's ok if the audio-only button was used, but
not if the video-unmute button was used, since the expectation is to have video,
of course.
2019-06-12 18:54:35 +02:00
Saúl Ibarra Corretgé
e33b334307
rn: add SDK API to set user information
...
At the moment it includes:
- display name
- email
- avatar URL
This information is used *only* if no token was specified.
2019-06-11 17:27:16 +00:00
Bettenbuk Zoltan
ce6f7308ad
fix: avoid keyboard with search results list
2019-06-11 19:14:15 +02:00
Bettenbuk Zoltan
f66478fa34
feat: don't auto-stage bot type participants
2019-06-11 17:55:44 +02:00
Bettenbuk Zoltan
bf99051885
fix: invite search result sorting
2019-06-11 17:55:44 +02:00
Bettenbuk Zoltan
7234ca69c8
feat: invite field autofocus
2019-06-11 17:55:44 +02:00
Bettenbuk Zoltan
ae965877f3
fix: invite list needs double tap to select
2019-06-11 17:55:44 +02:00
Leonard Kim
ae3b70eb13
feat(api): notify of password required
2019-06-11 08:12:37 -07:00
Saúl Ibarra Corretgé
97e0303065
feature-flags: add flag for enabling calendar integration
2019-06-11 13:37:50 +00:00
Saúl Ibarra Corretgé
35ffbe1720
feature-flags: add flag for enabling chat
2019-06-11 13:37:50 +00:00
Saúl Ibarra Corretgé
f7b92f65ca
ios: add feature flag to enable recording on iOS
2019-06-11 13:37:50 +00:00
Saúl Ibarra Corretgé
cf7b10d53d
feature-flags: initial implementation
...
The welcomePageEnabled and pictureInPictureEnabled props on mobile have been
converted to feature flags.
2019-06-11 13:37:50 +00:00
Saúl Ibarra Corretgé
4ddfcaf584
toolbox: disable audio-mode when video-unmuting
...
If audio-only was engaged, use the video (un)mute button to disengage it. This
should simplify the flow for getting back to video.
2019-06-11 13:08:23 +00:00
Hristo Terezov
651791b8df
feat(deeplinking): Pass state to openDesktopApp.
2019-06-10 04:14:41 -07:00
Leonard Kim
6d8ec4d147
fix(unsupported): stop recommending safari
2019-06-07 07:36:20 -07:00
Leonard Kim
d65a068fdb
feat(deep-linking): hide web button on unsupported browsers
2019-06-07 07:36:20 -07:00
Leonard Kim
cf23045f8d
feat(unsupported): provide custom blacklist for branding
2019-06-07 07:36:20 -07:00
Leonard Kim
e47d2d13ce
fix(deep-linking): deep link first, then show unsupported
...
Re-structure the custom routing to split between
platforms instead of between intended route features.
This made it easier for me to understand where to
do the checks for unsupported browser after deep-linking
had been checked.
2019-06-07 07:36:20 -07:00
damencho
faee1c139e
Adds a config param startSilent to disable audio output.
2019-06-05 18:01:18 +01:00
virtuacoplenny
eb644987ce
fix(settings): do not use non-set localStorage values ( #4299 )
...
If a value is not set in localStorage then null is
returned. null should not be converted to an empty
string (via _.escape) because that will then be
stored in localStorage as the user set preference
and will keep overriding any other values set
in localStorage for the displayname.
2019-06-04 17:42:48 -07:00
Saúl Ibarra Corretgé
fa3888991f
rn: avoid logging initial props in release builds
...
They may contain sensitive information.
2019-05-31 11:49:36 +02:00
virtuacoplenny
ded355a807
fix(settings): use moderator check helper ( #4292 )
2019-05-30 14:10:40 -07:00
Leonard Kim
c7954c284d
ref(large-video): move layout update on stream removal to layout middleware
2019-05-30 09:46:35 -07:00
virtuacoplenny
251da1861a
feat(api): notify api of mic and camera errors ( #4289 )
...
- Use actions to notify the rest of the app that
a mic or camera error has occurred
- Use middleware to respond to those notifications
of errors by showing in-app notifications and
notifying the external api
2019-05-29 14:17:07 -07:00
Hristo Terezov
9712804040
fix(Amplitude): user id
2019-05-29 09:53:31 -07:00
Saúl Ibarra Corretgé
579d291bca
config: add ability to pass the subject as a URL parameter
2019-05-29 14:48:02 +02:00
Saúl Ibarra Corretgé
871026f4ba
conference: clear the pending subject after it has been set
2019-05-29 14:48:02 +02:00
Saúl Ibarra Corretgé
9a8a070c62
rn: show conference subject if set
2019-05-29 14:48:02 +02:00
Hristo Terezov
72a1def571
feat(config): whitelist config.analytics
2019-05-24 13:42:12 -07:00
damencho
0dad99c3b7
Enables local video flip menu by default.
2019-05-24 23:09:24 +03:00
Hristo Terezov
840c0190c4
fix(deep-linking): Don't rely on custom scheme
2019-05-24 12:51:14 -07:00
Hristo Terezov
70921bb6ef
feat(analytics): local tracks duration event.
2019-05-24 10:09:25 -07:00
Bettenbuk Zoltan
54fdb7066f
feat: scrollable bottom sheet
2019-05-24 14:06:17 +02:00
Bettenbuk Zoltan
85bcb0c757
fix: auth dialog button labels
2019-05-24 11:35:56 +02:00
Bettenbuk Zoltan
d387cbe5bd
fix: iOS 10 bottom sheet style
2019-05-24 11:28:28 +02:00
Saúl Ibarra Corretgé
cb3419ba2a
android: enter PiP mode when pressing back button
...
When in a conference, try to enter PiP when pressing the back button. If this is
not possible (because it's unsupported, not enabled, etc.) fall back to the
previous behavior of simply hanging up.
2019-05-23 16:00:12 +02:00
Saúl Ibarra Corretgé
a2f8e156da
app: avoid loading config when going back to the welcome page
2019-05-23 15:16:31 +02:00
Saúl Ibarra Corretgé
a4cf79c161
rn: fix losing audio if call is hangup too quickly
...
This PR changes the logic for connecting / disconnecting conferences. Instead of
doing it in mount / unmount events from the Conference component, it moves the
logic to the appNavigatee action.
This fixes a regression introduced in 774c5ecd
when trying to make sure the
conference terminated event is always sent.
By moving the logic to appNavigate we no longer depend on side-effects for
connecting / disconnecting, and the code should be more maintainable moving
forward.
An improvement to this is the concept of sessions, which, while not tackled
here, was taken into consideration.
2019-05-23 15:16:31 +02:00
Bettenbuk Zoltan
def22b01bb
fix: set explicit color for search field to avoid theme override
2019-05-23 12:06:50 +02:00
Bettenbuk Zoltan
5101f69e4e
feat: don’t render moderator icon if everyone is moderator
2019-05-22 14:08:52 +02:00
Bettenbuk Zoltan
700051f809
fix: device selection colour scheme support
2019-05-22 12:29:28 +02:00
Дамян Минков
d16e10baec
room-lock: adds ability to allow only digits for room locking
2019-05-22 09:43:17 +02:00
Дамян Минков
a14fead0f3
Groups devices notifications by type audio/video. ( #4238 )
...
* Groups devices notifications by type audio/video.
* Fixes passing correct device array.
2019-05-20 21:35:42 +01:00
Leonard Kim
d7e0aa3f61
fix(api): enable the external api before the first redux update
...
For the external api to fire update events out of the iframe, it
must first be initialized within the jitsi app. Any invocations
by the app to send updates events before initialization will
cause the api to swallow the events. The chosen fix is to
initialize the api earlier so the first update of app's redux
store fires update events that the api will also fire out of
the iframe.
This change will affect current behavior in that right now
the update event of the initial set of the avatar url is
blocked, but the change will make that event fire out of the
iframe.
2019-05-20 11:56:08 +02:00
Leonard Kim
37b343a797
feat(api): add ability to toggle tile view
2019-05-20 02:53:16 -07:00
Leonard Kim
149485905c
fix(api): store passed in devices as user selected
...
Currently devices set through the api are stored
as ids, and not user selected. This can cause
other existing user selected devices to take
precedence over the devices passed into the api.
2019-05-17 10:47:31 +01:00
Leonard Kim
d86b60ea72
fix(chat): maintain bottom scroll on input resize
2019-05-15 08:06:35 -07:00
Leonard Kim
dfe5fbb702
ref(chat): change initial input size to 1 line
2019-05-15 08:06:35 -07:00
Leonard Kim
09f881c0f5
ref(chat): bring in package for text area auto-resizing
2019-05-15 08:06:35 -07:00
Leonard Kim
f1546008f9
ref(chat): removed unused getChatInputRef callback for input
2019-05-15 08:06:35 -07:00
Leonard Kim
d8df7fde84
ref(chat): clean up public blur/focus methods on input
...
Method blur is not called. Method blur is called
internally only.
2019-05-15 08:06:35 -07:00
Leonard Kim
e2044074ad
Revert "fix(welcome-page): remove watermark container to avoid z-index wars"
...
This reverts commit 890151fa72
.
2019-05-14 12:42:54 -07:00
Leonard Kim
5a53d7f32a
fix(chat): re-fix letting long messages wrap
2019-05-14 09:20:25 -07:00
Leonard Kim
4eec13da1c
ref(chat): de-parameterize AbstractMessageContainer
2019-05-14 09:20:25 -07:00
Leonard Kim
cb8282dfe5
ref(chat): remove unused method
2019-05-14 09:20:25 -07:00
Leonard Kim
5cd0b1a9be
fix(chat): fix auto-scrolling to bottom
...
Empower the parent.
2019-05-14 09:20:25 -07:00
Leonard Kim
504fadaf71
ref(chat): on web, move timestamp to chat message
2019-05-14 09:20:25 -07:00
Leonard Kim
7187e540a8
ref(chat): on native, show messages as grouped by sender
2019-05-14 09:20:25 -07:00
Leonard Kim
34dffbfc5e
ref(chat): on native, group messages by sender (no styling)
2019-05-14 09:20:25 -07:00
Leonard Kim
a9637f93c3
ref(chat): create AbstractMessageContainer
...
So mobile and web can share logic for grouping chat
messages by sender.
2019-05-14 09:20:25 -07:00
Leonard Kim
0e8b0a9c5c
ref(chat): create web MessageContainer component
2019-05-14 09:20:25 -07:00
Bettenbuk Zoltan
1e346f10ab
rn: fix streaming key input color
2019-05-10 13:22:05 +02:00
Leonard Kim
a114d55fac
fix(chat): ensure really long words can trigger wrapping
2019-05-09 08:25:47 -07:00
Leonard Kim
afde717ca4
ref(chat): use message type as classname
2019-05-09 07:06:27 -07:00
Leonard Kim
fb5a45f714
feat(chat): on web, group messages by sender
2019-05-09 07:06:27 -07:00
Дамян Минков
f5ac18da18
Add option to allow guest(moderators) to add a room password
2019-05-09 13:30:38 +02:00
damencho
9bde673397
Updates copy info with parltcipant name info if available.
2019-05-09 10:33:55 +01:00
damencho
198eba3682
Does not play sound notifications on the recording side.
2019-05-08 10:27:05 -07:00
Leonard Kim
a49f62238b
ref(chat): clean up extra dom
2019-05-08 08:57:00 -07:00
Leonard Kim
01458eeff9
ref(chat): add a header for holding the close button
2019-05-08 08:57:00 -07:00
Leonard Kim
4d04141f24
ref(chat): change input placeholder
2019-05-08 08:57:00 -07:00
Leonard Kim
2a4bac7a27
ref(chat): remove chat bubble arrow
2019-05-08 08:57:00 -07:00
Saúl Ibarra Corretgé
b45a5da6e2
rn: use new AsyncStorage package
...
It was extracted from the RN core to a community maintained package.
2019-05-08 16:03:09 +02:00
Bettenbuk Zoltan
86d0d4fc22
rn: add DialInSummary
2019-05-07 18:02:14 +02:00
Bettenbuk Zoltan
7e9df74e60
rn: add generic alert dialog
2019-05-07 18:02:14 +02:00
Bettenbuk Zoltan
3eca67e1ad
rn: add HeaderWithNavigation component
2019-05-07 18:02:14 +02:00
Дамян Минков
c040b3a7dd
Fall back to using label for preferred devices ( #4171 )
...
* Skips setting undefined device id to sink in audio preview.
* Fallbacks to use labels for user selected devices.
* Fixes comment.
2019-05-07 09:53:01 +01:00
Leonard Kim
3f4a71c26d
fix(welcome-page): remove watermark container to avoid z-index wars
...
By making the container 100% height and position relative, that
would cause it to overlap any static-positioned elements below it.
The 100% makes it so that any watermarks intended for the bottom
of the page show up on the bottom of the page. However, it's not
needed because watermark stylings already try to position the
watermarks at the bottom.
2019-05-04 11:03:48 -07:00