Bettenbuk Zoltan
b31d7b4451
ref: remove createStyleSheet from dialog styles
пре 6 година
Bettenbuk Zoltan
8dea3389ee
fix: avoid clicking behind dialogs
пре 6 година
virtuacoplenny
e7f9e8e7f7
fix(conference): require user interaction to unmute in iframe (#4429)
* fix(conference): require user interaction to unmute in iframe
* squash: explicitly whitelist react native
пре 6 година
Bettenbuk Zoltan
a53a86ee7a
feat: add room lock pwd error message
пре 6 година
Bettenbuk Zoltan
301a8e319a
fix: reduce avatar font size
пре 6 година
Hristo Terezov
1b4bdb5142
fix(blur): on FF
пре 6 година
Hristo Terezov
f030a3f1fb
fix(blur): when switching video tracks.
пре 6 година
Hristo Terezov
8f79779ca7
fix(blur): Disable for SS
пре 6 година
Saúl Ibarra Corretgé
c5111bb359
rn: update default color scheme
пре 6 година
Bettenbuk Zoltan
42814eac7d
feat: add icon based avatar and icon for pstn
пре 6 година
Bettenbuk Zoltan
74d0013acc
feat: use participant id for avatar color
пре 6 година
Bettenbuk Zoltan
88e4850c4d
fix: remove locally generated avatar ID
пре 6 година
Bettenbuk Zoltan
87f9b1cf92
ref: remove unnecesary functions
пре 6 година
Bettenbuk Zoltan
a35b36d6df
feat: dynamic avatar font size
пре 6 година
Bettenbuk Zoltan
a04982fd96
fix: AlwaysOnTop avatar
пре 6 година
Bettenbuk Zoltan
658679f89e
fix: undefined participant in avatar call
пре 6 година
Bettenbuk Zoltan
0c8130af41
fix: default avatar relative url
пре 6 година
paweldomas
e4c5968459
fix: bring back the add meeting URL button
Brings back the button for generating meeting URLs for calendar events.
пре 6 година
Hristo Terezov
3b0c5d0b6a
fix(blur): many small issues.
пре 6 година
Cristian Florin Ghita
3b750ddd5a
Add video background blur
пре 6 година
Bettenbuk Zoltan
a48d67bdc7
fix: inconsistent state when quickly closing a sliding view
пре 6 година
netaskd
8da0552541
microsoftCalendar: add showing calendar events in local timezone.
пре 6 година
Hristo Terezov
7ce0def995
fix(mobile): After PR #4396
пре 6 година
Hristo Terezov
21dcc41d31
ref(large-video): switch LargeVideo logic to react
пре 6 година
Дамян Минков
625d268373
Room lock update (#4394)
* Adds a notification when remote lock happens.
* Updates translations.
Removes unused strings and extracts room password to separate translation, to be able to change it when deployment uses only digits.
* Formats the conference pin when showing it.
* Removes member from translation in favour of participant.
* Updates formatting of the pin.
* Adds a notification when password is remotely removed.
пре 6 година
Saúl Ibarra Corretgé
1baa85b649
rn: hide invite button if the functionality is not available
пре 6 година
Bettenbuk Zoltan
72137a2811
feat: initial based avatars
пре 6 година
Leonard Kim
0734ce7ae3
feat(api): add notifications for kicked participants
пре 6 година
Дамян Минков
2dc06c28e3
Adds option to be able to cancel locked rooms and leave. (#4391)
* Adds option to be able to cancel locked rooms and leave.
* Removes not needed operations when canceling password prompt.
пре 6 година
Leonard Kim
c0376d238a
ref(notifications): do not notify of local participant left
Join notifications are already supressed for the local
participant, so hide the left notification. For now
the notification is not being shown on mobile to keep
the same existing behavior and because a copy change
will be needed, but will be added once batching is
implemented.
пре 6 година
Leonard Kim
979b773c3c
ref(notifications): move join notification firing to notifications feature
пре 6 година
Bettenbuk Zoltan
d7483f07e3
feat: add possibility to clear invite search field
пре 6 година
Дамян Минков
9c1b802997
Device selection now always shows the device that it managed to open. (#4384)
* Device selection now always shows the device that managed to open.
* Simplifies implementation, skips using state.
пре 6 година
Saúl Ibarra Corretgé
55218de779
rn: add a reduced UI mode for the welcome page
The only way to render the welcome page in reduced UI mode currently is to
hangup a call from the Android ongoing notification while in PiP mode.
пре 6 година
Leonard Kim
9d94257e79
ref(api): move conference join notification to middleware
пре 6 година
Leonard Kim
fa818bc386
feat(screenshare): allow auto-pin remote only
пре 6 година
Saúl Ibarra Corretgé
a73a642c64
rn: fix CallKit failure screen flash when kicked
Pretend we have left instead of triggering a call failure. The user was already
told in the dialog.
пре 6 година
Leonard Kim
94b3f6410d
ref(api): move local participant name change
пре 6 година
Leonard Kim
3d30f6e9cd
ref(api): move filmstrip display notification
пре 6 година
Leonard Kim
40c16f0bac
ref(api): move tile view subscriber to api dir
пре 6 година
Leonard Kim
a1db63a8c2
ref(api): move feedbackSubmitted notification to api middleware
пре 6 година
Leonard Kim
59a9c2d947
fix(notifications): show notifications after reducers update to get name
Otherwise the participant will not have been added yet
to state so the participant name will not display in
the notification.
пре 6 година
damencho
742905e05a
Removes duplicated text.
пре 6 година
damencho
bde44a94e8
Changes display name prompt to non modal, so people can mute/unmute.
пре 6 година
Saúl Ibarra Corretgé
b2e840636a
sounds: lower log severity
When native SDK users end a meeting the view gets disposed and detached from
React, and then the entire app gets destroyed and these errors get printed at
the error level, throwing some people off.
пре 6 година
Leonard Kim
1e39c12963
fix(suboptimal): allow checks for chromium based browsers
пре 6 година
Дамян Минков
08c4933c1b
Fixes inviting more than one participant (#4352)
* Fixes inviting more than one participant.
* Shows a notification when participants are invited.
* Adds support for both .id and .user_id props for people query results.
пре 6 година
Leonard Kim
d5e0dea469
fix(suboptimal): ignore mobile browsers in whitelists/blacklists
пре 6 година
paweldomas
033aa0dd6e
fix(base/conference/reducer): check if room is defined
This was hit on a corner case when ConnectionService will deny
the request to start the call. I am not sure, but it could have been
that the conference object has been disposed or closed or something
else, but the fact is that 'conference.room' was not defined and things
crashed. It is not safe to access conference's private field 'room'. It
is true JitsiConference doesn't follow the practice of marking this
field as private with the underscore '_', but it is not a public field.
пре 6 година
virtuacoplenny
bf67a4a675
Configurable (sub)optimal and unsupported browsers (#4351)
* Configurable (sub)optimal and unsupported browsers
* maybe this helps somehow
пре 6 година