Saúl Ibarra Corretgé
7b4a426ad2
fix(rn,logging) skip some logs on mobile
4 years ago
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.
4 years ago
Saúl Ibarra Corretgé
5dc03f56f6
fix(notifications) skip participant joined notifications before we join
4 years ago
tmoldovan8x8
83a1ee1182
task(rn, android): update dropbox logic to retrieve refresh token
4 years ago
Saúl Ibarra Corretgé
0a6872733e
fix(video-layout) fix getMaxColumnCount on mobile
interfaceConfig does not exist.
4 years ago
Saúl Ibarra Corretgé
5249998ec5
fix(rn,humbnail) add key prop to array items
Fixes a React warning
4 years ago
Saúl Ibarra Corretgé
18e2232e9e
fix(toolbox) fix warning due to missing key prop
4 years ago
Дамян Минков
5c299bcd46
feat: Prints an error log for errors in child components render methods.
4 years ago
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.
4 years ago
hmuresan
bec9920c79
chore(dropbox-web) Accommodate short-lived access token
4 years ago
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
4 years ago
hmuresan
74026e743c
fix(toolbar-buttons) Hide/show invite button based on toolbarButtons
4 years ago
Hristo Terezov
a2bac9c3ac
fix(filmstrip): sort alphabetically.
4 years ago
Hristo Terezov
aff976d53d
fix(mobile-pagination):incorrect number of columns
4 years ago
Hristo Terezov
c2ffcdc67e
fix(mobile-pagination): Disable bounce effect.
4 years ago
Hristo Terezov
bb670fd90d
Apply suggestions from code review
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
4 years ago
Hristo Terezov
b31ed40309
fix(mobile-pagination): address PR review comments
4 years ago
Hristo Terezov
7dd43d93b6
feat(filmstrip-pagination): mobile support.
4 years ago
Saúl Ibarra Corretgé
37acce3764
fix(config) add enableReactions to whitelist
4 years ago
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.
4 years ago
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.
4 years ago
Jaya Allamsetty
751d9a9b8e
fix(KeyboardShortcut): pin the correct participants when number keys are used.
4 years ago
Tudor D. Pop
eb4aefbca1
fix(virtual-background) upload bkg image on poor connection
4 years ago
hmuresan
6c40329f6a
feat(branding) Add premeeting background image overwrite
4 years ago
Saúl Ibarra Corretgé
b15f1d190d
fix(chat) avoid emojifying URLs
Fixes: https://github.com/jitsi/jitsi-meet/issues/9661
4 years ago
Saúl Ibarra Corretgé
e67db2381e
Update setup.web.js
4 years ago
Saúl Ibarra Corretgé
11382cfda6
fix(local-storage) use local storage on WebKit when not in an iframe
There should be no need to use the workaround when visiting the site normally.
4 years ago
Saúl Ibarra Corretgé
248865ad3f
fix(rn) enable reactions by default
4 years ago
Horatiu Muresan
7966c8f88f
feat(errors) Expose errors through Iframe API (#9801)
4 years ago
hmuresan
a892d5fed1
fix(pre-meeting) Hide invite button for JaaS
4 years ago
Hristo Terezov
88a11b9f3e
fix(TileView): not showing all participants.
4 years ago
Дамян Минков
bcc326c150
fix: Fixes undefined errors in MeetingParticipant - Item and ContextMenu.
4 years ago
Дамян Минков
e348270099
Revert "fix: Fixes reloads after enabling AV moderation."
This reverts commit 38f9c97f40 .
4 years ago
Дамян Минков
fc59cdbdbe
fix: Fixes showing awaiting AV moderation after grant moderator.
4 years ago
Saúl Ibarra Corretgé
59ef5c4789
feat(e2ee) add support for WebRTC Encoded Transform
An alternative to Insertable Streams, currently implemented in Safarii / WebKit.
https://w3c.github.io/webrtc-encoded-transform/
It's currently behind a config flag, both in Safari and here.
Fixes: https://github.com/jitsi/jitsi-meet/issues/9585
4 years ago
hmuresan
b6b943e7de
feat(lobby) Add sound for participant knocking
4 years ago
Calin Chitu
9d5024cc5d
fix(authentication) fixed close on cancel click
4 years ago
hmuresan
8b23265a50
fix(notifications) Add timeout for video/audio lost notifs
4 years ago
robertpin
605ce9db62
Added default state to persistance
4 years ago
Дамян Минков
e63b3016c9
feat: Allow AV moderation for p2p users.
4 years ago
Дамян Минков
4d07d4ae76
feat: Always show AV moderation.
4 years ago
Дамян Минков
2616e126fb
feat: Show footer context menu in p2p.
4 years ago
Дамян Минков
38f9c97f40
fix: Fixes reloads after enabling AV moderation.
4 years ago
robertpin
c7a91e1974
feat(reaction-sounds) Added sounds for reactions (#9775)
* Added sounds for reactions
* Updated reactions list
* Added reactions to sound settings
* Added support for multiple sounds
* Added feature flag for sounds
* Updated sound settings
Moved reactions toggle at the top of the list
* Added disable reaction sounds notification
* Added reaction button zoom for burst intensity
* Fixed raise hand sound
* Fixed register sounds for reactions
* Changed boo emoji
* Updated sounds
* Fixed lint errors
* Fixed reaction sounds file names
* Fix raise hand sound
Play sound only on raise hand not on lower hand
* Fixed types for sound constants
* Fixed type for raise hand sound constant
4 years ago
Saúl Ibarra Corretgé
08177af182
fix(rn,amplitude) update Amplitude SDK on RN
Amplitude has gone back to having a separate package for RN, so switch to it.
4 years ago
Avram Tudor
1ad9046a38
Improve premeeting screens ux (#9726)
* feat(prejoin) move invite to toolbar section
* feat(premeeting) redesign prejoin and lobby screens
* code review changes
* fix prejoin flicker and avatar id
* fix password error message and native lobby dialog close position
4 years ago
Avram Tudor
49a73ac446
fix(jaas) do not redirect to plan limit page on auth errors (#9746)
4 years ago
Avram Tudor
8e4a22bdbf
fix(moderation) fix ui styles for advanced moderation context menu (#9758)
4 years ago
Saúl Ibarra Corretgé
ddbf334930
fix(e2ee) fix showing not supported warning when alone
4 years ago
Saúl Ibarra Corretgé
cd5f2b483f
fix(e2ee) show entire content at all times
4 years ago