Commit Graph

21212 Commits

Author SHA1 Message Date
Richard Alam
9c8165bfa8
Merge pull request #6103 from riadvice/api-pre-uploade-filename
Add `filename` attribute for file pre-upload using an URL
2018-09-24 13:30:34 -04:00
Ghazi Triki
1493470b13 Add filename attribute for file pre-upload using an URL 2018-09-24 16:41:35 +01:00
Richard Alam
9eae47dc82
Merge pull request #6099 from kepstin/bbb-20-rec-fixes
Recording fixes for BBB 2.0
2018-09-21 14:38:57 -04:00
Calvin Walton
7a64756bba RaP: When generating poll image, grab the presentation name correctly.
It was previously trying to get the presentation name from the wrong variable,
which resulted in a nil value (which was treated as a blank string in
filenames). This caused the poll images to not be inside the presentation
subdirectories, and the poll image references in the svg contained a `//`
path, which would break the recording if it was uploaded to e.g. AWS S3.
2018-09-21 14:28:24 -04:00
Richard Alam
909b8672c7
Merge pull request #6096 from riadvice/api-started-screen-sharing
Improve client logging for screensharing
2018-09-21 13:21:03 -04:00
Ghazi Triki
d6b22822e9 Improve java and webrtc screensharing logs. 2018-09-21 14:10:41 +01:00
Calvin Walton
e8008a0ef9
Merge pull request #6098 from capilkey/upgrade-adapter-js
Reduce adapter.js version in Flash client
2018-09-20 17:22:34 -04:00
Chad Pilkey
15f80dd8ea reduce adapter.js version in Flash client because newer breaks Chrome webrtc ss 2018-09-20 14:14:41 -07:00
Ghazi Triki
f33f4bc33f Revert "Update API to display if the user is sharing his screen and what screen-sharing type he is using."
This reverts commit 72d7e17fdb.
2018-09-20 20:48:38 +01:00
Richard Alam
8e3a11d780
Merge pull request #6097 from capilkey/upgrade-adapter-js
Update adapter.js in the Flash client and make sure it loads in correct order
2018-09-20 15:40:30 -04:00
Chad Pilkey
9f8c0465d8 update adapter.js in the Flash client and make sure it loads in correct order 2018-09-20 12:29:35 -07:00
Ghazi Triki
22ff78f5e7 Fixed typo in get-meeting-info.ftlx 2018-09-20 18:57:26 +01:00
Ghazi Triki
72d7e17fdb Update API to display if the user is sharing his screen and what screen-sharing type he is using. 2018-09-20 18:16:29 +01:00
Richard Alam
196d58e9db
Merge pull request #6082 from capilkey/fix-client-failed-load
Fix error handling when client parts fail to load
2018-09-19 13:45:11 -04:00
Chad Pilkey
2b74772f3e adjust the valid config.xml check in ConfigManager2 2018-09-19 10:38:15 -07:00
Anton Georgiev
abc12f40f1
Merge pull request #6080 from prlanzarin/detect-codec-unavaible-improv
Improve codec availability detection in SFU
2018-09-19 13:15:37 -04:00
Richard Alam
e9c8bc3e48
Merge pull request #6079 from capilkey/flash-webrtcss-rtmps
Make Flash WebRTC screenshare use RTMPS when available
2018-09-19 12:08:47 -04:00
Anton Georgiev
aefb981f5f
Merge pull request #6081 from lfzawacki/full-width-cameras
Make it so that cameras use the full space of the video window
2018-09-19 11:12:59 -04:00
Chad Pilkey
98f7aaaeb6 fix error handling when client parts fail to load 2018-09-18 12:45:12 -07:00
prlanzarin
8150db9fb6 Improve codec availability detection in SFU 2018-09-18 18:52:15 +00:00
Chad Pilkey
76fc918c55 make Flash WebRTC screenshare use rtmps when available 2018-09-18 10:38:04 -07:00
Lucas Zawacki
1d38dc4f2e Make it so that cameras use the full space of the video window 2018-09-18 13:58:29 -03:00
Calvin Walton
c6674833c7 RaP: Have <p> in presentation format inherit font size
This fixes font scaling in the presentation area, since that relied on
the <p> element inheriting the font size from the svg <g> that it was
inside of.

