Vitor Mateus De Almeida
a3aea117ed
Fix options menu, private chat message, breakout panel
2021-05-21 14:52:08 -03:00
Vitor Mateus De Almeida
047b573d10
Fix auto resize when open/close panels
2021-05-19 19:29:03 -03:00
Vitor Mateus De Almeida
88a1edcc06
Fix userlist item button, Fix polling close button
2021-05-19 11:51:31 -03:00
Vitor Mateus De Almeida
1326f3f791
Add New Layout Manager
2021-05-17 17:25:07 -03:00
Ramon Souza
274693456a
fix chat popup alerts in private chat
2021-05-07 17:33:22 -03:00
Ramon Souza
aa4089c91d
only play audio alert if there are new messages
2021-05-06 08:24:27 -03:00
Ramon Souza
56c33ed36d
add meetingId to userscontext
2021-04-15 09:12:21 -03:00
Ramon Souza
c3a3bf1867
fix getAllMessages and remove unused code
2021-04-13 13:11:47 -03:00
Ramon Souza
f6b70600d0
fix chat alerts
2021-04-12 08:16:57 -03:00
Tainan Felipe
e4563defde
Fix client crashing because users object is missing
2021-04-06 16:58:11 -03:00
Tainan Felipe
7b4f6e2231
Fix hit area of more message bellow and css recalc
2021-02-01 19:12:04 -03:00
Anton Georgiev
f34826718d
include instanceId in resources url
2020-11-30 16:09:35 +00:00
Joao Siebel
be8421db3c
Merge remote-tracking branch 'upstream/develop' into connection-manager
2020-10-21 13:57:17 -03:00
Anton Georgiev
0c7ead1916
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into oct16-merge
2020-10-21 14:48:02 +00:00
Mario Jr
e9e436378a
Correctly set audio input/output devices
...
When refusing ("thumbs down" button) echo test, user is able to select a different input device. This should work fine for chrome, firefox and safari (once user grants permission when asked by html5client).
For output devices, we depend on setSinkId function, which is enabled by default on current chrome release (2020) but not in Firefox (user needs to enable "setSinkId in about:config page). This implementation is listed as (?) in MDN.
In other words, output device selection should work out of the box for chrome, only.
When selecting an outputDevice, all alert sounds (hangup, screenshare , polling, etc) also goes to the same output device.
This solves #10592
2020-10-06 20:37:55 -03:00
Joao Siebel
f33bd10640
Remove user from collection when leaves
2020-08-19 13:22:43 -03:00
Vitor Mateus De Almeida
4d61aefa78
Fix exception when screenshare is running
2020-07-20 16:23:02 -03:00
Vitor Mateus De Almeida
34108014f9
Fix exceptions and layout size when panels change
2020-07-20 16:22:41 -03:00
Anton Georgiev
7535e6fa59
Revert "Create layout context and add a layout manager"
2020-07-15 12:44:59 -04:00
Vitor Mateus De Almeida
880963e0e7
Merge remote-tracking branch 'upstream/develop' into layout
2020-07-06 13:36:38 -03:00
Vitor Mateus De Almeida
ad6ee4fdb0
Fix exception when screenshare is running
2020-06-20 23:24:36 -03:00
Vitor Mateus De Almeida
2454440a8d
Fix exceptions and layout size when panels change
2020-06-20 02:46:10 -03:00
Chad Pilkey
cc07bfff20
fixed inconsitencies and usage of the idChatOpen Session variable
2020-03-05 15:14:22 -08:00
Anton Georgiev
db353fc535
recover private chat. tnx @jfsiebel for the help
2019-08-28 16:34:27 -04:00
Joao Siebel
d9ddead171
Fix problem with clear chat when popup alerts are enabled
...
close #7975
2019-08-23 17:50:37 -03:00
Joao Siebel
41e5b11bd1
Fix audio alerts for chat playing when it shouldn't
...
Audio alerts for chat are playing even when the user sended a message
and when the user had the chat panel open.
2019-08-08 15:56:52 -03:00
Joao Siebel
d0c1ce3871
send sound alert for new messages when in another tab or minimized. close #7810
2019-08-01 13:47:11 -03:00
Diego Benetti
86aa331ddb
Fix audible notifications
2019-04-09 14:04:33 -03:00
Ghazi Triki
5b87524520
Use the embedded meteor CDN feature.
2019-03-29 16:47:07 +01:00
Ghazi Triki
106058e1dd
Support loading the HTML5 main JS file and its assets from a CDN.
2019-03-18 09:57:43 +01:00
Vitor Mateus
50047ea36b
Fix error on click in toast
2019-01-22 09:42:03 -02:00
Vitor Mateus
49711801f1
Fix public chat alerts #6430
2019-01-16 11:08:20 -02:00
Vitor Mateus
66d23012a1
Changed variable name
2019-01-14 14:23:11 -02:00
Vitor Mateus
a9989e1107
Fix chat alert (push and audio) #6430
2019-01-14 11:23:35 -02:00
João Francisco Siebel
8ecab69821
Merge remote-tracking branch 'upstream/master' into chat-old-messages-re-render
2018-12-18 15:48:11 -02:00
KDSBrowne
86c7e745c5
fix lint errors
2018-12-18 15:15:51 +00:00
João Francisco Siebel
51b4f5f451
WIP change components to PureComponents and add memo
2018-12-17 09:48:34 -02:00
KDSBrowne
149b4f091a
move render functions from app to panel-manager
2018-11-20 15:28:00 +00:00
Anton Georgiev
ff837fdd09
drop unnecessary Boolean() wrapper
2018-10-25 15:20:37 +00:00
Anton Georgiev
1b9a73a31c
use Session.equals syntax
2018-10-16 17:52:18 +00:00
Anton Georgiev
30c43795af
work on chat alert
2018-10-16 17:48:27 +00:00
Anton Georgiev
02905fb90d
react-router removed, lots of code commented out, client loads
2018-10-03 16:14:10 +00:00
Anton Georgiev
1462810b96
Merge branch 'v2.0.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2.0
2018-09-06 22:06:40 +00:00
KDSBrowne
29bcbea923
rename to alerts / missing from #5973
2018-08-15 02:35:58 +00:00
KDSBrowne
fecbee16b5
change folder / component names & localized strings
2018-08-09 17:02:18 +00:00