Vlad Piersec
56c0edc896
fix(toolbox): Show dominant speaker name only when in conference
3 vuotta sitten
Cross
add8265ab9
chore(config) fix spacing
Removed a redundant space under maxBitratesVideo.
3 vuotta sitten
tmoldovan8x8
527b96fe00
task(android): updates sdk version
3 vuotta sitten
tmoldovan8x8
452b1b7e2e
fix(android): renames amplitudereactnative project to use react-native- pattern
3 vuotta sitten
hmuresan
a0c3a00e59
chore(config): Whitelist `disableRecordAudioNotification` config
3 vuotta sitten
hmuresan
00b5ce71e0
fix(external-api): Avoid naming event 'error'
- EventEmmitter treats 'error' as a special case and throws error.
3 vuotta sitten
Saúl Ibarra Corretgé
9a8b67a0a4
feat(notifications) skip join notifications when meetings grow large
3 vuotta sitten
Saúl Ibarra Corretgé
c730676ce6
fix(lang,notifications) make join notification text more generic
3 vuotta sitten
Saúl Ibarra Corretgé
76a53b039f
fix(notifications) throttle join notifications for 2 seconds
3 vuotta sitten
phict
5713b381c4
lang: Update main-sv.json (#9862)
3 vuotta sitten
Mejans
1e83bdef6c
lang: Update i18n Occitan (#9853)
Some update.
Been up to line 253 at the moment
3 vuotta sitten
chagai95
531ec79e13
lang: Added and edited translations for vi (#9850)
Co-authored-by: cfriedlander <chagai.friedlander@aarenet.com >
3 vuotta sitten
José Luís Andrade
772e7b0121
lang: Update portuguese translation (#9836)
* Update portuguese translation
Translate "dialog”, "virtualBackground”, "info” and "settings" sections
* fix "you" translation
* revert "you" translation to original
3 vuotta sitten
Alex Bumbu
5bd329acb9
feat(ios) update dropbox authentication to PKCE flow
3 vuotta sitten
Hristo Terezov
dfd53f4041
fix(rn,ParticipantPane) optimize
Use a FlatList to avoid loading all participants at once.
3 vuotta sitten
Saúl Ibarra Corretgé
221cf67d0a
fix(sounds) fix reaction sound names
- Remove unicode charcters from filenames
- Simplify code for copying them to the iOS SDK
3 vuotta sitten
Saúl Ibarra Corretgé
20a1833c6c
fix(rn,filmstrip) simplify code
viewableItems always comes in order and indexes are always ascending. In
addition, if the array comes empty (I saw it happen on Android at least, when
scrolling like a maniac) we'd calculate the right value, instead of Infinity.
3 vuotta sitten
Saúl Ibarra Corretgé
36f604aab8
fix(rn,filmstrip) avoid fast scroll trigggering visibility notifications
An item won't be considered visible until it has been visible for 500ms.
3 vuotta sitten
Saúl Ibarra Corretgé
8db6e783f1
fix(rn,external_api) skip participant notifications when not in a meeting
3 vuotta sitten
Saúl Ibarra Corretgé
7b4a426ad2
fix(rn,logging) skip some logs on mobile
3 vuotta sitten
Saúl Ibarra Corretgé
a687907105
fix(lastn) debounce updating last N
When joining a large meeting every participant join would trigger an attempt of
an update. Try to minimize the amount of calls.
3 vuotta sitten
Saúl Ibarra Corretgé
5dc03f56f6
fix(notifications) skip participant joined notifications before we join
3 vuotta sitten
tmoldovan8x8
83a1ee1182
task(rn, android): update dropbox logic to retrieve refresh token
3 vuotta sitten
Saúl Ibarra Corretgé
0a6872733e
fix(video-layout) fix getMaxColumnCount on mobile
interfaceConfig does not exist.
3 vuotta sitten
Saúl Ibarra Corretgé
5249998ec5
fix(rn,humbnail) add key prop to array items
Fixes a React warning
3 vuotta sitten
Saúl Ibarra Corretgé
18e2232e9e
fix(toolbox) fix warning due to missing key prop
3 vuotta sitten
Дамян Минков
5c299bcd46
feat: Prints an error log for errors in child components render methods.
3 vuotta sitten
Jaya Allamsetty
b9866e3464
fix(tracks) Fix mobile safari issue with startMuted.
On mobile Safari, when a user joins both audio and video muted, browser doesn't playout the remote audio because of a webkit bug. As a workaround, always add the audio track to peerconnection and then mute the track if needed.
3 vuotta sitten
Jaya Allamsetty
e5041202dc
chore(deps) lib-jitsi-meet@latest
* fix(browser-support): Add audio track to pc always on mobile Safari. On mobile Safari, if a user joins audio and video muted, the browser doesn't decode the incoming audio. Workaround is to always add the audio track to pc and mute it if needed.
* feat: JSON encoded sources. (#1695 )
2820d649ea/...b0d27fa8daef615d45fe566a0385f66facfcf025
3 vuotta sitten
hmuresan
bec9920c79
chore(dropbox-web) Accommodate short-lived access token
3 vuotta sitten
robertpin
5367d43c26
fix(reactions) fix reactions bugs
* Fix: removed web actions from common middlewares
* Fixed raise hand sound
Fix sound to play on raise not lower and work on keyboard shortcut as well
* Fixed reaction keyboard shortcuts
Register shortcuts only when there's more than one participant
* Enforce reactions feature flag on reaction received
* Disable reactions by default on native
* Enable reactions on native by default
* Sort props alphabetically
* Created isreactionsEnabled function
* Remove unused imports
* Fix. No longer show toolbox on reactions and jibri
On message received don't show toolbox for jibri
* Fix isReactionsEnabled function for native
On native check for flag and config option as well
3 vuotta sitten
Saúl Ibarra Corretgé
aa06e89807
chore(rn,deps) react-native-webrtc@1.92.1
Fixes several Android crashes.
3 vuotta sitten
hmuresan
74026e743c
fix(toolbar-buttons) Hide/show invite button based on toolbarButtons
3 vuotta sitten
Nathan Beck
eb4fff773b
fix(config): add av-moderation notifications to config whitelist (#9774)
* fix(config): add av-moderation notifications to config whitelist
* fix(config): lint fixes
3 vuotta sitten
Jaya Allamsetty
5d402b2039
chore(deps) lib-jitsi-meet@latest
* log: Log a task's stack trace when it throws. (#1701 )
* deps: update sdp-interop. (#1700 )
* fix(replace-track) Add not null check for newTrack (#1698 )
53c9c0c9cd/...2820d649ea72c69134c77825a86068a505220119
3 vuotta sitten
Hristo Terezov
a2bac9c3ac
fix(filmstrip): sort alphabetically.
3 vuotta sitten
Hristo Terezov
aff976d53d
fix(mobile-pagination):incorrect number of columns
3 vuotta sitten
Hristo Terezov
c2ffcdc67e
fix(mobile-pagination): Disable bounce effect.
3 vuotta sitten
Hristo Terezov
bb670fd90d
Apply suggestions from code review
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
3 vuotta sitten
Hristo Terezov
b31ed40309
fix(mobile-pagination): address PR review comments
3 vuotta sitten
Hristo Terezov
7dd43d93b6
feat(filmstrip-pagination): mobile support.
3 vuotta sitten
Saúl Ibarra Corretgé
37acce3764
fix(config) add enableReactions to whitelist
3 vuotta sitten
phict
4716bdd380
Update main-sv.json
Add lobby translation and some linguistic improvments.
3 vuotta sitten
Дамян Минков
7c93a130ca
fix: Fixes default values in speakerstats and conf duration modules.
3 vuotta sitten
Werner Fleischer
3c18117101
fix(prosody): av_moderation_component default val
3 vuotta sitten
Jaya Allamsetty
9013b01df6
fix(filmstrip): Always sort the participants alphabetically.
Reorder the sub-groups (shares, speakers and rest of the participants) always on dominant speaker changes and when participants join or leave.
3 vuotta sitten
Jaya Allamsetty
7827c3d1ad
fix(filmstrip): Move thumbnails reordering behind a config.js flag.
enableThumbnailReordering flag (enabled by default) will be used to check if the thumbnails needs to be reodred in the UI.
3 vuotta sitten
Jaya Allamsetty
751d9a9b8e
fix(KeyboardShortcut): pin the correct participants when number keys are used.
3 vuotta sitten
Дамян Минков
bafe6fa895
chore(deps) lib-jitsi-meet@latest
* fix: Updates shard value in XmppConnection on new value from xmpp. (#1699 )
* fix(docs): copy&paste error for setIsReplaced
61c977f70a/...53c9c0c9cd79ed37613166b87e95f7339ae9dedd
3 vuotta sitten
Дамян Минков
1edf8ab9f0
feat: Drops old prosody dependency (0.10...).
Many features work only with 0.11+ prosody versions and there are instructions in the handbook how to install it before installing jitsi-meet.
3 vuotta sitten