Ricardo Corrie
1303040e17
(react-native-sdk) Adds `CONFERENCE_FOCUSED` and `CONFERENCE_BLURRED` events to the external and RN api (#13657)
* (react-native-sdk) Adds `CONFERENCE_FOCUSED` and `CONFERENCE_BLURRED` events to the external and RN API
пре 1 година
Mihaela Dumitru
c05a49567d
fix(local-storage) allow disabling window.localStorage (#13592)
пре 1 година
damencho
c9f6de1371
fix: Fixes redirect to token auth URL from welcome page.
The redirect was being canceled by the other redirect to the room when clicking start meeting.
пре 1 година
Hristo Terezov
6293b586f1
fix(connection): Dispatch _connectInternal.
Instead of just calling it.
пре 1 година
damencho
06f509b475
feat: Adds auto redirect config for token auth URL.
Option that enables auto redirect, so once a user has authenticated we will use that authentication on next join.
пре 1 година
damencho
47d261e45c
fix(visitors): Fixes visitors to work with anonymous domain.
пре 1 година
Gabriel Borlea
2253393ac8
fix(welcome, rn): key warning for unsafe room warning (#13626)
пре 1 година
Hristo Terezov
22eff7fa21
fix(BaseDialog):Update onSubmit for keyDown.
пре 1 година
Hristo Terezov
0f57928585
fix(breakoutRooms): Fix rename.
Converts the JS files into TS.
Converts the propmt components into functional components.
Adds missing icon.
Other little fixes.
пре 1 година
damencho
df81e0fe53
feat: Adds wait for host prosody module and handling it.
While the host arrives all other participants are waiting in lobby and once the host arrives lobby is destroyed and the participants join the call.
Adds reading some other fields in jwt to extract email.
Introduces tokenLogoutUrl to be used for logout.
пре 1 година
damencho
cf1fa52426
feat: Uses some extra fields to discover name and avatar.
Some jwt token may have the name and avatar in different fields, other than the jitsi context one.
пре 1 година
Andrei Gavrilescu
309f23ba94
feat(noise-suppression): persist noise suppression setting (#13593)
* persist noise suppression setting
* address code review
пре 1 година
damencho
5fd5804245
fix: Fixes max users and web joining.
пре 1 година
damencho
c58e557019
fix(authentication): Fixes web login dialog to connect and join.
пре 1 година
Mihaela Dumitru
1b7a81afa5
feat(external-api) extend event to listen to system buttons and add config to prevent execution
пре 1 година
subhamcyara
470e987fad
feat(stats) add support for watchRTC
пре 1 година
Дамян Минков
ff70025429
feat: Returns an error on join request with no display name. (#13546)
* feat: Returns an error on join request with no display name.
When someone tries to join a room with lobby enabled and display name is not set returns an error.
* squash: Fixes handling DISPLAY_NAME_REQUIRED with preJoin disabled.
* squash: Fixes mobile build.
* squash: Move isDisplayNameRequired redux state in lobby and introduces isDisplayNameRequiredError.
* squash: Drops unused isDisplayNameRequired.
This was used on showing prejoin when connection was established on showing prejoin. We no longer establish it at that time, so it is not possible to hit it and act on it.
пре 1 година
Javier García
7a305ef96e
feat: New config disable feature virtual background (#13580)
* New config disable feature virtual background
* Change enableVirtualBackground to disableVirtualBackground in config file and correct lint problems
* Fix comment disable virtual background
* Change deprecated APP.storage to IReduxState
пре 1 година
damencho
bb29f20a07
fix: Fixes joining visitor.
The dispatches were not ordered and sometimes disconnect was executed just after connect and you end up in disconnected state.
пре 1 година
Дамян Минков
bc23f9cd33
feat: Drops connection on prejoin screen. (#13538)
* feat: Drops connection on prejoin screen.
Refactors connection logic to reuse already existing logic from mobile. Connection is now established just before joining the room.
Fixes some authentication logic with Login and Logout button in Profile tab.
* squash: Drops createInitialLocalTracksAndConnect as it no longer connects.
* squash: Shows an error on mobile and redirects to default.
* squash: Fixes review comments.
* squash: Fixes joining with prejoin disabled.
* squash: Fixes adding initial local tracks.
* squash: Fixes comments.
* squash: Drop no longer used method.
* squash: Fixes old web code imported into mobile builds.
* squash: Drop unused prop.
* squash: Drops recoverable flag on REDIRECT.
* squash: Drops unused variable and fix connection access.
* squash: Xmpp connect returns promise again.
* squash: Execute xmpp connect and creating local tracks in parallel.
* squash: Moves notification about problem jwt.
* squash: Moves startConference to conference.js for the no prejoin case.
And move the startConference in prejoin feature for the prejoin case.
* squash: Fix passing filtered tracks when starting conference with no prejoin.
* squash: Fix clearing listeners on connection established.
Keeps mobile behaviour after merging web and mobile.
* squash: Drops unused code.
пре 1 година
Calinteodor
63761d515a
feat(base/flags): created flag to control unsafe room warning (#13560)
* feat(base/flags): created flag to control unsafe room warning
пре 1 година
Robert Pintilii
a03bf2cb8e
fix(local-rec) Download recording on meeting end (#13557)
пре 1 година
Saúl Ibarra Corretgé
da5d1033c3
fix(app) simplify appNavigate on web
Loading the config can never fail since it uses SSI and it's checked
before page even loads.
пре 1 година
MrAndriy
a51b377d6b
fix(lang, rn) add Ukrainian lang to builtinLanguages
Fixes: https://github.com/jitsi/jitsi-meet/issues/13401
пре 1 година
Robert Pintilii
2c8dedcb85
ref(scss) Variables cleanup (#13521)
Remove some unused variables
Replace variables that are only used once with their value
пре 1 година
Saúl Ibarra Corretgé
92ca7a598a
fix(jwt) fix not processing features if avatar, name, email are missing
пре 1 година
Jaya Allamsetty
97f9d747c0
fix(config): Remove the deprecated configs. (#13500)
* fix(config): Remove the deprecated configs.
Add the new codec selection settings for desktop and mobile endpoints.
* fix(config): Use the new codec selection settings for RN.
* Address review comments.
* chore(deps) Update lib-jitsi-meet@latest.
https://github.com/jitsi/lib-jitsi-meet/compare/v1649.0.0+17ade96a...v1652.0.0+90da4884 .
пре 1 година
Hristo Terezov
159dd13c2d
fix(chat-URLs): Use punycode only on host name.
This is workaround for PunycodeJS which truncates parts of the URL when
it contains '@'.
пре 2 година
Saúl Ibarra Corretgé
cdc4154cdf
fix(android) remove no longer needed view clipping hack
This should no longer be necessary since we added it for Android 6
devices a long time ago but we no longer support those.
Fixes: https://github.com/jitsi/jitsi-meet/issues/13514
пре 1 година
Robert Pintilii
877fbe63c1
fix(dialog) Fix close on backdrop (#13512)
пре 2 година
Hristo Terezov
6187bb928a
fix(Popup): Invalid reference.
пре 2 година
Jaya Allamsetty
3ae18be21f
fix(lastn) Update lastN on virtual screenshare updates.
Fixes https://github.com/jitsi/jitsi-meet/issues/13448 .
пре 2 година
Calinteodor
9f5dbb21a7
feat(base/media): fixed movement inside zoomed screenshare (#13476)
* feat(base/media): fixed movement inside zoomed screenshare
пре 2 година
Horatiu Muresan
d608cf40f5
fix(prejoin) Check for valid url for prejoin (#13468)
- `getPropertyValue` calls `parseUrlParam` with the connection URL from store, which is not yet defined
пре 2 година
Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users (#12969)
feat(a11y): Globally improve accessibility for screen reader users
пре 2 година
arunnadesh
7538bfc713
fix(AudioTrack) fix currentMuted
Co-authored-by: Arun Nadesh <arun.raveendran@hg.ninjavan.co >
пре 2 година
Saúl Ibarra Corretgé
48e1f443ea
fix(password) use the numeric input mode when only digits are required
Fixes: https://github.com/jitsi/brave-tracker/issues/101
пре 2 година
Hristo Terezov
74f605e045
fix(screenLock): Improve.
- Add debug logs.
- Re-request wake lock if it is released by the OS because of page
visibility.
пре 2 година
Robert Pintilii
b77db024f5
fix(settings-dialog) On mobile open on the correct tab (#13443)
пре 2 година
Hristo Terezov
70be08212d
fix(RN): broken build after AV pending changes.
пре 2 година
Horatiu Muresan
acb91990bf
fix(notif-sounds) Set correct audio output device for notifs (#13436)
пре 2 година
Mihaela Dumitru
cd37cdd675
feat(bwe) support setting the bandwidth from the client (#13335)
* feat(bwe) support setting the bandwidth from the client
пре 2 година
Robert Pintilii
d0f9231603
fix(moderation) Show Screensharing blocked notification (#13433)
When video moderation is on and the participant tries to share their screen show a notification saying the screen sharing is blocked
пре 2 година
Saúl Ibarra Corretgé
e461ec7027
fix(e2ee) fix config migration of e2eeLabels
пре 2 година
Mihaela Dumitru
e95a31c114
feat(external-api) add function and event to check p2p status (#13406)
пре 2 година
Hristo Terezov
c1573057df
feat(screen-lock): request on conference join.
пре 2 година
Hristo Terezov
bb7ae777b0
feat(unmute/track creation): pending indicator.
пре 2 година
Jaya Allamsetty
0a84dbb302
fix(participants): Ignore orphan tracks in ssrc-rewriting mode.
Gets rid of an unwanted error that gets printed in the log when there are orphan tracks.
пре 2 година
Saúl Ibarra Corretgé
e06645a631
feat(rn,config) use more efficient codecs on mobile
пре 2 година
Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
пре 2 година