Hristo Terezov
0f57928585
fix(breakoutRooms): Fix rename.
Converts the JS files into TS.
Converts the propmt components into functional components.
Adds missing icon.
Other little fixes.
1年前
Werner Fleischer
7fee0297e8
feat(breakout-rooms): renaming
3 年前
Robert Pintilii
96b6edccf8
ref(TS) Remove flow comments in TS files (#13258)
2 年前
Robert Pintilii
3a2a129f44
ref(TS) Improve TS (#13167)
Fix some errors. Remove @ts-ignores
Convert some files to TS
Remove some eslint-disables
2 年前
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
2 年前
Werner Fleischer
e8bd75b2d1
fix(breakout-room, rn): joining room
2 年前
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 年前
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
2 年前
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 >
2 年前
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
2 年前
Robert Pintilii
2a321d6b1f
ref(TS) Convert some files to TS (#12364)
2 年前
Robert Pintilii
6c3206e4d4
ref: TS Improvements (#12358)
Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
2 年前
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2 年前
Robert Pintilii
a1d20dc188
ref(TS) Convert some features to TS (#12149)
Convert AV Moderation and Breakout Rooms to TS
2 年前
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
2 年前
Duduman Bogdan Vlad
5f62acc67c
fix(external_api): Fix number of participants in meeting (#12052)
2 年前
Robert Pintilii
271ea8315b
ref: Improve reducers TS (#12123)
2 年前
Duduman Bogdan Vlad
fc60ab8383
feat(conference) send leave reasons on switching room and when errors occur
2 年前
Robert Pintilii
5f04c5ba64
ref: Convert some reducers to TS (#11988)
2 年前
Robert Pintilii
769f0a8452
feat: Add name overwrite API (#11543)
3 年前
Mihaela Dumitru
02aca27c46
feat(external-api) add breakout room configs to hide auto assign and footer menu buttons (#11443)
* hideAutoAssignButton
* hideFooterMenu
* hideModeratorSettingsTab
* hideMoreActionsButton
* hideMuteAllButton
3 年前
Calinteodor
7c523f3250
language(typescript) actionTypes.js -> actionTypes.ts (#10940)
* language(typescript) first ts component, added ts configurations, actionTypes.js are now ts files
3 年前
Mihaela Dumitru
936d9b41f1
feat(external-api): expose config for breakout rooms (#11055)
3 年前
Mihaela Dumitru
79877e56f0
fix(breakout-rooms) close room before removing it (#10956)
3 年前
Calin Chitu
73f3409f0d
feat(participants-pane) separated participants into collapsible lists
3 年前
Saúl Ibarra Corretgé
ab3d2160c9
fix(lint) tame Flow
3 年前
Calin Chitu
4878a00014
feat(participants-pane) updated styles for add breakout and invite buttons
3 年前
Дамян Минков
1c4283eeca
feat: Edits messages display name on breakout info received. Fixes #10671.
3 年前
Дамян Минков
f2efdfcbc1
feat: Drop unused constants.
3 年前
Robert Pintilii
9816be4745
fix(participants-pane) Make search work with breakout rooms (#10668)
Web and native
3 年前
wfleischer
ce0a044742
fix(breakout-rooms): close option shown to non-moderators (#10648)
Co-authored-by: Werner Fleischer <70745309 +wernf@users.noreply.github.com >
3 年前
Дамян Минков
e7bac3ad44
fix: Fixes emitting conference left event in iframeAPI.
Moving to breakout room and back in main room do not fire videoConferenceLeft events.
And the videoConferenceJoined was reporting wrong conference name on join.
3 年前
Calinteodor
bf3cc65f4c
feat(security) created SecurityOptions React Navigation screen (#10509)
* feat(security) Security Options screen
3 年前
Saúl Ibarra Corretgé
e6accd40e1
fix(breakout-rooms) ensure we use the same media types when joining
Only audio and video are considered. Screen sharing won't be preserved.
3 年前
Saúl Ibarra Corretgé
7f0cfed981
fix(rn,breakout-rooms) create desired local tracks when joining rooms
3 年前
Saúl Ibarra Corretgé
c705dbaa2f
fix(rn,breakout-rooms) fix not rendering display names
3 年前
Saúl Ibarra Corretgé
ae3fb20d65
fix(breakout-rooms) fix not waiting to leave the room
We need to wait for it before we start joining.
3 年前
Saúl Ibarra Corretgé
da0cb2b837
feat(breakout-rooms) add notification when joining rooms
3 年前
Saúl Ibarra Corretgé
be53c4c522
fix(rn,breakout-rooms) wait for the room to be left
Just like on web, we wait for the current room to be left in order to avoid all
kinds of problems.
3 年前
Saúl Ibarra Corretgé
591eab7c97
fix(breakout-rooms) make sure participants in breakout rooms have a display name
3 年前
Saúl Ibarra Corretgé
43647f1302
fix(conference) simplify code
Unify the 2 functions used to leave the room into a single one.
3 年前
robertpin
c2ab8935c1
fix(breakout-rooms) Improve breakout rooms
Don't show more menu on the main room
Fix join room on mobile web
When moving to room reset breakout rooms state to avoid showing incorrect data before response from prosody is received
3 年前
Saúl Ibarra Corretgé
4a5982da1f
fix(breakout-rooms) make sure the default name is monotonically increasing
3 年前
Robert Pintilii
0106e68728
chore(breakout-rooms) Added analytics (#10421)
3 年前
Werner Fleischer
b5faf9f62a
feat(breakout-rooms) add breakout-rooms
- implement breakout-rooms
- integrated into the participants panel
- managed by moderators
- moderators can send participants to breakout-rooms
- participants can join breakout rooms by themselve
- participants can leave breakout rooms anytime
Co-authored-by: Robert Pintilii <robert.pin9@gmail.com >
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
3 年前