Jaya Allamsetty
0ad7b3db55
fix(config) Delete deprecated config.
Client (receiver constraints) and bridge use the new b/w allocation strategy by default.
2 лет назад
Jaya Allamsetty
7e30053d51
fix(config): Remove unused config values.
capScreenshareBitrate and setScreenSharingResolutionConstraints are no longer valid.
2 лет назад
Horatiu Muresan
0ad52a06ce
feat(prejoin) Disable join buttons during joining
- use new `Button` component for drop down buttons
2 лет назад
bgrozev
82fd465819
Re-use existing flags for visitor functioonality. (#12703)
* Fix documentation.
* Re-use existing flags instead for visitor functionality.
* Make the linter happy.
* Declare the disableFocus flag in configType.ts
* chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/v1561.0.0+2d4cd935...v1564.0.0+e2aa3700
2 лет назад
Jaya Allamsetty
561d0c9a10
ref(participants) Remove sortedRemoteScreenshares used by legacy SS.
2 лет назад
Hristo Terezov
3b8ad78a62
fix(audio-only):Don't disable on SS started. (#12733)
Implementing this on mobile in order to match the web implementation.
2 лет назад
Horatiu Muresan
2bb2a68e01
chore(welcome-page) Welcome page redesign (#12717)
2 лет назад
Hristo Terezov
27754c8874
fix(filmstrip): scroll
Add SS tiles to the number of participants in scroll calculations. This
fixes an issue where the scroll is not displayed if there is a SS tile
and only part of 1 tile is overflowing.
2 лет назад
Hristo Terezov
9cc41469d2
ref(setScreenshareMuted): remove mediaType
2 лет назад
Hristo Terezov
5077a33fcb
ref(setVideoMuted): remove mediaType param.
2 лет назад
Jaya Allamsetty
e7078786e6
fix(config) Remove code related to deprecated configs 'preferH264' and 'disableH264'.
2 лет назад
Horatiu Muresan
32dbdf2e5c
feat(deeplinking) Move deeplinking to config.js (#12704)
2 лет назад
Hristo Terezov
17b5009e63
feat(audioOnly): do not disable when SS starts
2 лет назад
Saúl Ibarra Corretgé
d91f49ec88
fix(rn) temporarily disable P2P
We're getting some no-video problems after the migration to Unified Plan
(before it was only working for same plan clients FWIW).
It was already disabled on Android, so the same in iOS while we figure
this out.
2 лет назад
Saúl Ibarra Corretgé
294d2c9f6e
fix(rn,config) make sure VP9 is never selected
2 лет назад
tmoldovan8x8
9fae488070
fix(rn) removes settings dialog webviews and opens urls in browser
2 лет назад
Mihaela Dumitru
0e47f72b5f
fix(invite-dialog) adjust dial in limit display condition and styling (#12654)
2 лет назад
Gabriel Borlea
955367a157
fix(config): cleanup config function (#12690)
* fix(config): avoid cleaning analytics config
* fix cleanup function
2 лет назад
Robert Pintilii
aef5328aeb
ref(TS) Convert some features to TS (#12651)
2 лет назад
Titus Moldovan
ca9f0a6788
fix(rn,screenshare) rework the logic for unified-plan with multi-stream
2 лет назад
Saúl Ibarra Corretgé
e7c5ae5936
fix(rn,config) don't disable multi-stream sending on RN
We don't plan to send both (camera and screen) streams at once, but we
do plan to align with web and have both streams at the same time, with
the camera being muted when we start screen sharing.
2 лет назад
Horatiu Muresan
768f10d966
feat(route) Redirect to a custom welcome page
2 лет назад
Дамян Минков
9fbbe05d6c
feat: Adds docs, config and scripts around the visitor mode. (#12658)
* feat: Moves handle of vnode from conferenceIQ stanza error to result.
* feat: Handles redirected to visitor node event.
* feat: Adds README and configurations.
* squash: Drop comment.
* copy edits
* image fix
* fix background for dark mode
* fix the background
* feat: Update s2soutinjection.
* Update README commands formatting.
* Update doc/extra-large-conference/README.md
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
* squash: Creates a generateVisitorConfig helper.
* squash: Moves the folder from doc.
* squash: Update example.
* squash: Drop config.
* squash: Rename var to look like template.
* squash: Fix plugins path.
* squash: Fix sort order of import.
* squash: Fix lint errors.
Co-authored-by: scott boone <scott.e.boone@gmail.com >
Co-authored-by: Scott Boone <scott.boone@8x8.com >
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
2 лет назад
Avram Tudor
d7bedb2e07
ref(misc) remove unused code for dock / undock (#12661)
* ref(misc) remove unused code for dock / undock
* remove translations
2 лет назад
Calin-Teodor
703ed731c8
feat(base/redux): fixed local storage on native
2 лет назад
Robert Pintilii
51bdf67cf2
fix(dialog) Fix Dialog on mobile (#12650)
Use JitsiPortal on mobile
2 лет назад
tmoldovan8x8
4c9bfe3d4d
feat(E2EE) add initial SAS verification UI
2 лет назад
Pawel Domas
af072c3070
fix: get the current conference
state['features/base/conference'].conference is not the right way to get the current conference.
See getCurrentConference selector - it accounts for joining and other states.
2 лет назад
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
2 лет назад
Robert Pintilii
cb3fb3ada9
ref(TS) Convert some features to TS (#12611)
2 лет назад
Robert Pintilii
643cc2db81
ref(TS) Convert some features to TS (#12591)
2 лет назад
Calinteodor
93566e313e
feat(native): Last mobile release UI fixes (#12603)
* feat(base/modal): order props alphabetically
* feat(base/ui): added ripple color for tertiary button
* feat(prejoin): removed autoFocus from input and adjusted content
* feat(conference): adjusted RaisedHandCountLabel and added extra code spaces
* feat(prejoin): fixed content to fit tablets
* feat(conference): moved header button styles to navigation styles
* feat(mobile/navigation): updated header navigation button styles
* feat(prejoin): updated elements width, removed left inset
2 лет назад
Gabriel Borlea
4b969cf4ab
feat(face-landmarks): add face landmarks timeline (#12561)
* feat(face-landmarks): add face landmarks timeline
fixes after rebase
* fixes after rebase compiling and linting
* fix: change keyboard shorcut for participants stats
* fix: label for emotions switch
* fix: linting issues
* code review changes
* fix linting issues
* code review changes 2
* fix typo
2 лет назад
Saúl Ibarra Corretgé
3081b41d0d
fix(android) temporarily disable P2P
For some reason one of the users gets a black screen when doing Android
to Android calls. If iOS is involved things Just Work (TM).
It seems to be related to the use of H.264, but since it works with iOS
there must be something else to it.
2 лет назад
Calinteodor
a795e0797a
feat(native): New mobile release UI fixes (#12592)
2 лет назад
Robert Pintilii
f5f55c4f23
fix(dialog) Improvements (#12590)
Remove focus outline for the close icon
Increase max height
2 лет назад
Saúl Ibarra Corretgé
f38c9f5450
feat(notification,external-api) notify bridge channel failures
2 лет назад
Calinteodor
971fe0481f
feat(chat/polls/native) Update chat and polls UI (#12550)
* feat(chat/polls/native): update ui
2 лет назад
robertpin
867c488e10
fix(dialog) Update max height
2 лет назад
Hristo Terezov
48ed3b7dc6
fix(dialog): cancel hide timeout on openDialog
Since we unmount the dialog after a timeout because of an animation we
need to cancel the timeout in case we need to render new dialog.
Otherwise the actual hiding can be executed after we render the new
dialog.
2 лет назад
Hristo Terezov
04abfe1a3b
feat(dialog): add disableAutoHideOnSubmit prop
Needed for shared video dialog.
2 лет назад
Saúl Ibarra Corretgé
88f8f48465
fix(participants) don't treat Jigasi like a fake participant
We only really want to know if a participant is Jigasi for displaying a
specific icon, for all other intents and purposes it's a normal
participant.
2 лет назад
Saúl Ibarra Corretgé
8127ea2479
feat(redux) throw exception in case invalid listeners are registered
This allows catching mistakes early.
2 лет назад
Saúl Ibarra Corretgé
14fcd153e5
fix(rn,connection-indicator) align rendering with web
Use the same way for calculating que perceived quality and display it.
2 лет назад
Joseph Garrone
4ef4e45ee4
fix(styles) Remove Theme type annotation (#12544)
* tss-react doesn't need a type anotation for the Theme
* Update tss-react to 4.4.4
2 лет назад
Shawn
93ab7725e7
feat(toolbox) notify click for hangup-menu and end-meeting menu button
2 лет назад
Saúl Ibarra Corretgé
79c4cabbad
feat(rn) make status bar visible at all times
2 лет назад
Robert Pintilii
7a9f51b01b
ref(TS) Convert some features to TS (#12546)
2 лет назад
Robert Pintilii
a884a6b232
fix(ui) Fix new icons issues (#12545)
2 лет назад
bgrozev
99955df5c8
Cleanup sounds (switch to mp3, encode at lower bitrate).' (#12507)
* Reencode mp3 sounds at lower bitrate, mono.
* Encode wav sounds as mp3.
* Remove unused sound file.
* Add opus encoded sounds.
* Add a script to encode sounds.
2 лет назад