Anton Georgiev
def60fbcbc
Merge pull request #13818 from prlanzarin/u24-lift-wsb
...
feat(webcam): add a way to re-open video preview without multiple cameras
2021-12-02 17:26:23 -05:00
Anton Georgiev
8bbb2b3cae
Merge pull request #13773 from ramonlsouza/remove-persistent-on-leave
...
Remove unused user data on leave
2021-12-02 15:37:34 -05:00
prlanzarin
fa64708e87
fix: tackle fallout from lifting a handful of dislocated changes
2021-12-02 18:57:25 +00:00
Paulo Lanzarin
a52091e2ab
Merge pull request #13789 from prlanzarin/u24-spiraling-dynamically
...
chore: add forceRelayOnFirefox option (false by default)
2021-12-02 11:27:29 -03:00
Ramón Souza
6b67527f8d
fix sidebar media position with banner
2021-12-02 12:17:40 +00:00
Anton Georgiev
bdd31b4dbc
Merge pull request #13802 from Tainan404/remove-parameters-from-publishers
...
Removes parameters usage in the group-chat-messages and authtoken-validation publishers
2021-12-01 15:29:12 -05:00
Anton Georgiev
5a6de93cb6
Merge pull request #13800 from ramonlsouza/fix-random-user-block
...
fix: random-user modal blocks other modals
2021-12-01 14:23:44 -05:00
Anton Georgiev
5667ee0157
Merge pull request #13788 from ramonlsouza/fix-external-video-streamer-leak
...
fix: external video info leak
2021-12-01 14:12:27 -05:00
Ramón Souza
436b7c36d4
prevent random-user modal blocking other modals
2021-12-01 17:58:36 +00:00
Tainan Felipe
091ef11d6a
Remove parameters usage from group-chat-messages and authtoken-validation
2021-12-01 14:47:08 -03:00
Ramón Souza
4798820ff7
remove focus on slideChange events
2021-12-01 12:56:55 +00:00
prlanzarin
da6ab02122
chore: add forceRelayOnFirefox option (false by default)
...
- forceRelayOnFirefox: whether TURN/relay usage should be forced to work
around Firefox's lack of support for regular nomination when dealing with
ICE-litee peers (e.g.: mediasoup).
* See: https://bugzilla.mozilla.org/show_bug.cgi?id=1034964
- iOS endpoints are ignored from the trigger because _all_ iOS browsers
are either native WebKit or WKWebView based (so they shouldn't be affected)
2021-11-30 20:31:12 +00:00
Ramón Souza
f5cde413f2
fix external video streamer leak
2021-11-30 20:22:41 +00:00
prlanzarin
f8034b8e04
refactor(audio): remove unused relayOnlyOnReconnect config
...
Removed/left behind when SIP.js was bumped for 0.7.x to 0.15.x
2021-11-30 19:22:38 +00:00
Ramón Souza
e4e7721890
reduce minimal sidebar values - 2.4
2021-11-30 16:43:16 +00:00
Anton Georgiev
2eda847358
Merge pull request #13781 from ramonlsouza/issue-13659
...
fix: 2.4 RC3 - bug - presentation causes the client to crash
2021-11-30 09:55:43 -05:00
Anton Georgiev
b44a71a73d
Merge pull request #13777 from KDSBrowne/BBB-update-lobby-msg
...
Update Guest Lobby Title String
2021-11-30 09:43:11 -05:00
Anton Georgiev
afc9795c5b
Merge pull request #13785 from ramonlsouza/issue-13760
...
increase sidebar-content max width value
2021-11-30 09:40:45 -05:00
Ramón Souza
b8e7641403
increase sidebar-content max width value
2021-11-30 14:07:30 +00:00
Ramón Souza
77e645ae22
catch uploader filename error to prevent client crash
2021-11-30 12:18:44 +00:00
Ramón Souza
a077ae0dae
prevent undefined length error
2021-11-30 11:45:57 +00:00
Anton Georgiev
872c1ae297
Merge pull request #13776 from ramonlsouza/issue-13761
...
fix: waiting room ui regression
2021-11-29 16:25:43 -05:00
Anton Georgiev
5bdf2b86ac
Merge pull request #13763 from ramonlsouza/poll-response-leak
...
fix: prevent poll response leak
2021-11-29 13:58:04 -05:00
Ramón Souza
69b7564e7f
fix waiting room ui regression
2021-11-29 16:51:13 +00:00
KDSBrowne
e86740becc
update guest lobby title string
2021-11-29 14:48:51 +00:00
Ramón Souza
304c16c519
remove voiceUsers data on leave
2021-11-29 13:59:21 +00:00
Ramón Souza
9a078b1bd6
remove previous connections auth-token-validation data
2021-11-29 13:50:31 +00:00
Ramón Souza
50546934c9
remove user persistent-data from collection on leave
2021-11-29 13:34:09 +00:00
Gustavo Trott
fed7b366bf
Remove button to Share Dashboard link
2021-11-26 15:50:33 -03:00
Ramón Souza
69689646b7
prevent poll response leak
2021-11-26 17:02:06 +00:00
Anton Georgiev
60c1339a1f
Merge pull request #13757 from ramonlsouza/typed-poll-single-answer
...
fix: prevent users from being able to send more than one typed poll answer
2021-11-26 10:24:47 -05:00
Pedro Beschorner Marin
958376c5d4
style(button): relative positioning
2021-11-26 14:08:31 +00:00
Arthur B. Grossi
5cc42cf0c5
refactor(layout): chevron button margin
...
Adds margin to chevron button to increase distinction between buttons
2021-11-26 13:50:13 +00:00
Max Franke
32aa4349b0
feat(video): remove video button warning
...
Changes the EmojiButton implementation on videoButton to not be a descendant
of <button>, avoiding the warning.
2021-11-26 13:43:07 +00:00
prlanzarin
fc01544d87
fix(webcams): disable webcam selector and always open video-preview in mobile envs
2021-11-26 13:19:20 +00:00
prlanzarin
23c49902a0
fix(webcams): always unshare cameras if video selector is active
2021-11-26 13:14:40 +00:00
Mario Jr
54bda21287
chore(video): change default setting to enable webcam's button selector
...
Renamed this setting and added some docs about it
Complements #979
2021-11-26 13:12:07 +00:00
prlanzarin
143ea132b9
refactor(webcams): remove video preview cancel/confirm/something button
...
Another round of experimentation with that button.
Removing it due to its role being already contemplated by two other actions in the modal: clicking outside and the X icon
Will have to see how this is received in internal testing
2021-11-26 13:01:17 +00:00
Max Franke
9ce58c38e7
fix(video): 'stop all' button shows when webcam = 1
...
Add a condition that, if the user has more than 1 camera and
not is on mobile, shows the 'stop all' button.
2021-11-26 12:58:53 +00:00
Max Franke
310add10ed
feat(webcam): add a little button to webcam button
...
Add the <ButtonEmoji/> to the webcam button. Now it
is possible to change the webcam settings and change
your settings without having to turn off sharing.
Modifies the <ButtonEmoji/> component so that it can
receive an onClick per props.
It is possible to disable this feat in the settings.yml
2021-11-26 12:53:11 +00:00
Anton Georgiev
9d2099fff7
Merge pull request #13748 from Tainan404/fix-server-side-disconnection-24
...
fix: Fix server side connection close on user disconnection
2021-11-25 16:00:37 -05:00
Ramón Souza
30f6a642dd
prevent users from being able to send more than one typed poll answer
2021-11-25 17:51:36 +00:00
Anton Georgiev
26336586af
Merge pull request #13753 from JoVictorNunes/issue-13750
...
fix: settings state
2021-11-25 12:26:07 -05:00
João Victor
0a80af51d9
fix: settings state restore
2021-11-25 10:22:53 -03:00
Ramón Souza
4b1f1594b1
replace arrays in configuration override
2021-11-24 17:09:06 +00:00
Tainan Felipe
24ae9d3628
Fix server side connection close on user disconnection
2021-11-23 17:45:49 -03:00
Localization Server
51617f099e
chore: Pulled the latest 2.4 HTML5 locales from Transifex
2021-11-23 16:01:53 +00:00
Anton Georgiev
2b352183ac
Merge pull request #13738 from schrd/poll-a11y-fix
...
fix: [a11y] Make poll question navigatable
2021-11-22 15:12:40 -05:00
Daniel Schreiber
caf1eb5431
fix: [a11y] Make poll question navigatable
...
It is currently difficult for screen reader users to directly navigate
to poll options. I spoke to a screen reader user, he suggested to make
the poll question title a h2 element so users can directly jump to it.
2021-11-22 19:35:57 +01:00
Ramón Souza
2f7fb0bf8e
fix resize handle/scrollbar overlap in userlist
2021-11-22 18:14:03 +00:00