Joao Victor
8d87bbff67
fix: Speaking person tooltip has wrong encoding
2022-12-07 17:09:50 -03:00
Pedro Beschorner Marin
aa7f2abae2
feat(captions): talking users' floor
...
Associate the floor status with the talking users to improve feedback
on automated closed captions.
2022-07-20 17:20:51 +00:00
Pedro Beschorner Marin
fb48e61d6d
feat(captions): add talking indicator feedback
...
Inform other users about who are the current talkers with the speech
recognition enabled.
2022-07-20 17:20:51 +00:00
prlanzarin
0fead2ebbb
fix: omit unused props in talking-indicator, input stream selector and emoji button
...
The talking-indicator, emoji-button and input-live-stream-selector
components are passing props downstream that weren't omitted or handled
by inherited components (Button, Icon). That causes a handful of error
logs to be spammed in the console of dev environments, which is
annoying.
This commit addresses the issue by:
- Making the talking, spoke, muted and isViewer props transient
(styled-components) - which means they won't reach the DOM (as
expected since they're style-only)
- Omitting the EmojiButton `rotate` prop in the Icon component itself
* Made that instead of transient because might be useful to migrate
the rotate code to the Icon component?
2022-06-29 17:15:46 +00:00
Ramón Souza
dba04834c7
Merge remote-tracking branch 'upstream/v2.4.x-release' into 2524-feb08
2022-02-09 15:52:42 +00:00
Ramón Souza
4247cd5f96
remove mobileHide styles from talking indicator
2022-02-07 13:23:35 +00:00
Anton
7f075be033
fix all test selectors
2022-01-20 10:03:18 -03:00
Ramón Souza
e384cd81fe
convert talking-indicator component
2021-11-02 16:25:39 +00:00
Joao Victor
61f2745c7f
fix: unable to mute from talking indicator bar
2021-10-22 09:13:33 -03:00
Joao Victor
b5c1d58d88
fix variable names
2021-10-08 11:57:26 -03:00
Joao Victor
156f2efdc6
limit the who-is-talking indicators to 8
2021-10-08 11:13:37 -03:00
Joao Victor
f34a160138
limit the number of how is talking indicators to 16
2021-10-07 16:00:39 -03:00
Ramon Souza
efc15d89ae
remove unused code
2021-06-23 16:52:52 -03:00
Vitor Mateus De Almeida
1326f3f791
Add New Layout Manager
2021-05-17 17:25:07 -03:00
Anton Georgiev
3faabd1821
Merge 2.2.29 and 2.2.30 into 2.3.x
2020-11-24 15:13:09 +00:00
Anton Georgiev
dedaea5ad2
who-is-talking - do not allow mute in breakouts
2020-11-19 14:14:37 -05:00
Mohamed Amine Ben Salah
2eeb59a00e
add audio emulation and mute other user test, consider isTalking indicator
2020-03-04 11:50:56 -03:00
KDSBrowne
7c253dda0f
fix tooltips after tippy.js update 5.1.1
2019-12-03 18:49:09 +00:00
KDSBrowne
3cd81682f7
make talking indicator display users with the same name
2019-11-26 16:44:58 +00:00
KDSBrowne
b61fa7f9fc
fix indicator clipping on safari
2019-11-25 19:24:12 +00:00
KDSBrowne
17996bd742
use actual Buttons in indicator / imp spacing
2019-11-22 22:29:41 +00:00
KDSBrowne
5419ddd965
add formatted messages for aria tags
2019-11-15 15:54:07 +00:00
KDSBrowne
3e23631389
add ability for moderators to mute users via talking indicator
2019-11-13 17:56:26 +00:00
KDSBrowne
4a6bdbf028
add talk indicator displaying voice users
2019-11-01 19:29:33 +00:00