Jaya Allamsetty
1898e4a768
feat(last-n): Implement startLastN and make last-n configurable through UI. (#9093)
4 年之前
Mihai-Andrei Uscat
b53ad353cb
Implement review changes 2
4 年之前
Mihai-Andrei Uscat
dcd073b407
feat(HDAudio): Initial implementation.
4 年之前
hmuresan
f7c0d4f1fe
feat(background alpha) Set background transparency
4 年之前
adam j hartz
67beafc9af
add option for disabling join/leave sounds (#8596)
* add option for disabling join/leave sounds
* document disableJoinLeaveSounds and add it to whitelist
4 年之前
Vlad Piersec
7fce181080
feat(config): Add config option to allow unsetting local video flip
4 年之前
hmuresan
ab6790bdaa
(external_api) Add command for overwriting config values.
4 年之前
Hristo Terezov
8f06866646
feat(config): Add useHostPageLocalStorage
4 年之前
Tudor-Ovidiu Avram
69971a0e90
feat(external_api) allow dropbox option to be overwritten
4 年之前
Mihai-Andrei Uscat
8cf4e15b23
Add config flag for tile responsiveness
4 年之前
Tudor-Ovidiu Avram
55ebb60f85
feat(external_api) allow shortcuts to be disabled
4 年之前
Tudor-Ovidiu Avram
4cb7ebce70
feat(external_api) allow initial gUM requests to be disabled
4 年之前
Tudor-Ovidiu Avram
d91c546a1e
feat(external_api) allow notifications to be configured
4 年之前
Tudor-Ovidiu Avram
dd8b220ff9
feat(jaas) allow tile view to be disabled
4 年之前
Tudor-Ovidiu Avram
d49c5a6d8c
feat(jaas) add config for displaying participants stats and conference subject
4 年之前
James E. Blair
bab2b0735c
Etherpad on join (#8212)
* Add option to open Etherpad on join
For sites that focus on collaborative editing during meetings, add
an option which, when set, will automatically open etherpad when a
participant joins.
* Add openSharedDocumentOnJoin to config whitelist
This also adds some config file doc comments about the option,
including a note about the choice not to honor it in the mobile app.
4 年之前
Jaya Allamsetty
0019284b10
feat: Add option to force pc to use turn relay candidates.
Helps with testing turn relay cases.
4 年之前
Hristo Terezov
5cae5985c0
feat(ConferenceTimer): Add config option to hide.
4 年之前
bgrozev
9535f84775
cleanup: Remove the startBitrate option. (#8193)
4 年之前
Boris Grozev
42d1389338
feat: Remove the min-participants config.
4 年之前
Boris Grozev
6f61077a65
ref: Remove unused option from whitelist.
4 年之前
Saúl Ibarra Corretgé
29fa4c935e
fix(chat) stop using nicknames
We stopped providing a way to set them, so don't render them either.
Also cleanup some leftover config options.
4 年之前
damencho
9fa29d7353
feat: Profile tab does not depend on isGuest.
Introduced a config property to disable profile.
4 年之前
Saúl Ibarra Corretgé
1d9daa8da7
fix(config) drop useStunTurn
Always attempt to discover the configured STUN/TURN servers.
4 年之前
Saúl Ibarra Corretgé
188771751d
fix(config) remove unused options (#7723)
* fix(config) remove unused options
* Update configWhitelist.js
4 年之前
Tudor-Ovidiu Avram
e2731ce73e
feat(loggin) forward logs to external api
4 年之前
Hristo Terezov
fc75d45c6c
feat(video-quality): add iframe event and getter.
4 年之前
damencho
b087b22d4f
feat: Whitelist option to hide lobby button.
4 年之前
Boris Grozev
ac17db9df5
Update lib-jitsi-meet and add the RED option to config.js.
4 年之前
RabeeAbuBaker
79c1358f4b
FEAT: Automatically copy invite URL after creating a room (#7581)
* Resolves #7501
- Automatically copy invite URL after creating a room
* Resolves #7501
- Automatically copy invite URL after creating a room
* - Adding config flag to enable the feature
4 年之前
Tudor-Ovidiu Avram
8a4fb72eae
feat(branding) allow invite links to be branded
4 年之前
Paweł Domas
b3b561f27a
feat(video quality): add maxFullResolutionParticipants (#7403)
Add a config option with the default value of 2, which will cap the max recv video quality to SD if there's more than 2 participants in the conference while in the tile view mode.
4 年之前
Saúl Ibarra Corretgé
fdbd681c8f
config: fix opusMaxAverageBitrate option name
Must match the lib-jitsi-meet counterpart.
Fixes: https://github.com/jitsi/jitsi-meet/issues/7384
4 年之前
Saúl Ibarra Corretgé
b831bb8350
config: add roomPasswordNumberOfDigits to whitelist
4 年之前
plokta
b0188a7184
config: Add option to set preferred audio bitrate. (#7072)
The maxaveragebitrate parameter to be used by Opus can be configured
through the new opusMaxAvgBitrate config option. Values are restricted
by Opus to integers between 6000 to 510000. Works for non-p2p only.
move option to Audio section, add documentation
Co-authored-by: plokta <dev@plokta.eu >
4 年之前
Jaya Allamsetty
07cad2a98f
cleanup: Remove obsolete code related to SS extension
- Remove external install dialogs and fix related screensharing error handling.
- Remove obsolete options from config.js and from configWhitelist.js
4 年之前
Saúl Ibarra Corretgé
a49f04f25b
config: document enableInsecureRoomNameWarning and whitelist it
4 年之前
bgrozev
5867eaf560
config: remove obsolete options
4 年之前
Boris Grozev
0c09ded76b
feat: Add and whitelist the useTurnUdp config option.
4 年之前
Paweł Domas
f646bc7a7a
ref: disable ICE restart by default (#6594)
* ref: disable ICE restart by default
The reason for that it's currently causing issues with signaling when
Octo is enabled. Also when we do an "ICE restart"(which is not a real
ICE restart), the client maintains the TCC sequence number counter, but
the bridge resets it. The bridge sends media packets with TCC sequence
numbers starting from 0.
The 'enableIceRestart' config option can be used to force it, but it's
not recommended.
5 年之前
Vlad Piersec
a45cbf41ef
feat(prejoin_page): Add prejoin page
5 年之前
Saúl Ibarra Corretgé
9962a2ea61
config: whitelist disableSimulcast
5 年之前
Bettenbuk Zoltan
39d789a088
feat: add url params: config.disableInviteFunctions, config.doNotStoreRoom and userInfo.displayName
5 年之前
Horatiu Muresan
7f1eb83dbd
feat(notifications): Manage audio notifications
5 年之前
Hristo Terezov
3a871cbed8
feat(remote-menu):option for disable mute and kick
5 年之前
Saúl Ibarra Corretgé
c1fb276937
config: whitelist disableThirdPartyRequests
5 年之前
bgrozev
16c09c9645
Upadte ljm (configurable pc stats interval), whitelist config options. (#5106)
5 年之前
Bettenbuk Zoltan
bbca0fc357
allow setting the feedback percentage
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 年之前
Andrei Gavrilescu
ee525ae569
Whitelist audio detection related configs
5 年之前