Mario Jr
e69421e671
fix: Do not show unsupported browser warning for microsoft edge
...
This was being shown in both audio in video modal.
Related to #11865 .
2021-04-02 15:12:40 -03:00
Ramon Souza
05a0d5afbf
move browser info to helper + remove unused libs
2021-04-01 08:14:24 -03:00
Anton Georgiev
85a84f7cbf
Revert "Change browser detection library from browser-detect to bowser"
2021-03-30 13:16:10 -04:00
Ramon Souza
3fa193005b
change browser detection lib to bowser
2021-03-30 09:53:47 -03:00
KDSBrowne
310b7bc988
reduce audio modal heading to h2
2021-03-24 20:35:09 +00:00
Brent Baccala
e5e3b5532b
don't prompt for "Microphone" if that's the only option presented to the user
2021-03-10 16:44:41 -05:00
Mohamed Amine Ben Salah
4dc679d000
Adds tests recording + updates some outdated tests + linting
2021-02-26 12:52:17 -03:00
Ramon Souza
b01246f23f
rework on echo test flow
2021-02-22 15:09:14 -03:00
Ramon Souza
11d924af70
fix bbb_skip_check_audio_on_first_join
2021-02-22 10:43:58 -03:00
Ramon Souza
0034b1bccc
resolve conflicts
2021-02-11 10:23:38 -03:00
Ramon Souza
46af7880d6
Merge remote-tracking branch 'upstream/develop' into PR-8696
2021-02-11 09:12:13 -03:00
KDSBrowne
0abdf00a25
Add new join param skip echo test on first join only ( #11284 )
...
* add param to force echo test when user joins audio after init
* fix UI stuck on connecting when userdata-bbb_auto_join_audio=false
* fix conditions for joinFullAudioImmediately and joinFullAudioEchoTest | remove old format
* remove extra param in getItem
* recover audioLocked | only set getEchoTest if doesnt exist
2021-02-04 13:42:31 -05:00
Anton Georgiev
3faabd1821
Merge 2.2.29 and 2.2.30 into 2.3.x
2020-11-24 15:13:09 +00:00
Mario Jr
1b1a055d37
Fix audio modal buttons (MIC/LISTEN) not working after audio error
...
When user joins audio and for some reason an error (such as 1001, 1002,...), happens, the user is not able to click "Mic" and "Listen Only Buttons"; except if the audio window is closed and oppened again.
2020-11-17 15:31:42 -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
df67d2e680
Better handling audio reconnection
...
When getting disconnected with 1001 ("websocket closed unexpectedly" error) we were creating a new SIP session, therefore a new FreeSWITCH channel.
While reconnecting the socket, instead of closing the SIP session, we keep it alive during reconnection (audio should keep working in the meantime). When reconnected we keep using this same session (avoiding the creation of an extra one).
We also better handle WebSocket error codes from SIP.js.
FF immediately closes websocket when unloading page, so we now to stop user agent when 'beforeunload' event is triggered, to avoid leaving open sessions in FreeSWITCH when user leaves page.
2020-10-15 11:24:23 -03: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
Mario Jr
619ffa0ec1
Port SIP.js to 0.17.1 release
...
This considerably changes the way we process audio signaling and start audio elements in user's browser.
We now avoid using AudioContext element for both microphone and listenonly calls, once it is unstable for some iOS devices (cracky audio, user stops hearing audio after a while).
Increased default value for listenOnlyCallTimeout: this avoids activating FreeSWITCH's fallback when ICE negotiation takes longer than 15sec (tested on DO).
Increased listenonly logs.
This fixes #8133 #10388
2020-09-25 20:26:22 -03:00
Anton Georgiev
d8b185f2b3
Merge branch 'issue-9219' of github.com:Tainan404/bigbluebutton into locales-total
2020-09-09 19:29:18 +00:00
KDSBrowne
77b71a4d1f
fix duplicate css variables being loaded (improve imports)
2020-09-01 18:46:13 +00:00
Tainan Felipe
db8e7fcd39
Update react-intl and add fallback to unsupported languages
2020-05-25 17:00:13 -03:00
Tainan Felipe
8f1000437a
Clean up the code
2020-03-03 10:59:01 -03:00
Tainan Felipe
c451666d52
WIP Implements skip to audio check in breakout rooms
2020-03-02 17:49:15 -03:00
Chad Pilkey
e2eabfb44f
attempt to stop accidental audio join double clicks
2019-11-22 13:55:26 -08:00
Anton Georgiev
42d640f3e2
Merge branch 'issue7791-add-support-to-new-parameters-name' of github.com:diegobenetti/bigbluebutton into test-7805
2019-11-05 11:59:00 -05:00
KDSBrowne
4fd06509e4
fix chrome on ios error being displayed incorrectly
2019-10-01 14:28:06 +00:00
KDSBrowne
89853dc026
move microphone error codes to const
2019-09-30 14:54:34 +00:00
KDSBrowne
636f49cd5d
add error messages for getUserMedia failing with mic
2019-09-27 13:52:29 +00:00
KDSBrowne
3d74e3c5c9
update arrow char so it works with ios and others
2019-09-10 14:20:37 +00:00
Anton Georgiev
4a335a1db6
reduce db probes for getAvailableActions; simplify SaveUsernames
2019-09-06 16:28:02 -04:00
Chad Pilkey
304bb2c103
Merge pull request #8030 from antobinary/chat-ids-2
...
Reduced client load via slight refactor
2019-09-05 13:23:37 -04:00
Anton Georgiev
ea18b09311
add a few more collection lookups "fields" delimiters
2019-08-29 12:26:07 -04:00
KDSBrowne
3e38a4f7d2
move arrow position
2019-08-29 14:26:51 +00:00
KDSBrowne
a209449891
fix Join by phone icon placement RTL
2019-08-26 20:47:54 +00:00
prlanzarin
8d65ce565d
Add UI prompts when autoplay is blocked for video/screenshare/listen only
2019-08-02 21:32:42 +00:00
Diego Benetti
c4462c4cb0
Fixes errors and improves parameters setting proccess
2019-08-02 15:38:38 -03:00
Diego Benetti
3458458cfd
Fixes proptypes errors
2019-07-26 15:44:56 -03:00
Diego Benetti
016088ec82
Fixes proptype error
2019-07-26 15:06:12 -03:00
Diego Benetti
3090950957
Fixes proptype error
2019-07-26 14:55:40 -03:00
Diego Benetti
f13239674b
Changes other parameters to the new pattern
2019-07-24 14:04:46 -03:00
Diego Benetti
4a764f8f6c
Implements new name for parameters and the support to the old names
2019-07-22 11:28:13 -03:00
KDSBrowne
ff71b15280
remove isRequired from resolve prop in audio modal
2019-07-19 14:45:04 +00:00
KDSBrowne
dbf8938d24
fix chrome on ios blue screen after selecting share webcam / lint issues
2019-06-27 16:02:42 +00:00
Fred Dixon
2c617fed7b
Merge pull request #7610 from capilkey/ipv4-audio-fallback
...
IPv4 FS audio fallback, auto-reconnect, and fixed input select
2019-06-12 19:41:15 -04:00
Chad Pilkey
cc7513279e
IPv4 FS audio fallback, auto-reconnect, and fixed input select
2019-06-12 21:01:20 +00:00
Anton Georgiev
96e9f57d84
Merge pull request #7497 from Tainan404/issue-7343
...
Add context to manage locksettings
2019-06-11 15:45:15 -04:00
Anton Georgiev
b67908ce79
pass callback for closing of permissions-overlay
2019-06-04 17:43:58 +00:00
Tainan Felipe
6a4103c559
Add context to manage locksettings
2019-05-23 13:47:56 -03:00
Anton Georgiev
88cfd6bde8
Merge pull request #7277 from Tainan404/issue-7200
...
Stop webcams when opens audio modal.
2019-05-22 11:36:53 -04:00
Ghazi Triki
1f6326f7fd
Change layout direction for RTL languages.
...
Update styles for RTL layout.
2019-05-14 14:17:19 +01:00
Anton Georgiev
9880ca85b8
Merge pull request #7382 from KDSBrowne/_summit-move-modal-warnings-to-top
...
Move warnings to top of modals
2019-05-13 16:24:18 -04:00
KDSBrowne
3378524fd3
add htmlfor to labels in cam modal / move warnings to top of modals
2019-05-08 15:22:27 +00:00
KDSBrowne
12669c323e
add formatted labels
2019-05-08 13:16:00 +00:00
KDSBrowne
fb13d5ae7e
add title to lock viewers modal
2019-05-08 12:47:55 +00:00
Tainan Felipe
1fbad0de31
Invert modal calls
2019-05-07 16:49:32 -03:00
Tainan Felipe
006c1d293d
just close video on first time that audio modal is opened
2019-04-18 17:29:06 -03:00
Tainan Felipe
0a730bcf62
Stop webcams when open audio modal
2019-04-18 15:48:39 -03:00
Anton Georgiev
4e902ff22e
Add another default dial in number to be ignored
2019-04-17 16:36:15 -04:00
Anton Georgiev
6d76e61e58
Merge pull request #7230 from BobakOftadeh/dial-option
...
Implement option for audio dial in audio modal
2019-04-16 13:43:22 -04:00
bobakoftadeh
9d11c0ad1f
update invalidDialNumbers
2019-04-16 17:34:12 +00:00
bobakoftadeh
fcf7bc0a73
update audio-dial modal format
2019-04-16 17:08:01 +00:00
bobakoftadeh
2d526a0d4a
update audio-dial implementation
2019-04-15 16:39:36 +00:00
KDSBrowne
83127bcdae
fix animations not working on iOS 12.3 beta
2019-04-11 15:04:10 +00:00
bobakoftadeh
465c265d75
Implemented option for audioDial in audio modal
2019-04-10 20:51:06 +00:00
Chad Pilkey
d12707b14d
add modal warnings for edge users
2019-03-28 15:18:22 -07:00
Chad Pilkey
606ecc3dc5
moved the translation of the audio modal headers
2019-03-25 15:43:25 -07:00
Chad Pilkey
c224040e9b
more cleanup of the buttons and listen-only action bar icon
2019-03-21 15:16:56 -07:00
KDSBrowne
a2c57796bd
fix animations / some whiteboard toolbar icons not rendering
2019-02-28 15:11:36 +00:00
Anton Georgiev
42ce30416b
Merge pull request #6634 from vitormateusalmeida/issue-5846
...
Implement enable/disable Animations
2019-02-05 09:49:36 -05:00
Gustavo Trott
fe99ea889a
Hide Mic and Camera buttons if userAgent contains bbbnative
2019-01-31 15:17:03 -02:00
Vitor Mateus
e0ddffbf66
Merge remote-tracking branch 'upstream/master' into issue-5846
2019-01-30 10:01:29 -02:00
Vitor Mateus
c140acbd6b
Merge remote-tracking branch 'upstream/master' into issue-5846
2019-01-28 10:14:46 -02:00
Vitor Mateus
b6d5b15e3e
Implement enable/disable Animations issue-5846
2019-01-24 14:16:23 -02:00
Joao Siebel
0cc53db366
show audio modal when microphone is locked, and fix a problem with listenOnly connection. close #6574
2019-01-23 14:06:14 -02:00
Anton Georgiev
797a485d3e
end-meeting removed class variables
2019-01-17 16:33:43 +00:00
Bobak Oftadeh
1c162a9658
Added option to use modal component without header border
2018-12-05 14:49:36 -08:00
Oswaldo Acauan
f71d32a464
Move from SCSS variables to CSS custom properties (variables) and add custom parameters for theming/skinning
...
WIP
wip
wip
format
wip
Move from SCSS variables to CSS custom properties (variables) and add custom parameters for theming/skinning
2018-10-23 14:21:58 -02:00
João Francisco Siebel
4c35608c2b
Add users-settings collection and handle dynamic configuration
2018-09-13 15:09:30 -03:00
Tainan Felipe
1f6b959efc
Split animation and connection to own span to run in safari
2018-08-31 13:58:47 -03:00
Tainan Felipe
e424970018
Comply audio lock setting
2018-07-09 16:23:16 -03:00
Anton Georgiev
1e1e605d7a
Merge pull request #5722 from antobinary/breakouts-improvements-3
...
Improvements to Breakouts on HTML5
2018-06-27 12:35:16 -04:00
Anton Georgiev
7b8d568a54
fix redundant offer to join audio re breakouts
2018-06-20 15:36:26 +00:00
KDSBrowne
b497ac87af
improve line readability / fix audio-modal title not being displayed
2018-06-18 17:01:45 +00:00
KDSBrowne
7b739a9163
swap browser / os checks done by deviceInfo in favor of detect-browser
2018-06-11 23:12:43 +00:00
Bobak Oftadeh
fe1dbb9fdf
Warning modal now displays for iOS Chrome users
2018-05-25 09:24:01 -07:00
Anton Georgiev
23cd017826
Merge pull request #5390 from KDSBrowne/xx.fix.mobile.SR
...
Fix mobile screen reader functionality
2018-04-26 14:07:44 -04:00
KDSBrowne
c1a5f99291
fix SR virtual cursor interaction with audio-modal mic/listenOnly btns
2018-04-24 12:48:36 -07:00
KDSBrowne
91055066d5
add role=alert on AudioModal connecting view
2018-04-24 12:03:29 -07:00
João Francisco Siebel
3f797b9602
Add friendly interation on audio settings retry
2018-04-24 11:52:37 -03:00
João Francisco Siebel
9c84dfe37a
Invert if logic
2018-03-20 14:18:36 -03:00
Joao Siebel
5717c9c547
Change code to be more readble
2018-03-20 09:09:45 -03:00
Joao Siebel
48cc9f3ca9
Handle join audio connection errors and update production settings
2018-03-08 10:38:18 -03:00
João Francisco Siebel
195a2794c1
Remove console log
2018-03-07 09:34:35 -03:00
João Francisco Siebel
1cd8aab376
Fix handling audio options
2018-03-06 11:36:49 -03:00
João Francisco Siebel
623db13922
Handle better the parameters
2018-03-05 17:00:52 -03:00
João Francisco Siebel
85b8769ad5
Handle autoJoin, listenOnlyMode and skipCheck
2018-03-02 09:01:34 -03:00
Maxim Khlobystov
927a2bf005
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into selenium-visual-regression
2018-01-09 15:38:29 -05:00
Maxim Khlobystov
9ebc82d29f
Committing additional test specs.
2018-01-08 21:43:34 -05:00
Maxim Khlobystov
57f2c64ecd
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into selenium-visual-regression
2018-01-08 10:57:19 -05:00
Oleksandr Zhurbenko
ce1f40ac9a
Updated Meteor to 1.6.0.1
2018-01-07 22:17:18 -08:00