Gabriel Borlea
aec86cecc0
ref(invite): add people form (#13207)
2 lat temu
Robert Pintilii
bf1dde7cd1
ref(TS) Convert some files to TS (#13223)
2 lat temu
Calin-Teodor
91e9005f08
feat(base/config): commented out mobile codecs override
2 lat temu
Дамян Минков
57f9ea2865
feat: Adds an option to disable iframeAPI. (#13235)
* feat: Adds an option to disable iframeAPI.
* squash: Use utility.
2 lat temu
damencho
1f6425fbfd
fix: Fix handling visitor messages and msgs limits module.
2 lat temu
damencho
e169979bab
fix: Fix logs to use module logger.
When using log in the log file is printed 'general' instead of the module that logs it.
2 lat temu
Mihaela Dumitru
6e9e9c9a6a
fix(whiteboard/pinning) mark whiteboard participant as pinned in the active participant logic (#13232)
2 lat temu
Jaya Allamsetty
102a369bca
chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/v1619.0.0+c8d76d4a...v1620.0.0+7f0012f7
2 lat temu
Дамян Минков
b318b987a7
feat: Adds a module for restricting number of messages in a room. (#13229)
* feat: Adds a module for restricting number of messages in a room.
* squash: Adds logic to reload config.
* squash: Ignore polls-answers.
* squash: Rename variables.
2 lat temu
George Politis
78ce68160a
fix: Reinitialize rtcstats when the config changes (#13181)
* fix: Reinitialize rtcstats when the config changes
The mobile app does not exit after the user has left the meeting. This
means we need to re-initialize rtcstats every time a user joins a call to
be sure we are using the correct deployment information.
* Wrap the sendStats method.
* Uses lighter syntax.
* Fixes the linter and adds a warning.
* Bind the `statsEntry` callback to `this`.
* Removes obsolette comment.
2 lat temu
Jaya Allamsetty
6aff616af4
fix(mobile) Do not disableAudioLevels on RN since it uses feature detection now (#13226)
* fix(mobile) Do not disableAudioLevels on RN since it uses feature detection now.
Local and remote audio levels will automatically be disabled on RN since receiver stats and local audio stats are not supported there.
2 lat temu
Jaya Allamsetty
0140a49641
chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/v1617.0.0+faeff49a...v1619.0.0+c8d76d4a
2 lat temu
damencho
732754c566
feat: Module to expose turn credentials via http endpoint.
2 lat temu
Saúl Ibarra Corretgé
b360a9e572
fix(build) drop unused file
Also generalize the lib-jitsi-meet files rule so it can also work with
development (unminimized) builds.
2 lat temu
Saúl Ibarra Corretgé
f88fa81616
deps(rn) update react-native-webrtc to version 111.0.0
Adapt to changes in the Android plugin initialization.
Leverage the new module initialization to simplify enabling WebRTC
logging.
2 lat temu
Calin-Teodor
e0e66119f5
fix(google-api): sign out button label on smaller devices
2 lat temu
Calinteodor
ba4784f149
feat(subtitles): rework feature (#12484)
* feat(subtitles): separated web from native and created native subtitles screen
2 lat temu
Saúl Ibarra Corretgé
7fb7c3de9c
chore(deps) update xmldom to the latest version
2 lat temu
Saúl Ibarra Corretgé
3d2d449d31
chore(deps) react-native-google-signin@latest
Updates the Google SignIn SDK to the latest.
2 lat temu
Saúl Ibarra Corretgé
ca60c33dda
fix(ios) disable CallKit when running in the simulator
It doesn't actually work on the simulator but it never caused trouble...
until iOS 16.4 (or maybe earlier). Disable it.
2 lat temu
damencho
162512496a
feat: Module to rate limit based on sent stanzas via ip.
2 lat temu
damencho
7819c97839
feat: Module to kick jigasi from a meeting via http endpoint.
2 lat temu
damencho
e9c8603c3c
feat: Module to invite jigasi to a meeting via http endpoint.
2 lat temu
damencho
9e165c337a
feat: Module to ban users based on external service.
2 lat temu
damencho
58af1b98c0
feat: Module to provide http endpoint for ending a meeting.
2 lat temu
damencho
6a077333c6
feat: Module to hide rooms for some queries.
2 lat temu
damencho
cb234e6b1b
feat: Module to flip devices.
2 lat temu
damencho
67a9f35176
feat: Module to restrict muc access.
2 lat temu
Jaya Allamsetty
9396e8b0c0
chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/v1615.0.0+a23a8c7c...v1617.0.0+faeff49a
2 lat temu
dependabot[bot]
200d857012
chore(deps-dev): bump webpack from 5.57.1 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack ) from 5.57.1 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.57.1...v5.76.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2 lat temu
Christoph Settgast
1a22b7d0dd
fix(desktop-picker): Populate list of desktop app windows to share
Fix bug introduced via #12994 where id was changed and "-tab" was appended. Due to this the selected tab was not anymore working and empty object was returned here: 05da37b56d/react/features/desktop-picker/components/DesktopPicker.tsx (L270)
Originally part of #13096 by @dudumanbogdan , but pulled ahead to fix application
window sharing via Electron desktop app.
Fixes: jitsi/jitsi-meet-electron#857
2 lat temu
Calin-Teodor
035cccb97b
fix(toolbox): imports
2 lat temu
Saúl Ibarra Corretgé
ca1c00acb0
feat(external-api) drop iframe sandbox
It has created more trouble than it sat to solve, I'm dropping it for
now so we can re-evaluate.
2 lat temu
Robert Pintilii
8836669c9f
ref(audio-picker) Styles refactor (#13193)
Move styles from SCSS to JSS
Convert components from class to function
2 lat temu
Robert Pintilii
13e818e135
ref(TS) Convert some native components to TS (#13203)
2 lat temu
Robert Pintilii
fc0fd2d08c
ref(TS) Convert some components to TS (#13198)
2 lat temu
Robert Pintilii
cc91cfe7b5
ref: Styles refactor (#13196)
Move some styles from SCSS to JSS
Remove unnecessary styles
Remove feedback stars animation option
2 lat temu
Robert Pintilii
33564a311b
ref(video-picker) Styles refactor (#13206)
Move styles from SCSS to JSS
Convert a component from class to function
2 lat temu
Robert Pintilii
2de416c1fa
fix(dial-in) Make text selectable (#13205)
2 lat temu
Jaya Allamsetty
64838df712
chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/v1614.0.0+5d3ce8c2...v1615.0.0+a23a8c7c
2 lat temu
Robert Pintilii
84ad0200a8
ref(TS) Convert some native components to TS (#13200)
2 lat temu
Christoph Settgast
046f9c53ab
fix: breakout rooms with non-ascii room names
Somewhere along a double encoding for the room names occurred, thus
currently moderation does not work for rooms names which contain non-
ascii charaters like ä etc.
This essentially reverts a6bc51cff1
2 lat temu
infl00pLabs
62f1139193
lang: Greek translations update (#13163)
* Complete and Replace Greek translated strings
* Greek translated strings - sorted
* Add files via upload
2 lat temu
Robert Pintilii
373be54b04
ref(TS) Convert some components to TS (#13192)
2 lat temu
Robert Pintilii
00c3ea07e7
fix(notifications-tab) Fix sounds settings (#13195)
2 lat temu
Robert Pintilii
5a64bd76fb
ref(prejoin) Refactor styles (#13187)
Move styles from SCSS to JSS
Convert class to function component
2 lat temu
Robert Pintilii
57dbd3cf54
fix(device-picker) Close picker when another is open (#13190)
2 lat temu
Дамян Минков
e772831f7c
feat(visitors): Fix creating breakout rooms for promoted visitor. (#13188)
* feat(visitors): Fix creating breakout rooms for promoted visitor.
* squash: Drop caching as we hardcode the nick.
2 lat temu
damencho
9363b79454
feat(visitors): Updates meeting id for visitor rooms.
2 lat temu
Gabriel Borlea
cf97ff724c
fix: leave the conference after it is destroyed (#13182)
* fix: leave the conference after it is destroyed
* add timeout for leave conference
2 lat temu