damencho
ea0f9e7934
feat: Adds ts rule noImplicitOverride and fix errors.
2025-03-12 11:40:07 -05:00
Saúl Ibarra Corretgé
1edf88e744
fix(lint) tame linter
2025-01-10 20:09:11 +01:00
Saúl Ibarra Corretgé
5bb3ba71d0
chore(helpers) drop custom createDeferred() for Promise.withResolvers()
2025-01-10 20:09:11 +01:00
luzpaz
30595584a3
chore(typos) fix various typos
...
Found via `codespell -q 3 -S "*.svg,./lang" -L anser,bu,dialin,goup,miliseconds,nd,vew`
2024-12-20 07:58:31 +01:00
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.
2024-11-11 15:31:58 -06:00
Saúl Ibarra Corretgé
3fb968b3cb
feat(rn,screen-sharing) allow sharing the screen and camera on mobile ( #15236 )
...
* feat(rn,screen-sharing) allow sharing the screen and camera on mobile
With the advancements in layer suspension it should now be ok to do.
Users can still mute the camera themselves if they so desire.
Having the camera enabled while in the background is a separate effort.
2024-10-30 15:11:09 +02:00
Hristo Terezov
960a08c066
fix(conference): Make sure join waits for confernce.init.
...
It was possible that join can be executed before conference.init have even started or we haven't reached the point ot create the initialGUMPromise. This was causing the following issues:
- users stuck on the prejoin screen
- participants join 2+ times in the call (we have been creating more than 1 local participants from a single page).
2024-10-25 11:34:10 -05:00
Hristo Terezov
1b3b949218
feat(prejoin): Move startConference logic to conference middleware.
2024-07-30 07:17:52 -05:00
Hristo Terezov
d510390edc
ref(initialGUMPromise): Move out of _common reducer.
2024-07-30 07:17:52 -05:00
Hristo Terezov
639114f2e1
ref(web): startConference and initial GUM tracks management.
2024-07-30 07:17:52 -05:00
Hristo Terezov
411e9a2372
fix(prosody-auth): Don't loose initial tracks.
...
When the prejoin screen is disabled during the prosody login cycle the initial GUM tracks were lost causing the user to start the call without local media and audio/video mute buttons staying forever in pending state.
2024-07-30 07:17:52 -05:00
Hristo Terezov
2514617417
fix: Make all middleware functions sync.
...
Some middleware functions are declared as async. This wraps next(action) in Promise which will delay the execution of actions and also dispatch will return the its result always as a Promise.
2024-07-25 07:17:16 -05:00
Jaya Allamsetty
9ae5677c00
fix: Make multi-stream mode the default mode.
...
Since plan-b mode will no longer be supported, check for unified plan support is not needed anymore.
2024-01-16 12:17:10 -05:00
Mihaela Dumitru
8504b4b5bb
feat(sounds) use audio files based on locale ( #14104 )
2023-12-19 17:26:29 +02:00
Horatiu Muresan
d7dadfc157
feat(facing-mode) add config for initial camera facing mode ( #14013 )
2023-11-02 16:20:38 +02:00
Hristo Terezov
a7c1ccec71
fix: Attempt to fix setSinkId failures.
2023-08-29 13:25:48 -05:00
Дамян Минков
b31041f0ce
fix: Fixes start A/V muted after going to welcome page. Fixes #11393 . ( #13726 )
2023-08-18 06:29:04 -05:00
Calinteodor
9f5dbb21a7
feat(base/media): fixed movement inside zoomed screenshare ( #13476 )
...
* feat(base/media): fixed movement inside zoomed screenshare
2023-06-21 11:59:03 +03:00
arunnadesh
7538bfc713
fix(AudioTrack) fix currentMuted
...
Co-authored-by: Arun Nadesh <arun.raveendran@hg.ninjavan.co >
2023-06-19 09:51:46 +02:00
Hristo Terezov
bb7ae777b0
feat(unmute/track creation): pending indicator.
2023-06-01 14:07:56 -05:00
Robert Pintilii
ae281e9935
ref(TS) Improve TS ( #13370 )
...
Use correct types for action, dispatch and getState
2023-05-22 09:54:11 +03:00
Robert Pintilii
06b67dcf44
ref(TS) Improve TS ( #13365 )
...
Change some any types to the correct types
2023-05-17 13:05:47 +03:00
Robert Pintilii
65248d7d29
chore(deps) Upgrade TS ( #13331 )
...
Upgrade typescript related packages
Fix new errors and warnings
2023-05-09 15:39:31 +03:00
Robert Pintilii
a22db037c7
ref(TS) Improve TS ( #13282 )
...
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
2023-05-09 11:05:11 +03:00
Robert Pintilii
bf1dde7cd1
ref(TS) Convert some files to TS ( #13223 )
2023-04-20 12:06:45 +03:00
Robert Pintilii
84ad0200a8
ref(TS) Convert some native components to TS ( #13200 )
2023-04-12 16:58:42 +03:00
Robert Pintilii
c1f1c0d341
ref(TS) Convert some components to TS ( #13179 )
2023-04-07 13:59:25 +03:00
Robert Pintilii
3a2a129f44
ref(TS) Improve TS ( #13167 )
...
Fix some errors. Remove @ts-ignores
Convert some files to TS
Remove some eslint-disables
2023-04-04 17:08:59 +03:00
Robert Pintilii
05a79ec793
ref: Remove index files ( #13154 )
...
Fix imports
Convert some files to TS
2023-04-03 16:33:18 +03:00
Robert Pintilii
0b65acb528
ref: Remove some index files ( #13151 )
...
Fix imports
2023-04-03 13:49:19 +03:00
Robert Pintilii
6afb7ba9a6
ref(TS) Changes types to interfaces ( #13141 )
2023-04-03 11:09:50 +03:00
Robert Pintilii
9ac039a408
ref: Remove some index files ( #13140 )
2023-03-31 14:04:33 +03:00
Robert Pintilii
46597bd6e7
ref(TS Convert some Abstract classes to TS ( #13105 )
2023-03-27 11:34:33 +03:00
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper ( #13083 )
2023-03-21 09:47:52 +02:00
Jaya Allamsetty
185e9d4f58
fix(AudioTrack): Reattach the track to the audio element on error.
...
Audio playback for a remote participant doesn't happen when the browser fires an error event on the audio element that the audio track is attached to.
'[modules/RTC/JitsiRemoteTrack.js] <._containerEventHandler>: error handler was called for a container with attached RemoteTrack'
Log an error when that happens and try to re-attach the audio track and execute play on it as a potential fix.
2023-03-10 14:19:55 -06:00
Gabriel Borlea
02c232440e
fix(av-moderation): buttons for participants pane ( #12977 )
...
* fix(av): buttons for participants pane
* fix tests
* fix lint
* rename cliked from participant pane
2023-03-06 11:05:26 -06:00
Robert Pintilii
27b8794d8c
feat(video-picker) Redesign ( #12902 )
...
Convert some files to TS
Implement redesign
Add Virtual background and Flip video to picker menu
2023-02-14 12:15:37 +02:00
Robert Pintilii
fbc0a502e7
ref(TS) Improve TS ( #12656 )
2023-02-02 13:12:31 +02:00
Jaya Allamsetty
122e80dcf1
fix(audio-only) Fix an issue where 'startAudioOnly' in config is not applied to web clients.
2023-01-11 10:31:50 -05:00
Calinteodor
450da1a6df
feat(base/media): SS mobile align ( #12743 )
...
* feat(base/media/native): updated styles and converted VideoTransform.js to tsx
2023-01-10 15:31:57 +02:00
Hristo Terezov
9cc41469d2
ref(setScreenshareMuted): remove mediaType
2022-12-21 11:02:02 -06:00
Hristo Terezov
5077a33fcb
ref(setVideoMuted): remove mediaType param.
2022-12-21 11:02:02 -06:00
Titus Moldovan
ca9f0a6788
fix(rn,screenshare) rework the logic for unified-plan with multi-stream
2022-12-14 08:35:33 +01:00
Robert Pintilii
4bd27730ce
ref(TS) Convert some features to TS ( #12523 )
2022-11-10 10:45:56 +02:00
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
2022-11-08 14:15:49 -05:00
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS ( #12491 )
...
Remove global variables from files
Change type to interface
2022-11-03 10:35:51 +02:00
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I ( #12424 )
2022-10-20 12:11:27 +03:00
Robert Pintilii
6c3206e4d4
ref: TS Improvements ( #12358 )
...
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
2022-10-11 13:47:54 +03:00
Robert Pintilii
7364c7f27b
ref(TS) Remove unnecessary ts-ignores
2022-09-30 11:08:03 +02:00
Horatiu Muresan
ca54533153
fix(audio-configs) Fix startWithAudioMuted overrriding startSilent ( #12251 )
2022-09-27 15:56:59 +03:00