Jaya Allamsetty
561d0c9a10
ref(participants) Remove sortedRemoteScreenshares used by legacy SS.
il y a 2 ans
Hristo Terezov
27754c8874
fix(filmstrip): scroll
Add SS tiles to the number of participants in scroll calculations. This
fixes an issue where the scroll is not displayed if there is a SS tile
and only part of 1 tile is overflowing.
il y a 2 ans
tmoldovan8x8
4c9bfe3d4d
feat(E2EE) add initial SAS verification UI
il y a 2 ans
Pawel Domas
af072c3070
fix: get the current conference
state['features/base/conference'].conference is not the right way to get the current conference.
See getCurrentConference selector - it accounts for joining and other states.
il y a 2 ans
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
il y a 2 ans
Saúl Ibarra Corretgé
88f8f48465
fix(participants) don't treat Jigasi like a fake participant
We only really want to know if a participant is Jigasi for displaying a
specific icon, for all other intents and purposes it's a normal
participant.
il y a 2 ans
bgrozev
99955df5c8
Cleanup sounds (switch to mp3, encode at lower bitrate).' (#12507)
* Reencode mp3 sounds at lower bitrate, mono.
* Encode wav sounds as mp3.
* Remove unused sound file.
* Add opus encoded sounds.
* Add a script to encode sounds.
il y a 2 ans
Robert Pintilii
4bd27730ce
ref(TS) Convert some features to TS (#12523)
il y a 2 ans
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
il y a 2 ans
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
il y a 2 ans
Hristo Terezov
31766c891b
Fix get rooms info (#12492)
* Include local participant; filter out hidden participants for getRoomsInfo
* Review fixes: include ts changes and types
Co-authored-by: Bogdan Duduman <bogdan.duduman@8x8.com >
il y a 2 ans
Robert Pintilii
7c3d2010e4
ref(TS) Convert some features to TS (#12471)
il y a 2 ans
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
il y a 2 ans
Robert Pintilii
3eecf8063f
ref(TS) Remove unnecessary ts-ignores (#12412)
Remove ts-ignores that are no longer needed because of tsconfig.web.json
Change ts-ignore to ts-expect-error for files outside react/features
il y a 2 ans
Robert Pintilii
6c3206e4d4
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
il y a 2 ans
Jaya Allamsetty
6ede5c478f
fix(external-api) Remove muted SS tracks from the list of participants currently screensharing.
Fixes an issue where 'contentSharingParticipantsChanged' event and 'getContentSharingParticipants' API continue to list IDs of the participants that have already stopped their screenshares.
il y a 2 ans
Saúl Ibarra Corretgé
eda3e620d3
fix(rn,participants) fix not rendering connection info messages
Also move shouldRenderParticipantVideo to the only place it's used.
il y a 2 ans
Saúl Ibarra Corretgé
e8df8f75a8
fix(rn,participants) fix rendering screen-sharing
il y a 2 ans
Mihaela Dumitru
d0c22806ec
ref(participants) use enum type to store fake participants (#12316)
il y a 2 ans
Mihaela Dumitru
1230cebde2
fix(avatar) support icons alongside cors avatars (#12280)
il y a 2 ans
Mihaela Dumitru
93406bb12c
feat(whiteboard) add initial implementation (#12185)
il y a 2 ans
Robert Pintilii
7364c7f27b
ref(TS) Remove unnecessary ts-ignores
il y a 2 ans
Bogdan Duduman
48db099134
feat: include sort members eslint changes
il y a 2 ans
Robert Pintilii
4ee77b1f65
ref(TS) Convert some base files to TS (#12226)
il y a 2 ans
Robert Pintilii
0bccda2c9e
ref(TS) Convert more base files to TS (#12222)
il y a 2 ans
Robert Pintilii
63b6b5a72d
ref(TS) Convert some files to TS (#12204)
il y a 2 ans
Robert Pintilii
6dd04136de
ref(TS Convert some files to TS (#12191)
il y a 2 ans
Hristo Terezov
f0a45a9976
feat: Handle dominant speaker silence
il y a 2 ans
Gabriel Borlea
d6f3c2a0f4
ref(face-landmarks): convert to typescript and add detector class (#12144)
* fix(face-landmarks): stop recognition when imageCapture error
* ref(face-landmarks): convert files in typescript
fix: lint issues
* code review
* ref(face-landmarks): move detection part to a class
* ref(face-landmarks): make FaceLandmarksDetector singleton
* fix typo and ts-ignore problematic types
* fix linting issues
il y a 2 ans
Robert Pintilii
a1d20dc188
ref(TS) Convert some features to TS (#12149)
Convert AV Moderation and Breakout Rooms to TS
il y a 2 ans
Robert Pintilii
95084e1004
ref(TS) Convert some base features to TS (#12138)
il y a 2 ans
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
il y a 2 ans
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
il y a 2 ans
Duduman Bogdan Vlad
5f62acc67c
fix(external_api): Fix number of participants in meeting (#12052)
il y a 2 ans
Robert Pintilii
17008237dc
ref: Improve TS state (#12125)
Create IStateful interface
Use IState interface everywhere
Remove unnecessary @ts-ignore
il y a 2 ans
Robert Pintilii
271ea8315b
ref: Improve reducers TS (#12123)
il y a 2 ans
Saúl Ibarra Corretgé
bebcc8234f
fix(rn,multi-stream) don't send multiple streams on mobile
Mobile does not do multiple local video streams for performance reasons,
so avoid creating the local fake participant.
WIP
il y a 2 ans
Robert Pintilii
3bd3be4df0
ref: Convert files to TS (#12007)
Convert files that use material-ui to TS (needed for material-ui upgrade)
il y a 2 ans
Robert Pintilii
dfb2a07cfa
ref: Convert material-ui files to TS (#12013)
Convert files that use material-ui to TS (needed for material-ui upgrade)
il y a 2 ans
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.
il y a 2 ans
Jaya Allamsetty
97bc41f644
fix(filmstrip) Push dominant speaker to the top of the active speaker list.
The active speaker list in redux is alpha sorted, we need to ensure dominant speaker is at the top otherwise it can get truncated based on the available number of visible slots in the filmstrip.
il y a 2 ans
Jaya Allamsetty
3975db7a68
fix(fimstrip): Do not re-sort the active speakers if dominant speaker is visible.
Fixes a case where re-sorting doesn't happen even when dominant speaker is currently not visible.
il y a 2 ans
damencho
fa39c10766
feat: Updates the local stats to match remote for 'connected to'.
il y a 2 ans
Robert Pintilii
5f04c5ba64
ref: Convert some reducers to TS (#11988)
il y a 2 ans
Robert Pintilii
8f5eabe1f2
ref(TS) Remove ts-ignores (#11979)
il y a 2 ans
Robert Pintilii
43578474a0
ref: Convert base/participants to TS (#11978)
Remove unnecessary ts-ignores
il y a 2 ans
Jaya Allamsetty
9b9fbc0bc9
fix(participants-pane): Get the correct participantCount for multi-stream.
Do not add virtual screenshare participants to participantCount.
il y a 2 ans
Robert Pintilii
6f4b858e35
ref: Convert reducer to TS (#11920)
il y a 2 ans
Jaya Allamsetty
2a5e169c2f
fix(filmstrip): Remove SS ep from list of active speakers.
This fixes a case where duplicate SS tile appears when SS ep is the dominant speaker and all the active speakers are currently visisble.
il y a 2 ans
Jaya Allamsetty
c727b603af
fix(filmstrip) Make dominant speaker visible at all times (#11874)
* fix(filmstrip) Make dominant speaker visible at all times.
* squash: address review comments.
il y a 2 ans