Bettenbuk Zoltan
39d789a088
feat: add url params: config.disableInviteFunctions, config.doNotStoreRoom and userInfo.displayName
5 年之前
Bettenbuk Zoltan
678ed605d7
ref: change JitsiModal to better fit to needs
5 年之前
Michael Telatynski
953f838a2a
Improve accessibility of Buttons in Webapp (#5432)
* Expose toggle buttons better via ARIA
* Wire up the divs/li as role=button as per ARIA patterns
* Add flow annotations to appease the linter
* For role=button use aria-pressed not aria-checked
5 年之前
Bettenbuk Zoltan
57d14d9517
feat: help centre
5 年之前
Horatiu Muresan
7f1eb83dbd
feat(notifications): Manage audio notifications
5 年之前
Vlad Piersec
c05ca1d9fc
fix(prejoin_page) Add labels for video & more UI fixes
5 年之前
Vlad Piersec
1b05d7269c
feat(prejoin_page) Add settings buttons
This reverts commit faf24ca7ec .
5 年之前
Saúl Ibarra Corretgé
955b24be9d
rn,cc: add feature-flag to disable close captions
5 年之前
Saúl Ibarra Corretgé
de6c7e0117
rn,invite: add share button to add people dialog
5 年之前
Hristo Terezov
3a871cbed8
feat(remote-menu):option for disable mute and kick
5 年之前
Bettenbuk Zoltan
a46fd60788
fix: accented room name display
5 年之前
Saúl Ibarra Corretgé
ed8009883b
avatars: ensure no remote avatar is loaded when disableThirdPartyRequests is set
5 年之前
Saúl Ibarra Corretgé
1bbb937d9d
analytics: fix enabling analytics when disableThirdPartyRequests is set
5 年之前
Saúl Ibarra Corretgé
c1fb276937
config: whitelist disableThirdPartyRequests
5 年之前
Juri
92e81c3dbf
lang: added estonian translation
5 年之前
Saúl Ibarra Corretgé
faf24ca7ec
Revert "feat(prejoin_page) Add settings buttons" (#5424)
This reverts commit 08f55ccb94 .
5 年之前
Vlad Piersec
08f55ccb94
feat(prejoin_page) Add settings buttons
5 年之前
Saúl Ibarra Corretgé
579d08e27e
bottom-sheet: tweak UI
- re-add thepand icon, shaped like a pill
- round top corners
5 年之前
Zoltan Bettenbuk
8d3b59a0d0
rn: lonely meeting experience
5 年之前
Mihai Uscat
b9cc6b6f96
fix(mute): Replace icon
5 年之前
paweldomas
b9addaed71
ref(log): logs device list and selected devices
Logs the device list when is updated in the reducer and removes
"button enabled" logging which used to dump the device list, but
in a useless way(Object[Object]).
Makes an attempt to log currently selected device, but because of
multiple possible paths it's impossible to find one reliable spot to log
selected device. One has to rely on device list and the GUM call logged
to figure things out.
5 年之前
bgrozev
16c09c9645
Upadte ljm (configurable pc stats interval), whitelist config options. (#5106)
5 年之前
horymury
202abf2a9a
chrome-banner: add analytics
5 年之前
Saúl Ibarra Corretgé
a4333d3a80
rn,overflow-menu: add a "more options" button
5 年之前
Saúl Ibarra Corretgé
02131f3346
full-screen: fix not re-entering full-screen after dialog is shown
This has the side effect of showing the bottom navbar when the toolbox is open,
which is a nice thing since back is accessible.
5 年之前
Jaya Allamsetty
8dbd1ba1b7
fix(presenter): go back to using standard resolutions for presenter
5 年之前
Bettenbuk Zoltan
bbca0fc357
allow setting the feedback percentage
5 年之前
Jaya Allamsetty
7b25b847ba
fix(presenter): resize desktop track to 720p when presenter starts
5 年之前
paweldomas
01e36e1c56
ref: remove connectivity issues indication for remote participants
It's been considered too disruptive and will often misfire especially
if there are issues with the data channels.
5 年之前
Jaya Allamsetty
9855fac805
fix(screenshot-capture): Move the flag for enabling/disabling the feature to config.js
This will let us enable/disable the feature based on environment/deployment
5 年之前
Saúl Ibarra Corretgé
7d67cb583e
rn,connection: fix autogenerated BOSH address
When the location URL contains a nonstandard port, it won't be included in
URL.hostname, but it will in URL.host.
5 年之前
Saúl Ibarra Corretgé
3bfa4744c8
rn,tracks: fix loadEffects
The resolved promise is expected to return an array.
5 年之前
horymury
a9767eda72
Fix chrome extension banner (#5011)
* Fix chrome extension banner
* Address reviews
5 年之前
Saúl Ibarra Corretgé
c05b4a43e8
rn,tracks: do not load stream effects on mobile
5 年之前
Saúl Ibarra Corretgé
385669cbb8
misc: use default values for parameters
5 年之前
Leonard Kim
5cfae2c419
fix(config): make SHOW_CHROME_EXTENSION_BANNER overridable
5 年之前
paweldomas
b25db3ce2e
feat(config.js): add 'websocket' config option
Config.js will allow to specify both BOSH and Websocket URLs. In such
case the web app will prefer Websocket over BOSH. The reason is that it
appears to be more stable and a bit fast on web, while on mobile
websocket is dropped fast(killed by the OS) on network changes.
5 年之前
Hristo Terezov
31d9fb12c8
ref(Filmstrip): Optimize resizes. (#4992)
* ref(Filmstrip): Optimize resizes.
* fix(thumbnails): resize.
* fix(thumbnails): Issue with height 0, width 0.
* doc(Filmstrip): Improve JSDoc.
5 年之前
Saúl Ibarra Corretgé
ca9ca04d0f
rn,tracks: fix accessing value on undefined object
5 年之前
Saúl Ibarra Corretgé
5a027f1585
rn,media: avoid creating presenter tracks
When ensureTrack is set to true a track will be created with the given media
type. 'presenter' is not supported on RN.
5 年之前
Andrei Gavrilescu
ee525ae569
Whitelist audio detection related configs
5 年之前
horymury
63a411168e
Add `Install chrome extension` banner (#4996)
5 年之前
Vlad Piersec
ad68a87dba
Add config options for presence & join/leave message visibility
5 年之前
Jaya Allamsetty
ac0f3979b0
Remove isEdge check from the client
5 年之前
Mihai Uscat
a18ed3a779
feat(ScreenshotCaptureEffect) Implement.
5 年之前
theunafraid
c2cf09a2ca
Add conference timer (#4958)
5 年之前
paweldomas
6c3968a434
ref: remove features/base/conference -> /app cycle
Move call to reloadNow() on CONNECTION_FAILED to
the ./features/app/middleware to avoid importing higher order feature
from the lower level one.
5 年之前
paweldomas
e8e70d9d27
ref(base/connection/actions.native): JitsiConnection.connect returns void
Do not return anything from JitsiConnection.connect, because it's not
a promise and returns void. Doing so is confusing to the reader.
6 年之前
Bettenbuk Zoltan
9b60537e0f
feat: add swipe handler to entire bottom sheet
5 年之前
Bettenbuk Zoltan
e683d70a18
Add support for avatar status badge (presence)
5 年之前