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.
3 jaren geleden
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 jaren geleden
Vlad Piersec
bfc0567e32
fix(rn,chat): Fix chat and polls title
3 jaren geleden
Mihaela Dumitru
0fb29a0c7a
feat(external-api): enhance recordingLinkAvailable to provide ttl info
3 jaren geleden
Andrei Oltean
a077043f1b
feat: (moderate-reaction-sounds) enable moderator to mute reaction sounds
3 jaren geleden
tmoldovan8x8
646fdef6bb
fix(screen-sharing, picture-in-picture) re-enables PIP after stopping screen-share
3 jaren geleden
Saúl Ibarra Corretgé
da0cb2b837
feat(breakout-rooms) add notification when joining rooms
3 jaren geleden
Saúl Ibarra Corretgé
4401ea8818
fix(rn,navbar) fix invalid boolean check
`startTimestamp` is not a boolean, so make sure we return one.
3 jaren geleden
Jasper Hugo
ed6f6cf766
feat(tile-view): allow disabling thumbnail enlargement
3 jaren geleden
Saúl Ibarra Corretgé
322ec107cd
fix(rn,conference) hide timer until it has started
It may never start if the component is not deployed.
3 jaren geleden
Tudor D. Pop
c172a27f24
feat(notifications) coalesce participant left and raised hand notifications
3 jaren geleden
Saúl Ibarra Corretgé
40a76940ac
fix(rn,external-api) remove dead code
3 jaren geleden
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 jaren geleden
Andrei Oltean
8ef48a8a1d
feat: (speaker-stats) fix refresh and minor refactoring
3 jaren geleden
Hristo Terezov
827e8201d4
fix(dropbox): OAuth to use postMessage.
3 jaren geleden
Saúl Ibarra Corretgé
591eab7c97
fix(breakout-rooms) make sure participants in breakout rooms have a display name
3 jaren geleden
Saúl Ibarra Corretgé
d9f71ee238
fix(etherpad) fix Etherpad closing when dominant speaker changes
Fixes: https://github.com/jitsi/jitsi-meet/issues/8109
3 jaren geleden
Saúl Ibarra Corretgé
3548485e84
fix(participants) fix unpinning when switching conferences
3 jaren geleden
Saúl Ibarra Corretgé
8393118330
fix(etherpad) fix loading Etherpad on web
Fixes: https://github.com/jitsi/jitsi-meet/issues/10486
3 jaren geleden
Saúl Ibarra Corretgé
991a0e22a8
fix(conference) fix broken dispatch on mobile
3 jaren geleden
Saúl Ibarra Corretgé
7a479b967c
fix(modal) remove dead code
3 jaren geleden
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.
3 jaren geleden
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.
3 jaren geleden
Дамян Минков
d8487c25b2
Revert "fix(Prejoin): Make prejoin name noneditable only when taken from jwt"
This reverts commit af7c316827 .
3 jaren geleden
Дамян Минков
2adb5dc7d6
fix: Fixes correct state in lobby screen on wrong password.
Fixes #9869 .
3 jaren geleden
Saúl Ibarra Corretgé
ce35a88299
fix(breakout-rooms) disable recording and live-streaming
There is currently no way to directly join a breakout room, so Jibri won't know
what to do. This shall be revisited in the future.
3 jaren geleden
Saúl Ibarra Corretgé
58ef2974c9
fix(breakout-rooms) disable lobby in breakout rooms
The main room lobby gets diverted to the rooms, things can get confusing. We
might need to revisit this in the future.
3 jaren geleden
Saúl Ibarra Corretgé
43647f1302
fix(conference) simplify code
Unify the 2 functions used to leave the room into a single one.
3 jaren geleden
Hristo Terezov
b2d6054e1c
feat: Add disableBeforeUnloadHandlers option
3 jaren geleden
Mihaela Dumitru
4ed7211286
fix(share-video): stop video from the participant list
3 jaren geleden
Calin Chitu
5c67e8b4ce
feat(config) defaultLocalDisplayName and defaultRemoteDisplayName
3 jaren geleden
Saúl Ibarra Corretgé
4a88ad098a
fix(rn,settings) only show "disable call integration" on Android
It;';s not implemented on iOS.
3 jaren geleden
Andrei Gavrilescu
0fc381fc6f
feat(rtcstats): send facial expressions to rtcstats-server (#10461)
* send facial expressions to rtcstats
* remove comment
* remove extra line
3 jaren geleden
tmoldovan8x8
73fb586d59
fix(external-api) send AUDIO_MUTED_CHANGED event only when value changed
3 jaren geleden
Alex Bumbu
6cd6c0a043
fix(ios) avoid creating CXProvider objects when CallKit is disabled
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
3 jaren geleden
Saúl Ibarra Corretgé
c5920bb8a5
fix(lint) fix all eslint warnings
3 jaren geleden
Calin Chitu
1623dc4989
feat(branding) added native extension to updateTheme helper
3 jaren geleden
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 jaren geleden
Andrei Oltean
70b8ccc097
feat: (speaker-stats) add speaker stats feature to native
3 jaren geleden
Calinteodor
cc63ff1c3c
feat(conference) UI updates for mobile navigation bar (#10437)
* feat(conference) updated native navigation bar and toolbox styles
3 jaren geleden
Saúl Ibarra Corretgé
4a5982da1f
fix(breakout-rooms) make sure the default name is monotonically increasing
3 jaren geleden
Saúl Ibarra Corretgé
9a2aa3848c
fix(config) add transcribingEnabled to whitelist
Fixes: https://github.com/jitsi/jitsi-meet/issues/10326
3 jaren geleden
Tudor D. Pop
a618697e34
feat(notifications) revisit timeouts and make them configurable
3 jaren geleden
Saúl Ibarra Corretgé
994f6307b9
fix(TileViewButton) fix on mobile
`setOverflowMenuVisible` doesn't exist on mobile.
3 jaren geleden
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.
3 jaren geleden
Robert Pintilii
763d975445
fix(rn, participants-pane) Show raised hand indicator (#10424)
Make name container limited width and add ellipsis text overflow
Show raise hand status live in participants pane
3 jaren geleden
Avram Tudor
42e62e013d
fix(filmstrip) remove border from filmstrip (#10367)
3 jaren geleden
Calin Chitu
909173cdb5
feat(ui) reverted tokens updates
3 jaren geleden
Calin Chitu
5d1bf9e649
feat(ui) updateTheme helper for client branding
3 jaren geleden
hmuresan
14a422ba83
fix(linguistics) Use 'email' instead of 'e-mail'
3 jaren geleden