Gabriel Imre
d69d4dd91a
fix(participants-pane): Use selector for displaying names
4 lat temu
Jaya Allamsetty
91197bc69f
fix(quality-control): Send the new receiver constraints on state changes.
The client now listens for changes to lastN, selectedEndpoints and maxReceiverVideoQuality in redux to trigger sending bridge message in the new format. This fixes an issue where the stage view <-> tile view changes prompt two receiver constraints messages to be sent, first with the maxHeight update and then with the selected endpoints update.
4 lat temu
Jaya Allamsetty
913cf259cf
chore(deps) lib-jitsi-meet@latest
* fix(quality-control): Propagate the height constraints to p2p session. If the application is using the new receiver constraints, propagate the height constraint to the p2p session as well.
* build(deps): bump lodash from 4.17.19 to 4.17.21
* chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9
74a90f7035/...7cbd9c8f2abb4fc9b12373a613ac50bd06ca1d96
4 lat temu
dependabot[bot]
096e1e0dc6
chore(deps-dev): bump lodash in /resources/load-test
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com >
4 lat temu
dependabot[bot]
022f5865e5
chore(deps): bump hosted-git-info from 2.5.0 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.5.0 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.5.0...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com >
4 lat temu
Jaya Allamsetty
cc3377c0da
chore(deps) lib-jitsi-meet@latest
* fix(quality-control): fix constraints sent on channel initialization. Do not send old format constraints if no constraints are set before the channel is initialized.
* chore(deps) run npm audit fix
* chore(deps) update webrtc-adater@8.0.0
86c7a35817/...74a90f703526ba3352174877ed822911bfc2cce7
4 lat temu
dependabot[bot]
c2d7e19a1d
chore(deps): bump hosted-git-info in /resources/load-test
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com >
4 lat temu
dependabot[bot]
a32adec667
chore(deps): bump ssri from 6.0.1 to 6.0.2 in /resources/load-test
Bumps [ssri](https://github.com/npm/ssri ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 )
Signed-off-by: dependabot[bot] <support@github.com >
4 lat temu
dependabot[bot]
ce70b005b1
chore(deps): bump url-parse from 1.4.7 to 1.5.1
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.4.7 to 1.5.1.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1 )
Signed-off-by: dependabot[bot] <support@github.com >
4 lat temu
dependabot[bot]
a07fceb8fd
chore(deps): bump ua-parser-js from 0.7.17 to 0.7.28
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js ) from 0.7.17 to 0.7.28.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases )
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.17...0.7.28 )
Signed-off-by: dependabot[bot] <support@github.com >
4 lat temu
Vlad Piersec
9fd8491d04
fix(RN, Toolbox): Show full participant thumbnails in tile view
4 lat temu
వీవెన్
98078f9160
More Telugu (te) translations.
4 lat temu
Calinteodor
450c961e68
Update contributing file
Added Avoiding bundle bloat section
4 lat temu
Saúl Ibarra Corretgé
ea8ed8aa84
fix(dev) make sure each bundle analysis report gets its own file
4 lat temu
Saúl Ibarra Corretgé
a5ddc896e2
fix(dev) disable performance hints when doing bundle analysis
4 lat temu
Vlad Piersec
2c24dc3d27
fix(premeeting): "Don't show screen" button hover state
4 lat temu
Gabriel Imre
edff9bef53
fix(participants-pane): Resize video layout when closing or opening
4 lat temu
Hristo Terezov
dec90bdeb8
fix(Thumbnail): Display mode typo.
4 lat temu
Tudor D. Pop
f38bf7b14c
fix(dialogs-style): Remove box shadow from header and footer
4 lat temu
Avram Tudor
c851136f8e
Merge pull request #9110 from jitsi/tavram/fix-case-sensitive-replcement
fix(sip-invite) fix baseurl case sensitive replacement
4 lat temu
Saúl Ibarra Corretgé
89abaa83aa
fix(premeeting) drop gradient
It looks particularly odd, specially when any virtual background is activated.
4 lat temu
Tudor D. Pop
9ef984ca3d
feat(virtual-background) add virtual background preview
Also enable background selection while muted.
4 lat temu
Jaya Allamsetty
2f51d9fd3e
chore(deps) lib-jitsi-meet@latest
* fix(JingleSession): Add a unique identifier for source on Firefox.
* fix: Drops unused nick from messages. Fixes #1592
5629ba5d99/...86c7a35817728489e1464ef0cf3839bae4f38d99
4 lat temu
damencho
ceca00b573
fix: Fixes welcome page add calendar link. Fixes #9132
4 lat temu
Jaya Allamsetty
1c6677f523
squash: use oldScreenSharesOrder for checking.
4 lat temu
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.
4 lat temu
hmuresan
a582f1c191
fix(jwt-validation): validate `kid` value only for JaaS
- add some missing meet features
4 lat temu
Vlad Piersec
79939f108c
fix(rn, Labels): Place picture-in-picture button on the left
4 lat temu
Jaya Allamsetty
e765253204
chore(deps) lib-jitsi-meet@latest
* fix(RTC): Fix screenshare with audio on Electron.
e362c89eb6/...5629ba5d99cce52f7dc569d5c4c5406853ae615f
4 lat temu
Paweł Domas
a605403029
fix(Video.js): prevent DOMException: The play() request was interrupted by a new load request
4 lat temu
Ilko
6aae1c024d
Added lobby translations for bulgarian language (#9128)
* Added lobby component translations for bg language
* Update translation of shared youtube video button and label
* Translate security litterals in bg. Update lobby translations
4 lat temu
Jaya Allamsetty
2b7a256aa6
chore(deps) lib-jitsi-meet@latest
* Add dependency for promise.allSettled. Older chrome versions like M72 do not support Promise.allSettled.
* fix(conference): Enable p2p for unified plan clients.
* fix(TPC): Use addTrack instead of addStream in Unified-plan impl.
* Add missing spaces in debug logs.
ad5692d6aa/...e362c89eb69416bcf6a09908ef50e40b685050fb
4 lat temu
hmuresan
b998d80ee3
fix (external-api): fix notify video mute changed when presenting
- small refactor to trigger `notifyVideoMutedStatusChanged` correctly when participant is presenting
4 lat temu
Vlad Piersec
428c3cef38
fix(Labels): Recording label background color
4 lat temu
Besnik Bleta
32a9c94dee
Adding sq translation (#9091)
* Adding sq translation
* Adding sq to languages.json
4 lat temu
Yagiz ISIK
42f07624b4
Updated Turkish Localizations
Added translations for mute everyone's microphone and camera.
4 lat temu
Saúl Ibarra Corretgé
153f991097
chore(deps) lib-jitsi-meet@latest
* fix(RTC) drop the "old gUM" flow
7667117117/...ad5692d6aa42800a1c251e05261ef05bfe2a7f79
4 lat temu
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 >
4 lat temu
Saúl Ibarra Corretgé
f44faa8d81
deps(rn) updatereact-native-webrtc
Includes a MST.getSettings implementation, necessary for dropping "old
getUserMedia flow".
4 lat temu
Jaya Allamsetty
7ef22603fc
chore(deps) lib-jitsi-meet@latest
* fix(SDP): Move all SDP related files to a different dir. SDP utility classes are spread across RTC and XMPP directories now, moving these class files to a 'sdp' directory.
* fix(stats): Return promise for getStats. Switch to returning a Promise for getStats. Reset frame rate stat to 0 when video is suspended as a result of endpoint falling out of last-n.
* Fix: sysMessageHandler not deleted (#1590 )
* task(e2ee): switch back to GCM
463e213b3f/...766711711759c0e8dc6f744f2db041a996972490
4 lat temu
Philipp Fruck
f030706a94
fix(external_api) fixed misspelled api command
4 lat temu
Hamza KHAIT
6eac19a058
fix(lang) update French translation
4 lat temu
Saúl Ibarra Corretgé
8cffa5553d
chore(rn,versions) set mobile app and SDK versions
4 lat temu
Saúl Ibarra Corretgé
0fcdb6f248
fix(patch) remove unneeded hunks from RN patch
4 lat temu
Saúl Ibarra Corretgé
399fac78f5
fix(ios) fix building with Xcode 12.5
4 lat temu
Tudor-Ovidiu Avram
3339a1d19f
fix(sip-invite) fix baseurl case sensitive replacement
4 lat temu
Vlad Piersec
8bd874ca70
feat(themes): Add style tokens and web theme
4 lat temu
Saúl Ibarra Corretgé
8477ae8daa
feat(ios) add ability to set CallKit options for incoming calls
The implemented options are the call handle and UUID.
4 lat temu
Saúl Ibarra Corretgé
b83bc50c03
chore(deps) drop jQuery impromptu
It's no longer used.
4 lat temu
Alex Bumbu
9bffe149d3
feat(iOS): screensharing extension swift implementation
4 lat temu