Дамян Минков
a1d018eef4
feat: Disables sending localstats in visitor mode. (#13279)
2 anos atrás
Jaya Allamsetty
6efa4f2475
fix(config) Remove the code related to lastN limits which is not used anymore.
2 anos atrás
Jaya Allamsetty
44dde32bab
fix(config) Remove ununsed abTesting config.
2 anos atrás
Jaya Allamsetty
f72fb4063b
fix(config) cleanup unused 'enableLayerSuspension' flag.
2 anos atrás
Jaya Allamsetty
710dab8b76
fix(config) Ignore enableUnifiedOnChrome config flag.
Always enable unified plan support on Chromium endpoints.
2 anos atrás
Robert Pintilii
1bf0bd6bca
fix(design-system) Remove tokens that are not part of DS (#13122)
Replace tokens with ones that are part of the Design System and are either the same or very similar
2 anos atrás
Duduman Bogdan Vlad
62b6411bb6
feat(webhid) - add webhid feature flag (#13071)
2 anos atrás
Saúl Ibarra Corretgé
de3b6d2a9f
feat(noise-suppression) add support for Krisp
2 anos atrás
bgrozev
f3481576ff
doc: Document new bridgeChannel options. (#13010)
2 anos atrás
damencho
1466d7d149
fix: Always normalizes bosh config.
2 anos atrás
Дамян Минков
8225f5e363
feat: Drops external connect optimization. (#12958)
* feat: Drops external connect optimization.
A bosh only optimization which is no longer used and does not bring any significant value when measured.
* squash: Updates ljm.
2 anos atrás
Horatiu Muresan
35ee92869f
feat(deeplinking) Refactor deeplinking (#12950)
- redesign deeplinking mobile page, desktop page and dial in number page
- now dial in number page is an entry point in app.bundle.
2 anos atrás
Mihaela Dumitru
2aa770e532
feat(config) add flag to disable lobby password & group lobby config flags (#12793)
2 anos atrás
Gabriel Borlea
1a113ba733
feat: add custom buttons for participant menu and toolbar via config (#12832)
* add custom remote menu button
* add config for custom buttons
* whitelist custom buttons flag
* add toolbox custom button
* fix notify toolbox buttons
* whitelist toolbar custom buttons
* rename and fix notify
* rename participant remote menu
* revert some flag wrong changes
* fix some formatings
* add undefined type to custom buttons toolbox
* code review
* code review 2
* fix linting issue
2 anos atrás
Mihaela Dumitru
84221c5c13
feat(dialout) check appId for permission to call outbound destination (#12871)
2 anos atrás
Mihaela Dumitru
192187db32
feat(config/giphy) add proxyUrl config for giphy requests (#12816)
2 anos atrás
Saúl Ibarra Corretgé
726fd3f8a1
fix(config,debian) fix multistream backwards compatibility
Fixes: https://github.com/jitsi/jitsi-meet/issues/12788
2 anos atrás
Saúl Ibarra Corretgé
817a05cf7b
fix(deep-linking) drop broken an unused setting
The showImage setting has been broken for about 2 years since the asset
is not there.
Fixes: https://github.com/jitsi/jitsi-meet/issues/5409
Ref: https://community.jitsi.org/t/error-nginx-usr-share-jitsi-meet-images-deep-linking-image-png-failed/120418
2 anos atrás
Jaya Allamsetty
0ad7b3db55
fix(config) Delete deprecated config.
Client (receiver constraints) and bridge use the new b/w allocation strategy by default.
2 anos atrás
Jaya Allamsetty
7e30053d51
fix(config): Remove unused config values.
capScreenshareBitrate and setScreenSharingResolutionConstraints are no longer valid.
2 anos atrás
Jaya Allamsetty
e7078786e6
fix(config) Remove code related to deprecated configs 'preferH264' and 'disableH264'.
2 anos atrás
Horatiu Muresan
32dbdf2e5c
feat(deeplinking) Move deeplinking to config.js (#12704)
2 anos atrás
Horatiu Muresan
768f10d966
feat(route) Redirect to a custom welcome page
2 anos atrás
Avram Tudor
d7bedb2e07
ref(misc) remove unused code for dock / undock (#12661)
* ref(misc) remove unused code for dock / undock
* remove translations
2 anos atrás
Shawn
93ab7725e7
feat(toolbox) notify click for hangup-menu and end-meeting menu button
2 anos atrás
José Luís Andrade
99385ae3d7
fix(config) add "whiteboard" to toolbarButtons
2 anos atrás
Jaya Allamsetty
f3e4c57036
Remove legacy signaling and legacy SS mode. (#12499)
* fix(connection-status): remove unused participant connectionStatus.
Always use trackStreamingStatus now that legacy endpoint based signaling has been removed.
* remove the check for source-name signaling.
Default to source-name signaling always.
* Remove the check for multi-stream mode.
Make that the default mode and remove the support for legacy SS mode.
* Remove presenter mode.
* update latest@lib-jitsi-meet
2 anos atrás
Mihaela Dumitru
b4809fe083
feat(gif) Support rating config + show display name over gif tile (#12461)
2 anos atrás
Jaya Allamsetty
aebe4885bb
ref(filmstrip) Remove the option to disable thumbnail re-ordering.
2 anos atrás
bogdandarie
485c875ee5
feat(config) add ability to hide speaker stats
2 anos atrás
mbondarenko
f5f689c53d
Added config option for enabling Opus DTX flag which used for reduction in the audio traffic, when a participant is silent then the audio packet won’t be transmitted.
2 anos atrás
Mihaela Dumitru
93406bb12c
feat(whiteboard) add initial implementation (#12185)
2 anos atrás
Saúl Ibarra Corretgé
c523c07cb7
fix(config) drop debug lefover
2 anos atrás
tamasdomokos
8162ae4dbe
fix(translation) translation button visibility for users, add missing languages
2 anos atrás
Horatiu Muresan
ce96b71bfa
fix(config) Update link to to UI tokens
2 anos atrás
Jaya Allamsetty
6a03e49b9e
update config.js
2 anos atrás
George Politis
df9185f92a
ref(callstats): Removes redundant config.js option.
2 anos atrás
Robert Pintilii
f5e60a7ca4
fix(filmstrip) Save stage filmstrip in settings (#12170)
Add config for stage participants number
Enable stage filmstrip by default
2 anos atrás
damencho
fce15b491d
feat: Adds jaas choice when installing.
2 anos atrás
Stefan Weil
882d343e8b
chore(typos) fix some typos
2 anos atrás
Avram Tudor
1e9f599a35
ref(config) move defaultLogoUrl to config object (#12087)
* ref(config) move defaultLogoUrl to config object
* code review changes
2 anos atrás
Nils Ohlmeier
96099a06a8
feature(rtcstats): expose sendSdp as config option (#12072)
* feature(rtcstats): expose sendSdp as config option
* fixed linting error
2 anos atrás
George Politis
289ece42df
feat(logging): Store JS console logs in RTCStats.
With this commit JS console logs can optionally be sent to the RTCstats server
for storage and processing.
The functionality is off by default and can be enabled by setting to `true` the
config.js option
config.analytics.rtcstatsStoreLogs: false // off by default
Obviously, if rtcstats is disabled/not configured nothing will be sent to the
rtcstats backend, even if this setting is set to `true`.
This commit also adds a config.js option that can be used to disable sending the
logs back to callstats:
config.callstatsStoreLogs: true // on by default
Obviously, if callstats is disabled nothing would be sent in the first place,
but if callstats is enabled and this new configuration parameter is set to
`false`, then callstats will be kept active but no logs will be sent to
callstats.
2 anos atrás
Saúl Ibarra Corretgé
e578f6c30f
feat(logging) migrate logging to config.js
2 anos atrás
Saúl Ibarra Corretgé
77d687952d
feat(jwt) deprecate and remove enableFeaturesBasedOnToken
The new behavior is as follows:
IF a user has a token and `features` is not set, we treat it as if the
feature was enabled.
IF a user has a token and `features` is set, we check if the feature
name has a value of "true".
`isJwtFeatureEnabled` also provides a way to specify the default value
in case there is no token.
2 anos atrás
Nils Ohlmeier
9c83831b2c
update(rtcstats): adjusted poll intervals in comments to match default value
2 anos atrás
Nils Ohlmeier
f70ed9cb8a
fix(rtcstats): Fix rtcstats poll interval typo and increase default value (#12024)
* fix(rtcstats): fixed typo in rtcstats pollInterval
* fix(rtcstats): set rtcstats default poll interval value to 10s
2 anos atrás
emrah
f412ff7f11
fix(config) add a missing comma in json list
2 anos atrás
Дамян Минков
5c52ee97ed
fix: Adds missing notification in example config.
Add missing 'notify.videoMutedRemotelyTitle'.
2 anos atrás
Дамян Минков
fa5ee32720
fix: Fixes tenants in default configuration.
2 anos atrás