robertpin
41f11e5adb
feat(self-view) Added ability to hide self view
...
Added config option disableSelfView. This disables it on web and native
Added button on local video menu and toggle in settings on web to change the setting
2021-12-09 08:45:16 +01:00
Saúl Ibarra Corretgé
c48aa44af3
fix(breakout-rooms) cleanup remote tracks when a conference is left
2021-12-08 16:52:38 -06:00
Christoph Settgast
085b07efcd
fix(rn) join conference if started by moderator
...
Issue was that APP is not defined at this place on mobile,
thus this raising ReferenceError which caused the waitForOwner to break
Closes : #10211
2021-12-08 16:52:23 -06:00
Horatiu Muresan
9b3f254c6b
feat(end-meet-for-all) Trigger notifyReadyToClose event on end meetin… ( #10549 )
2021-12-08 16:11:31 +02:00
Horatiu Muresan
10e5b2f572
feat(prejoin) Add possibility to hide extra join options buttons ( #10434 )
2021-12-08 09:53:19 +02:00
Jaya Allamsetty
b19e4d76b5
fix(media) dispatch the unmute blocked action irrepective of the muted state.
...
This fixes an issue where the user muted by focus is able to unmute themselves even when the sender limit has been reached.
2021-12-07 17:13:29 -06:00
Andrei Oltean
a077043f1b
feat: (moderate-reaction-sounds) enable moderator to mute reaction sounds
2021-12-03 18:36:57 +02:00
tmoldovan8x8
646fdef6bb
fix(screen-sharing, picture-in-picture) re-enables PIP after stopping screen-share
2021-12-03 15:44:19 +02:00
Jasper Hugo
ed6f6cf766
feat(tile-view): allow disabling thumbnail enlargement
2021-12-02 21:21:12 +01:00
Tudor D. Pop
c172a27f24
feat(notifications) coalesce participant left and raised hand notifications
2021-12-02 14:17:07 +01:00
Andrei Oltean
8ef48a8a1d
feat: (speaker-stats) fix refresh and minor refactoring
2021-12-02 14:11:08 +02:00
Saúl Ibarra Corretgé
3548485e84
fix(participants) fix unpinning when switching conferences
2021-12-01 15:36:49 +01:00
Saúl Ibarra Corretgé
991a0e22a8
fix(conference) fix broken dispatch on mobile
2021-12-01 15:02:36 +01:00
Saúl Ibarra Corretgé
7a479b967c
fix(modal) remove dead code
2021-12-01 15:02:36 +01:00
Hristo Terezov
208586cead
fix(gravatar): Add crossOrigin attribute.
...
In cross origin issolated mode we need to explicitly add crossOrigin
attribute for all resources that are loaded with CORS headers.
2021-11-30 16:15:20 -06:00
Jaya Allamsetty
c7765cc1b7
feat(conference) Implement audio/video mute disable when sender limit is reached.
...
* feat(conference) Impl audio/video mute disable when sender limit is reached.
Jicofo sends a presence when the audio/video sender limit is reached in the conference. The client can then proceed to disable the audio and video mute buttons when this occurs.
* squash: use a different action type and show notification.
2021-11-30 15:08:25 -05:00
Hristo Terezov
b2d6054e1c
feat: Add disableBeforeUnloadHandlers option
2021-11-29 19:49:51 -06:00
Calin Chitu
5c67e8b4ce
feat(config) defaultLocalDisplayName and defaultRemoteDisplayName
2021-11-26 18:52:43 +02:00
Saúl Ibarra Corretgé
c5920bb8a5
fix(lint) fix all eslint warnings
2021-11-26 10:18:31 +01:00
Calin Chitu
1623dc4989
feat(branding) added native extension to updateTheme helper
2021-11-26 08:46:42 +01:00
Andrei Oltean
70b8ccc097
feat: (speaker-stats) add speaker stats feature to native
2021-11-25 20:17:49 +02:00
Calinteodor
cc63ff1c3c
feat(conference) UI updates for mobile navigation bar ( #10437 )
...
* feat(conference) updated native navigation bar and toolbox styles
2021-11-25 18:41:03 +02:00
Saúl Ibarra Corretgé
9a2aa3848c
fix(config) add transcribingEnabled to whitelist
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/10326
2021-11-25 15:27:59 +01:00
Tudor D. Pop
a618697e34
feat(notifications) revisit timeouts and make them configurable
2021-11-24 12:05:27 +01:00
Saúl Ibarra Corretgé
d7b581e338
feat)rn,sdk) introduce a "ready to close" event
...
This event is the event host applications need to listen to for knowing when to
dispose the SDK from now on.
Since the introduction of breakout rooms it's possible that we navigate from one
meeting to another, so there will be several conference join / terminations.
In addition, local track destruction is now moved to SET_ROOM when there is no
room, aka, we are going back to the welcome page or to the black page.
2021-11-24 09:58:48 +01:00
Calin Chitu
909173cdb5
feat(ui) reverted tokens updates
2021-11-23 16:58:40 +02:00
Calin Chitu
5d1bf9e649
feat(ui) updateTheme helper for client branding
2021-11-23 16:58:40 +02:00
hmuresan
14a422ba83
fix(linguistics) Use 'email' instead of 'e-mail'
2021-11-23 16:00:08 +02:00
Saúl Ibarra Corretgé
f6f7406d24
fix(rn,sdk) remove deprecated color scheme prop
...
It has been non-functional for a while.
2021-11-23 13:49:14 +01:00
Vlad Piersec
76a976b5d1
fix(Avatar): Display correctly any emoji/special character in a avatar initials
2021-11-23 13:56:45 +02:00
Saúl Ibarra Corretgé
2e7c06d045
fix(rn,welcome-page) don't create video track unnecessarily
...
We are no longer rendering it, so skip creating it altogether and make sure it's
destroyed on meeting end.
2021-11-23 12:25:39 +01:00
Saúl Ibarra Corretgé
10d54498d0
fix(config) fix incorrect option name and whitelist it
2021-11-19 11:00:57 +01:00
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>
2021-11-19 10:27:34 +01:00
Payetus
6520cc2496
feat(Lobby): Adding autoknock feature as a config ( #10366 )
...
* adding lobby localization to "ca" lang
* feat(Lobby): Adding autoknock config
feat(Lobby): Adding autoknock config
Co-authored-by: Payetus <payet91@gmail.xom>
2021-11-17 10:24:18 -06:00
Calin Chitu
e42db3c9c2
feat(welcome) added WelcomePage React Nav bottom tabs
2021-11-17 15:42:06 +02:00
Robert Pintilii
9aa2bbe115
feat(tokens) Added more colors to theme ( #10381 )
2021-11-17 11:35:07 +02:00
Calin Chitu
c82cead5ae
feat(chat/native) removed keyboard dismiss from JitsiKeybAvView
2021-11-16 17:50:09 +02:00
tmoldovan8x8
2e69ec71c5
feat(e2ee) add externally managed key mode
2021-11-16 12:12:10 +01:00
Horatiu Muresan
8ebca64af1
feat(dynamic-branding): Add custom theme branding ( #10335 )
...
- apply theming to various buttons
2021-11-15 10:37:54 +02:00
Calinteodor
4e2fea1e12
feat(rn,welcome) React Navigation drawer
2021-11-11 15:32:56 +01:00
Saúl Ibarra Corretgé
8f08a54fb2
chore(deps) adapt to logger package rename
2021-11-10 14:40:17 +01:00
Saúl Ibarra Corretgé
162a67fe8b
chore(lint) tame the (uppdated) linter
2021-11-09 09:43:55 +01:00
hmuresan
b2894cc941
fix(raise-hand): Remove participant left from raised hand queue
2021-11-08 18:41:10 +02:00
Vlad Piersec
15b677aa2a
fix(Avatar): Display special characters in avatar initials
2021-11-08 14:32:30 +02:00
Vlad Piersec
08fb232627
fix(Avatar): Calculate avatar color based on display name
2021-11-08 14:32:16 +02:00
Robert Pintilii
a97b700712
fix(tracks) Use duration from JitsiTrack ( #10304 )
2021-11-08 10:55:28 +02:00
tudordan7
a7efbfb0f8
feat(app-notifications): Remove device notifications in the prejoin screen.
2021-11-05 16:16:10 +01:00
Vlad Piersec
e51655a93a
feat(Polls): Display creator name for polls
2021-11-02 15:45:46 +02:00
Vlad Piersec
8983ea41fd
fix(Drawer): Close drawer on item click
...
Clicking on an item when the popup drawer is displayed would keep it open.
Now clicking on any item should automatically close the drawer.
Popup was also refactored and no longer uses refs.
2021-11-02 15:45:29 +02:00
robertpin
69d2cb52fe
feat(virtual-bg) Added config to disable screen sharing as virtual bg
2021-11-01 09:50:22 +02:00