tmoldovan8x8
df64dd8f18
rn: add youtube player for mobile app
4 vuotta sitten
Vlad Piersec
8758c222c6
feat(branding): Add ability to customize logo & background
5 vuotta sitten
Bettenbuk Zoltan
29dc63fbcb
ref: merge prejoin with lobby
5 vuotta sitten
Bettenbuk Zoltan
475a2ae596
feat: lobby feature
The lobby feature adds the possibility to lock a meeting and only allow people in after virtually knocking and going through formal approval
5 vuotta sitten
dependabot[bot]
338c960215
build(deps): bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com >
4 vuotta sitten
Jaya Allamsetty
e6093e0706
fix(UI): Highlight the audio device when we hover over it
4 vuotta sitten
Jaya Allamsetty
d1d968997e
Disable audiosettings button on Firefox as it is not supported
4 vuotta sitten
Jaya Allamsetty
45570bc0e7
fix(device-selection): Update redux when a new speaker is selected
Update userSelectedAudioOutputDeviceId and userSelectedAudioOutputDeviceLabel when a new speaker is selected from the audio settings popup menu
4 vuotta sitten
Jaya Allamsetty
f4bcad02d8
fix(device-selection): Add a workaround for a chrome bug with default mic
Pass the real deviceId to gUM instead of 'default' for Chrome to return the correct media stream
4 vuotta sitten
khajaamin
26f7951894
Marathi language (#6615)
* Lang folder removed from proxy server and now using from local dev dir
* Added Marathi 100% langulage transalation
4 vuotta sitten
Richard Février
35dabb1a27
main-fr.json : remove duplicated key introduced by #6461
5 vuotta sitten
Murat Emir Cabaroğlu
c3b79802b2
add missing and fix wrong turkish translation
4 vuotta sitten
Дамян Минков
e6dbe65193
Moderated rooms or subdomains (#6959)
* fix: Fixes using token with no user context.
* feat(moderated): Adds option to add moderated rooms and subdomains.
When a user joins such room or subdomain in order to be a moderator needs to provide a valid jwt token for that room.
* squash: Renames function.
* ref: Removes filtering jicofo setting owners.
This will be disabled on jicofo side and will greatly simplify logic.
Also check the checks to avoid jwt for main domain to access subdomains and the other way around.
* fix: Skips allowners logic for admins.
4 vuotta sitten
Deepak Verma
ff23f81dfe
flags: fix comment
4 vuotta sitten
Jaya Allamsetty
bc66c9063a
chore(deps): update lib-jitsi-meet
4 vuotta sitten
Emil Ivov
974ef4a382
Merge pull request #6941 from jitsi/saghul-patch-5
shared-video: use a more recent video by default
4 vuotta sitten
Saúl Ibarra Corretgé
3bf82b573c
shared-video: use a more recent video by default
4 vuotta sitten
hmuresan
b4b4339a1a
external_api: add start/stop recording commands
5 vuotta sitten
Hristo Terezov
6773aed67f
feat(recording): Limit notification
4 vuotta sitten
Saúl Ibarra Corretgé
d740752522
rn,responsive-ui: refactor dimensions detection
Use a dimensions detecting root component. The Dimensions module does not
measure the app's view size, but the Window, which may not be the same, for
example on iOS when PiP is used.
Also refactor the aspect ratio wrap component since it can be taken directly
from the store.
Last, remove the use of DimensionsDetector on LargeVideo and TileView since they
occupy the full-screen anyway.
Fixes PiP mode on iOS.
4 vuotta sitten
Marius Bardan
d93b219c7f
lang: update RO translations
4 vuotta sitten
Marius Bardan
10cd150a07
lang: update RO translations
4 vuotta sitten
Jaya Allamsetty
a31f3c0c76
fix(config): Add missing capScreenshareBitrate to config.js
4 vuotta sitten
Simon Honegger
af39186a5f
fix: typeof returns a string, so this condition was always true
4 vuotta sitten
Saúl Ibarra Corretgé
d4d1d0aa70
dev: add plugin for circular dependency detection
Example run: https://gist.github.com/saghul/e5e12edc108bdedbcbe65a3d7528235f
4 vuotta sitten
Saúl Ibarra Corretgé
3a88f4939c
misc: break import cycle
4 vuotta sitten
Saúl Ibarra Corretgé
fe221fe4be
deps: run npm audit fix
4 vuotta sitten
Jaya Allamsetty
1caaa47f5e
chore(deps): update lib-jitsi-meet
fix(safari): Disable VAD processing on Safari - cfbb511bce
4 vuotta sitten
Hristo Terezov
a2c4d17e4d
fix(record):web/mobile match disable functionality
5 vuotta sitten
Hristo Terezov
ce1de9e1e7
feat(recording): Disable buttons on active session
5 vuotta sitten
Hristo Terezov
3e7abf3da0
feat(subtitles): Disable for guests.
5 vuotta sitten
damencho
8b4f1789a6
chore(deps): Update lib-jitsi-meet, callstats using full URL.
4 vuotta sitten
Gabriel Imre
444e2b90df
callstats: add siteID passing; sanitize confID path
4 vuotta sitten
Saúl Ibarra Corretgé
7de88995a5
labels: don't disable all labels when VIDEO_QUALITY_LABEL_DISABLED is set
Fixes: https://github.com/jitsi/jitsi-meet/issues/6880
4 vuotta sitten
Hristo Terezov
f0c6e934ce
feat(config):InsecureRoomNameWarning config option
4 vuotta sitten
Дамян Минков
78b01d2c97
Adding whitelist and move away from using custom field for password. (#6621)
* Adding whitelist and move away from using custom field for password.
We re-use room lock for lobby password.
* Make sure we do not run muc-occupant-pre-join for non members only rooms.
* Destroying lobby room, when main room is destroyed or membersonly is disabled.
* Adds destroy reason.
* Clears lobby room instance on destroy.
Fixes problem with on/off/on of lobby feature.
* Add lobby room jid only when members only is on.
* Sends main room jid on lobby destroy.
We can use that in client loggic to auto-join lobby participants to main room as lobby is disabled while waiting.
* fix: Fixes using is_healthcheck_room.
* squash: Enables lobby rooms feature by default.
* chore(deps): Update lib-jitsi-meet, to enable lobby rooms.
4 vuotta sitten
Saúl Ibarra Corretgé
bf60be1654
style: fixup needlessly wrapped line
4 vuotta sitten
Saúl Ibarra Corretgé
5202a7e5b8
room-lock: use the proper text for the room lock prompt
4 vuotta sitten
Saúl Ibarra Corretgé
2af0c0ba17
rn: bump SDK version to 2.9.0
4 vuotta sitten
Saúl Ibarra Corretgé
fbb6486b5f
deps: update react-native-watch-connectivity
It's back in active development and fixes a warning in iOS.
4 vuotta sitten
Saúl Ibarra Corretgé
a113151563
deps: update react-native-calendar-events
Rebase our patches (in PR) on top of latest master.
Sshould fix a crash when requesting permisssions.
4 vuotta sitten
Raider700
470fda3467
lang: add missing fields to German translation
4 vuotta sitten
Saúl Ibarra Corretgé
edea6316ab
Update config.js
4 vuotta sitten
Saúl Ibarra Corretgé
adac9ee5f8
config: don't enable H.264 by default on P2P
We are not actively testing it and it currently crashes Chrome 83+ when insertable streams are used.
4 vuotta sitten
Saúl Ibarra Corretgé
af8bd876e6
deps: run npm audit fix
Skipped webpack, requires further investigation.
4 vuotta sitten
Jaya Allamsetty
403c4a7ee7
chore(deps): update lib-jitsi-meet
c94f6a570f
4 vuotta sitten
marius-bardan
21fe3c87a6
lang: enable support for romanian lang (#6869)
Co-authored-by: Marius Bardan <marius.bardan@8x8.com >
4 vuotta sitten
lorddavidiii
6ddac3bddf
debian,turn: fix getting an external ip in IPv6 enabled networks
4 vuotta sitten
Mihai Uscat
663a65ad81
fix(SecurityDialog): fix button overflow
5 vuotta sitten
marius-bardan
5977f09202
lang: complete Romanian translation
Co-authored-by: Marius Bardan <marius.bardan@8x8.com >
4 vuotta sitten