damencho
8b038716a5
chore(deps) lib-jitsi-meet@latest
* fix: Fixes error for undefined error, on happening on p2p kick.
2e598a4bda/...dddbab99f19a3869a235d4c51a0904463e208e3a
4 年前
Jonathan Lennox
9662b2ae67
Load test: send video constraints only after ICE is connected. (#8952)
4 年前
Jonathan Lennox
6275439a91
Load-test: Fix getId call. (#8941)
4 年前
Vlad Piersec
d9693117f2
fix(Toolbar, rn): Button overflow in landscape orientation
4 年前
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 年前