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
2 лет назад
Mihaela Dumitru
c05a49567d
fix(local-storage) allow disabling window.localStorage (#13592)
2 лет назад
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.
2 лет назад
Hristo Terezov
6293b586f1
fix(connection): Dispatch _connectInternal.
Instead of just calling it.
2 лет назад
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.
2 лет назад
damencho
47d261e45c
fix(visitors): Fixes visitors to work with anonymous domain.
2 лет назад
Gabriel Borlea
2253393ac8
fix(welcome, rn): key warning for unsafe room warning (#13626)
2 лет назад
Hristo Terezov
22eff7fa21
fix(BaseDialog):Update onSubmit for keyDown.
2 лет назад
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.
2 лет назад
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.
2 лет назад
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.
2 лет назад
Andrei Gavrilescu
309f23ba94
feat(noise-suppression): persist noise suppression setting (#13593)
* persist noise suppression setting
* address code review
2 лет назад
damencho
5fd5804245
fix: Fixes max users and web joining.
2 лет назад
damencho
c58e557019
fix(authentication): Fixes web login dialog to connect and join.
2 лет назад
Mihaela Dumitru
1b7a81afa5
feat(external-api) extend event to listen to system buttons and add config to prevent execution
2 лет назад
subhamcyara
470e987fad
feat(stats) add support for watchRTC
2 лет назад
Дамян Минков
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.
2 лет назад
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
2 лет назад
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.
2 лет назад
Дамян Минков
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.
2 лет назад
Calinteodor
63761d515a
feat(base/flags): created flag to control unsafe room warning (#13560)
* feat(base/flags): created flag to control unsafe room warning
2 лет назад
Robert Pintilii
a03bf2cb8e
fix(local-rec) Download recording on meeting end (#13557)
2 лет назад
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.
2 лет назад
MrAndriy
a51b377d6b
fix(lang, rn) add Ukrainian lang to builtinLanguages
Fixes: https://github.com/jitsi/jitsi-meet/issues/13401
2 лет назад
Robert Pintilii
2c8dedcb85
ref(scss) Variables cleanup (#13521)
Remove some unused variables
Replace variables that are only used once with their value
2 лет назад
Saúl Ibarra Corretgé
92ca7a598a
fix(jwt) fix not processing features if avatar, name, email are missing
2 лет назад
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 .
2 лет назад
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
2 лет назад
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 лет назад