Jaya Allamsetty
21382ea6d5
chore(deps) lib-jitsi-meet@latest
* Get rid of stats debug message, fix typo with codec type.
* fix(receiveVideoController): Do a deep copy of constraints for comparsion.
* fix(codec-selection): Fix codec selection for unified plan browsers.
93af5ada95/...2e598a4bda1ecaac6743aff04d625e6d854c6873
пре 4 година
JohnProv
6df67694d1
Update main-nl.json (#8938)
Remove keys in main-nl but not in main.
пре 4 година
JohnProv
08756bc6d0
Update main-nl.json (#8937)
* Update main-nl.json
Add some translated keys.
* Update main-nl.json
Fix
* Update main-nl.json
Fix typo
* Update main-nl.json
Fix
пре 4 година
Mihai-Andrei Uscat
1b1d650b75
fix(MoreTab): Fix languages not being scrollable on mobile
пре 4 година
Jaya Allamsetty
b1eff72394
chore(deps) lib-jitsi-meet@latest
* fix(receiveVideoController): Do not send redundant video constraints to the bridge.
* feat(stats): Add a new bridge message "EndpointStats" for stats. Use the new Colibri message "EndpointStats" for broadcasting the local stats. The bridge then will be able to filter the endpoint stats and send them only to the interested parties instead of broadcasting it to all the endpoints in the call.
* Test RTCRtpReceiver.getCapabilities before using
2b94da12e8/...93af5ada959d8cc96bdf11e4761147c72a2e5810
пре 4 година
Jonathan Lennox
357bbd1158
Load test: emulate Jitsi-Meet's lastN and selectParticipant behavior. (#8926)
пре 4 година
Arnaud (Martient) Leherpeur
0ca47e9ffb
fix (lang): update french and canadian french i18n
change "cryptage" to "chiffrement"
пре 4 година
Дамян Минков
1123b4f2fe
fix: Adds Portuguese to listed languages
пре 4 година
tmoldovan8x8
1224597ede
feat(e2ee): auto turns on e2ee when one participant enabled it
пре 4 година
Avram Tudor
58b7663a97
Merge pull request #8866 from jitsi/tavram/sip-invite
feat(sipcall) implement sip invite
пре 4 година
Christoph Settgast
cf8ab5e13b
fix(lang) Differentiate prejoin and lobby better in German translation
Signed-off-by: Christoph Settgast <csett86@web.de >
пре 4 година
Tudor-Ovidiu Avram
f99c919416
code review changes
пре 4 година
Tudor-Ovidiu Avram
ae21a09bd6
feat(sipcall) implement sip invite
пре 4 година
Tudor D. Pop
39011d8fd3
feat(virtual-background) persist settings
пре 4 година
Johnny998
77f1a24344
Update main-sk.json
Translated a few missing strings.
пре 4 година
tudordan7
3453e49182
fix(virtual-background): Hide scrollbar on loading action.
пре 4 година
tmoldovan8x8
b1d7debfb9
feat(e2ee): adds sounds for e2ee enabling/disabling
пре 4 година
Дамян Минков
b826fc1d5a
fix: Correct some missing comas in config.js.
пре 4 година
Jaya Allamsetty
c5626e99e9
chore(deps) lib-jitsi-meet@latest
* feat(stats): Get audio levels for the top 5 speakers only.
1249681a0e/...43c589f4096e0e123f92eca46d4c317f731ebc18
пре 4 година
Christoph Wiechert
ae28fcc12f
Fix: used deprecated onmousewheel event
https://developer.mozilla.org/en-US/docs/Web/API/Element/mousewheel_event
пре 4 година
chipechop
987760abbd
Update main-it.json (#8795)
* Update main-it.json
Added roughly 20 missinig lines
* Update main-it.json
Fixed two typos, left behind...
пре 4 година
KyungheeKo
a3b364f8d7
lang: Update korean translation (#8879)
* Update main-ko.json
update korean translation
* Update main-ko.json
fix comma error
* Update languages-ko.json
add korean translation
пре 4 година
JohnProv
2ea317d721
Update main-nl.json (#8891)
* Update main-nl.json
Add missing keys for virtualBackground
* Update main-nl.json
пре 4 година
Vlad Piersec
eb41a306a6
fix(lobby): Knocking participants list for small widths
пре 4 година
Vlad Piersec
3426290bf2
fix(captions): Lift captions upper when invite box is shown & fix icon
пре 4 година
Tudor D. Pop
dfd33521bf
fix(virtual-background): Fixes upload virtual background on Firefox
Fixes: #8892
пре 4 година
Hristo Terezov
be3bc75403
chore(deps) lib-jitsi-meet@latest
* fix(caps): features update event is not emitted.
0e180efdfa/...1249681a0ef24dd3acb33fbef438035e2926de44
пре 4 година
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.
пре 4 година
tmoldovan8x8
e4b34e1c89
feat(rn): makes InputDialog textInput autoFocus
пре 4 година
damencho
0067f6b077
fix: Fixes lobby when allowners is enabled.
пре 4 година
JohnProv
989044b3a9
fix(lang) update Dutch translation
пре 4 година
Mihai-Andrei Uscat
a78ca5fcad
feat(external_api): Add command for toggling localFlipX
пре 4 година
Mihai-Andrei Uscat
1ad40de487
feat(external_api): Add command for toggling camera on mobile web
пре 4 година
ggalperi
2c9078985f
fix(lang) fix typo in Russian translation
Fixed typo
пре 4 година
Tudor D. Pop
77ee4b13e1
feat(virtual-backgrounds) add ability to upload custom images
пре 4 година
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 >
пре 4 година
Saúl Ibarra Corretgé
e0c77dcd95
feat(tile-view) allow to toggle tile view while alone
пре 4 година
Calinteodor
e035d33fa9
feat(authentication) refactor auth dialogs to use React
пре 4 година
Kylian Kropf
11202595bd
fix(lang) update Dutch translation
пре 4 година
Jaya Allamsetty
415670e24b
chore(deps) lib-jitsi-meet@latest
* fix(TPC): get ssrc info per ssrc and not per mline.
* feat: Consider absence of A/V muted from presence as muted.
* Feature: Moderator can revoke moderator role to others and himself (#1532 )
4191198233/...0e180efdfa46a048ae1276cfbdf9cf8e051405c7
пре 4 година
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
пре 4 година
Saúl Ibarra Corretgé
cff0a619f5
fix(interfaceConfig) mark as deprecated
пре 4 година
hmuresan
f7c0d4f1fe
feat(background alpha) Set background transparency
пре 4 година
TigiBoom
8fccb05519
fix(lang) fix typo in Russian translation
пре 4 година
Vlad Piersec
b4155ab6d2
fix(toolbox): Add missing lang key for video settings
пре 4 година
tmoldovan8x8
a1d3870634
feat(external_api): add videoMuted event and action (#8862)
пре 4 година
hmuresan
07f16a7a51
feat (external-api) Add command for setting tile view mode
пре 4 година
Vlad Piersec
0e7bde2ff0
fix(overflow-menu): Don't change state on hover for disabled items
пре 4 година
Vlad Piersec
e9d00acad8
fix(menu): Pop menu icons & background
пре 4 година
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.
пре 4 година