This was broken with the switch to the Foundation stylesheet base, which
set a fixed font size on the <p> element.
2018-09-13 17:22:25 -04:00
Fred Dixon
5cb222c7de
Update bigbluebutton-release 2018-09-13 16:48:04 -04:00
Chad Pilkey
c2de25065f
Merge pull request #6073 from capilkey/ipv4-rtmp-fallback
Fix WebRTC screenshare RTMP URL regular expression
2018-09-13 16:33:57 -04:00
Chad Pilkey
284eb91b91 fix WebRTC screenshare RTMP url regular expression 2018-09-13 13:32:22 -07:00
Chad Pilkey
74151a4dff
Merge pull request #6070 from riadvice/fix-lock-for-late-joiners
Fix lock settings
2018-09-13 14:12:59 -04:00
Chad Pilkey
f2b06e7df6
Merge pull request #6071 from capilkey/ipv4-rtmp-fallback
Add a specific log message when falling back to rtmp ipv4
2018-09-13 11:54:17 -04:00
Chad Pilkey
1f6833b1f0 add a specific log message when falling back to rtmp ipv4 2018-09-13 08:52:51 -07:00
Chad Pilkey
4bddf6890e
Merge pull request #6069 from capilkey/ipv4-rtmp-fallback
Add RTMP fallback for IPv4-only hostname to the client
2018-09-12 18:13:49 -04:00
Chad Pilkey
911e99733c add rtmp fallback for ipv4-only hostname to the client 2018-09-12 13:49:27 -07:00
Anton Georgiev
10ae980fd4
Merge pull request #6058 from prlanzarin/screenshare-fix-presenter-switch
Fix screenshare edge case with presenter switch
2018-09-12 14:57:35 -04:00
Ghazi Triki
0873fe7a96 Request lock settings after all modules were loaded. 2018-09-12 18:21:02 +01:00
Ghazi Triki
0733a608d5 More delay for updating layout lock the first time. 2018-09-12 13:43:53 +01:00
Ghazi Triki
d95f834dfc FIx layout lock for late joiners. 2018-09-12 13:18:41 +01:00
prlanzarin
dedffa9de2 Fixed exceptions on screenshare early exit 2018-09-11 20:08:15 +00:00
prlanzarin
e327625b64 Avoid calling screenshare viewer exit twice and handle any possible exception 2018-09-11 19:40:13 +00:00
prlanzarin
3fa8c1c7b6 Fix inconsistent screenshare state on presenter switch during ongoing negotiation 2018-09-11 18:11:52 +00:00
Anton Georgiev
885539bb2a
Merge pull request #6057 from prlanzarin/listen-only-fallback
Add SIP.js listen only as fallback when SFU is enabled
2018-09-11 13:50:10 -04:00
prlanzarin
fe9835b5f7 Add SIP.js listen only as fallback when SFU is enabled 2018-09-11 17:09:29 +00:00
Anton Georgiev
cae1cc2190
Merge pull request #6052 from BobakOftadeh/publish-fix
Only propagate necessary information to client
2018-09-10 15:00:54 -04:00
Anton Georgiev
358fdd57bf
Merge pull request #6054 from antobinary/locales-2018-09-10
HTML5 client -- pulled latest language files 2018-09-10
2018-09-10 14:52:36 -04:00
Anton Georgiev
7e4f4d9eaa html5-locales-2018-09-10 2018-09-10 18:49:54 +00:00
Bobak Oftadeh
053e0f93fc Fixed issue where unnecessary information was being published to the client. 2018-09-10 08:34:25 -07:00
Anton Georgiev
7508f1d4f8
Merge pull request #6034 from KDSBrowne/02-iphone-polling-fix
Fix poll answers not being displayed on mobile safari
2018-09-10 10:08:51 -04:00
KDSBrowne
5f31deee11 use mq() instead of @media 2018-09-09 05:23:33 +00:00
Anton Georgiev
95b8b4e389
Merge pull request #6051 from antobinary/audio-state
Update npm packages in bbb-html5
2018-09-07 16:20:47 -04:00
Anton Georgiev
2330ead2e6 update npm packages to resolve sec vulnerabilities 2018-09-07 19:32:53 +00:00
Anton Georgiev
181b275193
Merge pull request #6049 from antobinary/audio-state
Make some devDependency npm packages full depencencies (needed in production)
2018-09-07 14:28:44 -04:00
Anton Georgiev
7a23aa40a1 make devDependency npm packages full depencencies (needed in production) 2018-09-07 18:03:18 +00:00