Pedro Beschorner Marin
1d87949d65
Unify user-list content style
2020-02-06 16:46:21 -03:00
Richard Alam
bf80c1071c
- parse userid properly
2020-02-06 09:49:05 -08:00
Richard Alam
7911d2b874
- client session wasn't set properly
2020-02-06 07:36:42 -08:00
Fred Dixon
419a5e46a8
Merge pull request #8609 from daronco/fix-paths-on-rap-workers
...
Fix the paths to the ruby scripts on the rap workers
2020-02-06 09:44:42 -05:00
Leonardo Crauss Daronco
5bc3062d58
Fix the paths to the ruby scripts on the rap workers
...
Was pointing to the wrong directory when loading the ruby scripts. Also
made the directory easier to configure, it's all in a single place now.
2020-02-06 10:43:32 -03:00
Felipe Cecagno
0c6dc6fb0f
fix microphone information on webhooks
2020-02-06 10:15:56 -03:00
Felipe Cecagno
9b557b877e
consider 401 as a success status for a callback
2020-02-06 10:15:29 -03:00
Richard Alam
5af6374265
Track call session state
...
Currently, we user DTMF to inform the client when the call session is in echo test and when entering the voice conference.
Unfortunately, sometimes when FS sends the DTMF, FS crashes.
Monitor the progress of the call session using ESL events and propagate to the client.
The client would be informed of these call states: CALL_STARTED, IN_ECHO_TEST, IN_CONFERENCE, CALL_ENDED.
2020-02-05 14:58:47 -08:00
Richard Alam
89956629e0
Merge pull request #8601 from ritzalam/add-timeout-when-sending-msg-to-fs
...
Add timeout waiting for response from FreeSWITCH when sending ESL command
2020-02-04 16:04:55 -05:00
Richard Alam
4c5f1c660c
Add timeout waiting for response from FreeSWITCH when sending ESL command
...
- When waiting for a response from FS after sending an ESL command and the ESL connection disconnects,
the sending thread will be blocked as the trigger for it to unblock is the response from FS which never
comes.
Add a 30 second timesout waiting for response and give up to go send a new FS ESL command.
2020-02-04 10:00:20 -08:00
Fred Dixon
5aea1c8829
Merge pull request #8600 from ffdixon/bump-rc6
...
Bump to RC6
2020-02-04 12:28:59 -05:00
Fred Dixon
a9f194b038
Bump to RC6
2020-02-04 11:28:01 -06:00
Anton Georgiev
33e32978c7
Merge pull request #8592 from KDSBrowne/chat-published-poll
...
Prevent text pasted in chat displaying as poll result
2020-02-03 13:43:59 -05:00
Vitor Mateus
68a83b4895
Fixes media rerender #8590
2020-02-03 15:11:30 -03:00
KDSBrowne
4ab2d7ba4b
prevent text pasted in chat displaying as poll result
2020-02-03 18:07:42 +00:00
Anton Georgiev
b00cfc62e2
Merge pull request #8589 from Tainan404/issue-8419
...
Add throttle to user typing call
2020-02-03 10:27:54 -05:00
Anton Georgiev
eaf6cf8dff
Merge pull request #8525 from KDSBrowne/chat-published-poll
...
Add published poll results to the Public chat
2020-02-03 09:58:42 -05:00
Tainan Felipe
60ebf043b2
Add throttle to user typing call
2020-02-03 11:10:02 -03:00
Anton Georgiev
d1681bcc7b
Merge pull request #8581 from prlanzarin/2.3-upst-vp-fix-rel
...
2.3 equivalent of #8580
2020-01-31 14:54:24 -05:00
prlanzarin
bf69926576
Fix race condition in video-provider that may cause peers to fail
...
The peer object was being fetched only once in the ICE candidate callback, and it would fetch a placeholder empty object (sometimes) which would be kept in the callback closure till the end of the peer lifecycle. With that, the didSDPAnswered state variable which released the outbound ICE queue wouldnt be correctly read and the queue would never be flushed
2020-01-31 19:49:12 +00:00
Anton Georgiev
03495d6cc6
Merge pull request #8580 from prlanzarin/2.2-upst-vp-fix-rel
...
Fix race condition in video-provider that may cause peers to fail
2020-01-31 14:41:50 -05:00
prlanzarin
10b4a60a57
Fix race condition in video-provider that may cause peers to fail
...
The peer object was being fetched only once in the ICE candidate callback, and it would fetch a placeholder empty object (sometimes) which would be kept in the callback closure till the end of the peer lifecycle. With that, the didSDPAnswered state variable which released the outbound ICE queue wouldnt be correctly read and the queue would never be flushed
2020-01-31 19:32:57 +00:00
Anton Georgiev
1c4b75ca37
Merge pull request #8575 from antobinary/fixing-8549
...
Add bbb_show_participants_on_login as a join parameter
2020-01-31 14:08:31 -05:00
Anton Georgiev
e420dc2546
add bbb_show_participants_on_login as a join parameter
2020-01-30 15:43:54 -05:00
Anton Georgiev
7b3eb0f656
Merge pull request #8565 from Tainan404/issue-8421
...
set new minimum browsers versions to run html5 client
2020-01-30 13:54:15 -05:00
Anton Georgiev
96e13140e3
Merge pull request #8573 from Tainan404/issue-8569
...
Show right breakout room in free join mode
2020-01-30 13:17:15 -05:00
Tainan Felipe
9fbd0a2be2
Show right breakout room in free join mode
2020-01-30 15:14:27 -03:00
Anton Georgiev
60e3e7986c
Merge pull request #8499 from pedrobmarin/waiting-guests-clean
...
Removes waiting guests that stop polling for their status
2020-01-29 17:40:19 -05:00
Anton Georgiev
138f22f97f
Merge pull request #8529 from Tainan404/dont-show-invitation
...
Add a rule to don't show breakout invitation modal to moderators
2020-01-29 17:28:40 -05:00
KDSBrowne
b815272708
disable quick poll when active poll / make menu item use full width
2020-01-29 18:36:17 +00:00
Tainan Felipe
e276b5b570
Change to bbb extension key
2020-01-29 13:30:20 -03:00
KDSBrowne
d93fc375c3
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton
...
into chat-published-poll
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into chat-published-poll
2020-01-29 14:07:09 +00:00
KDSBrowne
818994afdd
add margin to poll result wrapper
2020-01-29 14:04:29 +00:00
Tainan Felipe
8a7a58d243
update chrome version requirement to 72
2020-01-28 17:52:05 -03:00
Tainan Felipe
568e937a91
Fix mistype on edge version
2020-01-28 16:53:15 -03:00
Anton Georgiev
04ad738a7d
Merge pull request #8564 from MaximKhlobystov/puppeteer-tests-fixes
...
Fixes for Puppeteer tests
2020-01-28 14:41:40 -05:00
Tainan Felipe
191867ffe0
set new minimum browsers verions to run html5 client
2020-01-28 16:34:23 -03:00
Maxim Khlobystov
7518b4cd99
Make the Puppeteer tests work with master branch
2020-01-28 14:25:27 -05:00
Fred Dixon
4cd6271edd
Merge pull request #8563 from kepstin/recording-updates
...
rap: Fix require paths in Rakefile
2020-01-28 13:44:08 -05:00
Calvin Walton
9f9e2a0c47
rap: Fix require paths in Rakefile
...
I moved the location of the worker classes around, but forgot to update
the Rakefile to include them from the new location.
2020-01-28 12:43:28 -05:00
Anton Georgiev
201a302826
Merge pull request #8552 from KDSBrowne/actions-pres-toggle
...
Add ability to switch presentations via actions menu (Presenter)
2020-01-28 12:17:12 -05:00
KDSBrowne
717057fc3a
add comment for css class
2020-01-28 16:23:38 +00:00
Fred Dixon
48a8aca2a5
Merge pull request #8557 from ffdixon/update-bbb-conf-systemd
...
Added start/stop for bbb-rap-caption-inbox.service
2020-01-27 19:37:41 -05:00
Fred Dixon
98a1b9115e
Added start/stop for bbb-rap-caption-inbox.service
2020-01-27 18:37:04 -06:00
Fred Dixon
1b9e7b0aca
Merge pull request #8520 from kepstin/recording-updates
...
RaP: Updates and Cleanups for resque queueing system
2020-01-27 18:50:11 -05:00
Anton Georgiev
00df15720a
Merge pull request #8536 from vitormateusalmeida/issue-8531
...
Fixes resizing bar appearing while there are no webcams shared
2020-01-27 15:09:36 -05:00
Anton Georgiev
8a26a2657f
Merge pull request #8528 from Tainan404/issue-8495
...
Show user who joined the breakout room in the invitation mode
2020-01-27 12:15:06 -05:00
KDSBrowne
4fd0ae54d0
only show presentation toggle options to presenter
2020-01-27 15:48:35 +00:00
Fred Dixon
18789c9898
Merge pull request #8546 from ffdixon/fix-apply-lib
...
Remove Flash related code
2020-01-25 13:54:51 -05:00
Fred Dixon
16f910253b
Remove Flash related code
2020-01-25 12:54:12 -06:00