Saúl Ibarra Corretgé
b3ee8fe127
feat(rn) implement startSilent
Technically, on Android, the audio mode is configured but no audio is
played. Since the configured audio mode matches what we expect from a
calling app (what we support to coexist with) this is enough to not
create audio disruptions.
9 달 전
Calinteodor
95a6001a6f
feat(toolbox): use custom buttons inside toolbox (#15506)
*Adding capability to use customToolbbarButtons config option inside Toolbox as well and updating event name by making it more general.
8 달 전
Wilson Furtado
44bd70179c
Added tooltip when roomname is elided in the pre meeting screen (#15508)
* added tooltip when roomname overflows
8 달 전
Hristo Terezov
445eef97b3
fix(interface-config-whitelist): cleanup
Removes the following unused props.
9 달 전
Hristo Terezov
5ebf5adfa2
fix(configWhitelist): alphasort
9 달 전
Hristo Terezov
35554533d1
fix(config): Document desktopSharingSources and improve types
9 달 전
Hristo Terezov
fb397db69f
fix(logging-config): Improve types
9 달 전
Hristo Terezov
ee8b62cf73
fix(config): Document LJM props.
disableAEC
disableAGC
disableAP
disableNS
displayJids
forceTurnRelay
ignoreStartMuted
enableTalkWhileMuted
9 달 전
Hristo Terezov
2442a332e7
ref(config): Move config types from reducer to IConfig type
The properties are - visitors and disableRemoteControl.
9 달 전
Hristo Terezov
2e43706a4a
fix(config): Remove unused options.
firefox_fake_device
enableAutomaticUrlCopy
fileRecordingsEnabled
disableHPF
9 달 전
Hristo Terezov
e7db943b73
fix(config): Document testing.failICE
9 달 전
Hristo Terezov
c1cbd37d87
fix(config): Move debugAudioLelvels in config.testing
9 달 전
Hristo Terezov
ef56f1d23d
fix(config): Remove config.debug.
Instead we use config.testing?.testMode.
9 달 전
Hristo Terezov
0ae8051fb4
fix(config): Allow only enableMediaOnPromote from visitors config to be overriden.
9 달 전
damencho
1b7668bbdc
feat(dialog): Adds a print when opening and hiding dialogs.
9 달 전
Hristo Terezov
af8157bc06
fix(configWhitelist): Add p2p.mobileScreenshareCodec
9 달 전
Saúl Ibarra Corretgé
1edf88e744
fix(lint) tame linter
9 달 전
Saúl Ibarra Corretgé
5bb3ba71d0
chore(helpers) drop custom createDeferred() for Promise.withResolvers()
11 달 전
damencho
fbdee85c4b
fix(readme): Fixes badge icon and f-droid link.
Fixes #15464
Fixes #15465
9 달 전
damencho
5dd7944bdb
fix(connection): Adds default tenant value on error.
Avoids undefined error.
9 달 전
Hristo Terezov
97146ed8a7
fix(configWhitelist): Remove some props.
9 달 전
Wilson Furtado
19b9eac84a
fix(input) fix content overlapping when clearable icon is present
9 달 전
Wilson Furtado
748ead7e13
feat: Added hover styles and added tabIndex to the meeting list container instead of the meeting item header (#15429)
* added hover styles and added tabIndex to the container instead of the meeting heading
* lint error fix
9 달 전
Saúl Ibarra Corretgé
c23684e11c
fix(devices) filter out Zoom audio device
I haven't seen any particular problem with it, but it's of no use
anyway...
9 달 전
luzpaz
30595584a3
chore(typos) fix various typos
Found via `codespell -q 3 -S "*.svg,./lang" -L anser,bu,dialin,goup,miliseconds,nd,vew`
9 달 전
Saúl Ibarra Corretgé
3d30489cc4
chore(deps) update TypeScript
10 달 전
Hristo Terezov
697c41bffa
fix(config-whitelist): remove p2p.stunServers
10 달 전
Jaya Allamsetty
c9add0a9ef
ref(tracks) Remove gUM option that is no longer supported
10 달 전
Hristo Terezov
45f6550d30
fix(configWhitelist): Remove hiddenDomain and restrict dropbox options to key only. (#15381)
10 달 전
Hristo Terezov
cad37306d4
feat(dynamic-branding): New options for URLs in config
Adds new options that are cloning URL options from the config.
10 달 전
Saúl Ibarra Corretgé
83192435e7
feat(dynamic-branding) support setting transcription language
It will be used as the default if specified.
10 달 전
Calin-Teodor
3834f1e99c
feat(base/tracks): removed pip limitation while screensharing
10 달 전
Mihaela Dumitru
4d7c051dd0
feat(config) add option to show recording link (#15336)
10 달 전
Hristo Terezov
4d483f7846
fix(config-whitelist): remove props.
10 달 전
Hristo Terezov
c2f4dd9dea
fix(supportURL): Override true dynamic branding only.
10 달 전
damencho
97310b5ab5
fix(iframeAPI): Fix role changed event to work not only for local user.
10 달 전
Saúl Ibarra Corretgé
260e5d11b9
fix(conference) update transcription language with meeting language
10 달 전
Saúl Ibarra Corretgé
91c48dfe03
feat(config) whitelist enableCalendarIntegration
10 달 전
Horatiu Muresan
73cba3561e
fix(config-whitelist) cleanup (#15314)
11 달 전
damencho
6af4d182d0
fix(connection): Detects tenant hyphen and length problems and show notification.
11 달 전
damencho
d438292d2c
fix(connection): Shows notification instead of reload on conference request failed.
11 달 전
Saúl Ibarra Corretgé
96d41196e6
fix(local-recording) handle repeated values
11 달 전
Ashot Hovhannisyan
49cf63213d
feat(ns) update Krisp to latest version
* feat(noise-suppression): Add support for BVC model
* feat(noise-suppression): Add support for extended BVC devices list
This commit adds support for extending the list of allowed BVC devices in the noise suppression feature. It introduces a new file, `bvc-allowed-ext.txt`, which can be used to include additional BVC supported devices.
* fix(noise-suppression): reuse the existing audioStream for Krisp initialization
* update krisp configuration
* refactor(krisp): Update Krisp JS SDK version and noise suppression configuration
* refactor(config): update config default values, add the enabled flad in INoiseSuppressionConfig
11 달 전
Hristo Terezov
86d1bd3c78
feat(Video): Handle .play() errors.
- Do not throw the error. This results in unhandled rejection promise.
- Add proper logging so that we can figure out from which video element the error occured.
11 달 전
Calin-Teodor
e52c6e6b35
fix(base/icons): error regarding default props
11 달 전
Calin-Teodor
d7e2be200a
feat(base/ui): remove force capitalize from button labels
11 달 전
Дамян Минков
1a3dd699b7
fix(lobby): Inconsistent state after deny and then approve. (#15226)
* fix(lobby): Inconsistent state after deny and then approve.
Fixes several issues:
- The error on lobby deny is not sticky
- When preJoin is not enabled we were showing conference UI and showing the error, while the participant is denied to enter the meeting.
- There was inconsistent state (after deny we were keeping membersOnly conference state) and when being approved on re-try while being in the meeting, no remote thumbnails are shown although media is flowing.
The scenario is enabling lobby and tryintg to join, denying the first attempt and approving the second one.
* squash: Drop extra hide lobby screen.
* squash: Finish action first before showing the notification.
11 달 전
damencho
04bee97682
feat(audio-recording): Handles conference properties sent from jicofo and play notification.
When audio-recording is enabled server-side play the recording audio and visual notification.
11 달 전
Hristo Terezov
61a0247f30
feat(metrics): related to conference.init execution.
Adds logs and analytics events with time measurements for the different stages of conference.init execution.
11 달 전
Saúl Ibarra Corretgé
6d3330a208
feat(lib-jitsi-meet) log UA string too
This way we can know from the logs what we are working with.
11 달 전