prlanzarin
6d02110c85
Screenshare server-side error handling done
2018-07-18 21:32:54 +00:00
prlanzarin
96574891b8
Server-side SFU video error treatment done
2018-07-18 20:25:59 +00:00
prlanzarin
576bdea35b
Added mcs-core to SFU error map
2018-07-18 19:30:52 +00:00
prlanzarin
881b2a67f1
Assembling standardized SFU error messag in base provider
2018-07-18 19:29:46 +00:00
Chad Pilkey
37967514b5
Merge pull request #5876 from capilkey/load-from-CDN
...
Use png of slide for export with annotations
2018-07-18 15:12:50 -04:00
Chad Pilkey
d2295095b8
refactored the annotations in presentation export with annotations and improved the pencil
2018-07-18 12:05:28 -07:00
Richard Alam
0f51609212
Merge pull request #5877 from ritzalam/fix-pres-download-issue
...
Fix pres download issue
2018-07-18 15:01:43 -04:00
Richard Alam
4e215249a5
- allow downloading of presentations with utf-8 filenames
2018-07-18 11:52:11 -07:00
Richard Alam
223f8d99d8
- fix issue where file aside from pdf can be made downloadable
2018-07-18 11:51:00 -07:00
Maxim Khlobystov
3d0b41c166
Pre-select one of the presentations that are about to be uploaded.
2018-07-18 14:47:40 -04:00
Anton Georgiev
94d3d52a77
Merge pull request #5821 from musickiper/fix-navbar-problem-on-iphone
...
Adjust Navbar not to cover on the top of any list in mobile view
2018-07-18 13:59:42 -04:00
James Jung
617446f89b
Change the overflow setting of the public chat to make the navbar not cover the public chat save button
2018-07-18 13:42:02 -04:00
prlanzarin
729d81eebb
Added BaseProvider class to SFU and standard methods for marshalling mcs-core errors to SFU clients
2018-07-18 16:46:19 +00:00
prlanzarin
f61102940e
Added missing named errors to kurento adapter, appended transaction info to thrown errors on mcs-core and some cleanup
2018-07-18 16:24:08 +00:00
Bobak Oftadeh
8119e10167
Updated how targets are added to the client logger
2018-07-18 09:04:40 -07:00
Felipe Cecagno
6948717cce
revert getRaw option to enable/disable raw format callback
2018-07-18 01:20:42 -03:00
Felipe Cecagno
a76b01727d
fix issue when config.hooks.getRaw=true but the callback getRaw=false
2018-07-18 00:42:02 -03:00
italo
24fa474abb
Few variable name fixes and logic for external-id missing
2018-07-18 00:38:37 -03:00
Chad Pilkey
f18485481c
use png of slide for export with annotations
2018-07-17 17:12:00 -07:00
Richard Alam
278514c0b1
Merge pull request #5874 from ritzalam/fix-user-eject-on-rtmps
...
- when using rtmps, firefox and ie clients doesn't log out when the …
2018-07-17 18:34:24 -04:00
Richard Alam
1f25cd7079
- when using rtmps, firefox and ie clients doesn't log out when the user is ejected from the meeting.
...
The client relies on the connection being closed by red5 when the user is ejected which triggers
the client to logout. Hoever, when using rtmps, the connection doesn't close therefore not logging
out the client.
2018-07-17 14:31:45 -07:00
James Jung
696399fc3a
Fix the header not to overlap the options list of public chat on iphone
2018-07-17 14:59:44 -04:00
Richard Alam
ad0dbfdbbd
Merge pull request #5873 from ritzalam/allow-authed-and-mods-in-when-policy-is-ask
...
- when guestPolicy is ASK_MODERATOR, only apply policy to viewer and…
2018-07-17 13:59:06 -04:00
Richard Alam
f33996d038
- when guestPolicy is ASK_MODERATOR, only apply policy to viewer and guest
2018-07-17 10:56:45 -07:00
prlanzarin
d70cd35f1d
Removed swp files
2018-07-17 16:58:29 +00:00
prlanzarin
719e7a2c4d
Defined proper errors with code and reason in SFU media stack
2018-07-17 16:52:09 +00:00
Chad Pilkey
166a8d9cea
Merge pull request #5871 from capilkey/fix-userlist-renderer
...
Fixes for 2.2 merge issues in the client
2018-07-16 18:49:00 -04:00
Chad Pilkey
b9600364dc
fix user's guest state in client when processing join
2018-07-16 15:41:47 -07:00
Chad Pilkey
648573fe86
remove moderatorUnmute option from config.xml because they can never unmute
2018-07-16 15:38:33 -07:00
Chad Pilkey
d27391dd9e
fix inconsistency with the user list mic img/btn
2018-07-16 15:37:56 -07:00
Richard Alam
0bc643e71c
Merge pull request #5868 from ritzalam/disable-vertx-msging
...
- disable experimental way to send messsages from client to server
2018-07-16 17:26:29 -04:00
Richard Alam
9372617b43
Merge pull request #5869 from ritzalam/fix-user-inactivity
...
- fix user inactivity audit message. Do not convert message to json …
2018-07-16 17:26:11 -04:00
Richard Alam
fee278e960
- fix user inactivity audit message. Do not convert message to json twice.
2018-07-16 14:24:33 -07:00
Richard Alam
beeb0f07f3
- disable experimental way to send messsages from client to server
2018-07-16 14:22:36 -07:00
Richard Alam
1c324d9eac
Merge pull request #5866 from ritzalam/fix-issue-when-uploading-downloadble-file
...
- add back removed method used for making the uploaded presentation …
2018-07-16 16:09:24 -04:00
Richard Alam
c09fd950fe
- add back removed method used for making the uploaded presentation downloadble
2018-07-16 13:05:22 -07:00
Tainan Felipe
5b84652fc4
Add speak icon when is voice only
2018-07-16 15:17:49 -03:00
Tainan Felipe
42a2bfff58
Add user when voice only user join in the meeting
2018-07-16 14:03:01 -03:00
Richard Alam
b5439f6a58
Merge pull request #5864 from riadvice/2.2-merge-with-2.0
...
Merge 2.0 into 2.2
2018-07-16 11:21:08 -04:00
Ghazi Triki
66a050b00b
Merge remote-tracking branch 'bigbluebutton/v2.0.x-release' into 2.2-merge-with-2.0
...
# Conflicts:
# bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/views/WhiteboardToolbar.mxml
# bigbluebutton-config/bigbluebutton-release
# bigbluebutton-html5/imports/api/users/server/handlers/guestApproved.js (Not Fixed)
2018-07-16 16:08:38 +01:00
Richard Alam
9a998a8ba3
Merge pull request #5862 from riadvice/pen-muw
...
Pen tool only for multi-user whiteboard
2018-07-16 10:51:22 -04:00
Richard Alam
de22d6c343
Merge pull request #5859 from riadvice/v2.0-camera-lock
...
Fix camera lock when skipCamSettingsCheck is true
2018-07-16 10:50:29 -04:00
Ghazi Triki
3eddc7b585
Only pen for multi-user whiteboard.
2018-07-16 09:50:56 +01:00
Fred Dixon
6ee3453dae
Merge pull request #5861 from hakaz/v2.0.x-release
...
Crippled chromeExtensionLinkURL in bbb-conf
2018-07-15 11:12:46 -04:00
Harald Kastner
f982efa823
Update bbb-conf due to chromeExtensionLinkURL
...
chromeExtensionLinkURL gets crippled in config.xml thus Google Chrome server sharing extension fails to install through crippled link.
2018-07-15 16:15:50 +02:00
Bobak Oftadeh
5a2d2934fa
Updated settings for client-logger
2018-07-13 12:44:22 -07:00
Bobak Oftadeh
a5354c9c10
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into fixes3
2018-07-13 12:18:55 -07:00
Bobak Oftadeh
c98bd10024
Replaced console.errors with client logger and alterted logger configurations
2018-07-13 12:16:50 -07:00
prlanzarin
9a2e3ce811
Detecting codec availability in SFU
2018-07-12 19:50:42 +00:00
Anton Georgiev
f50cf96100
Merge pull request #5840 from Tainan404/issue-5833
...
Comply audio lock setting.
2018-07-12 14:38:19 -04:00