Commit Graph

11432 Commits

Author SHA1 Message Date
Richard Alam
1e0be140a2 Change API version to 1.0 2016-02-04 14:43:59 -05:00
Richard Alam
5d2ab077cb Merge pull request #2999 from ritzalam/make-desktop-sharing-stop-when-tunneling
- desktop sharing doesn't stop when the applet is tunneling. Catch t…
2016-02-04 14:20:38 -05:00
Richard Alam
328c948156 Merge pull request #2997 from capilkey/fix-2437-regression
Put the fix for #2437 back in
2016-02-04 14:19:24 -05:00
Richard Alam
dbf02ba36e - desktop sharing doesn't stop when the applet is tunneling. Catch the exception and stop the applet. 2016-02-04 19:13:47 +00:00
Chad Pilkey
1da5edfd35 changed the flash client canvas height to calculated value 2016-02-03 15:30:58 -08:00
Richard Alam
8547360280 Merge pull request #2996 from fcecagno/fix-2808
fix duplicated publish video windows after reconnection #2808
2016-02-03 10:55:46 -05:00
Felipe Cecagno
438e90a2e1 fix duplicated publish video windows after reconnection #2808
The problem was that we were handling the reconnecton succeeded event to start streaming again, but this event is dispatched for every connection, not only for the video connection, and it was causing restream to be called multiple times after the reconnection, eventually duplicating the publish windows; when it occurred, the user was publishing two separate video streams.
The solution was to use the ConnectedEvent used only by the video connection, which also carries the information if that connection is due to a reconnect.
It looks like the current solution to restream after a reconnect doesn't work if the user was publishing two cameras at the same time. In that case, I think only the second camera will be published again.
2016-02-03 10:29:01 -02:00
Anton Georgiev
227ae1bb72 Merge pull request #2991 from OZhurbenko/meteor-whiteboard
Reworked server-side ES6
2016-02-02 16:01:24 -05:00
Oleksandr Zhurbenko
b19f22740b Changed WhiteboardPaper.cursor.cursor to cursorDOM
Resolves #2955
2016-02-01 12:55:53 -08:00
Oleksandr Zhurbenko
d0112ff7b7 Corrections 2016-02-01 10:38:15 -08:00
Fred Dixon
10b1f4eb4b Merge pull request #2994 from ffdixon/minor-fixes
Minor fixes
2016-01-30 19:53:38 -05:00
Fred Dixon
b9c6c62810 Added <meta charset=utf-8 /> to playback.html Fixes #2975 2016-01-30 19:46:58 -05:00
Fred Dixon
3dbfd83747 Load get_flash_player.gif from BigBlueButton server 2016-01-30 11:32:25 -05:00
Fred Dixon
ef79077e09 Fixed undefined error when loading BigBlueButton.html 2016-01-30 11:31:35 -05:00
Oleksandr Zhurbenko
34ff1e19ba Reworked ES6 on the server side 2016-01-29 17:33:40 -08:00
Chad Pilkey
16cdf9c5bb Merge pull request #2990 from fcecagno/fix-2985
fix #2985
2016-01-29 18:18:35 -05:00
Felipe Cecagno
7804e734e4 fix #2985
close button on the publish window now closes both remote and local windows
2016-01-29 17:29:39 -02:00
Richard Alam
c58767e74e Merge pull request #2982 from ritzalam/guard-against-NaN-in-presentation-messages
Guard against na n in presentation messages
2016-01-28 11:21:21 -05:00
Chad Pilkey
7b978b9cd6 Merge pull request #2986 from capilkey/descriptive-emoticon-tooltips
Added more descriptive tooltips for the emoticon buttons
2016-01-27 18:40:36 -05:00
Oleksandr Zhurbenko
1775053d39 Changes the default value for the presentation's title when it gets removed 2016-01-27 13:58:56 -08:00
Chad Pilkey
58380dd6fd added more descriptive tooltips for the emoticon buttons 2016-01-27 12:36:54 -08:00
Anton Georgiev
e26ae3d077 Merge pull request #2984 from OZhurbenko/meteor-whiteboard
Fixes for issues #2955, #2942, #2941, #2984
2016-01-27 15:24:55 -05:00
Fred Dixon
3c2217e5a1 Merge pull request #2983 from fcecagno/compiling-fsesl-client
Compiling bbb-fsesl-client
2016-01-26 15:06:39 -05:00
Felipe Cecagno
4ca7fe7ef7 remove weird characters that prevents bbb-fsesl-client to be compiled successfully 2016-01-26 18:00:44 -02:00
Richard Alam
b3bec76ae7 - cleanup formatting 2016-01-25 19:00:23 +00:00
Richard Alam
7e60610dc5 - sometimes presentation message send a NaN value which results in exception in the MeetingActor.
If the message contains a NaN, set the value to zero.
2016-01-25 18:57:50 +00:00
Fred Dixon
c3de0a9cde Merge pull request #2976 from bigbluebutton/ffdixon-fix-api-link
Update demo_footer.jsp with correct link to API docs
2016-01-25 07:45:42 -05:00
Fred Dixon
941caa06d5 Update demo_footer.jsp 2016-01-25 07:45:18 -05:00
Oleksandr Zhurbenko
cc7f8b4fac Updating the new slide's ratios and offsets right away 2016-01-22 22:51:41 -08:00
Chad Pilkey
416cbbf7bc Merge pull request #2973 from capilkey/1.0-minor-fixes
Minor UI changes for the Flash client
2016-01-22 19:25:19 -05:00
Chad Pilkey
d90643fc77 update the client copyright to 2016 2016-01-22 16:12:54 -08:00
Oleksandr Zhurbenko
0f7f3ed7b8 Added check to see if the properties have been already updated by displayThisSlide() after receiving a presentation_page_changed message. 2016-01-22 15:53:24 -08:00
Chad Pilkey
f7f6d81a37 shorten the copyright string in the client footer 2016-01-22 15:53:16 -08:00
Chad Pilkey
4062aa02db significantly reduce the volume of the chat audio cue 2016-01-22 15:02:12 -08:00
Chad Pilkey
a2203ad5e6 unbold the lock settings categories in the popup 2016-01-22 14:52:45 -08:00
Chad Pilkey
d34616d3d2 add separation between chat time and border 2016-01-22 14:50:10 -08:00
Chad Pilkey
75cb6b66cc Merge pull request #2969 from tdj-br/master
Fixes #2768
2016-01-22 16:41:14 -05:00
Richard Alam
3273912bd1 Merge pull request #2968 from ritzalam/expire-redis-keys-after-14-days
Expire redis keys after 14 days
2016-01-22 14:29:25 -05:00
Oleksandr Zhurbenko
6eb3fbe50d Removed old unused console logs from the code. 2016-01-22 11:14:57 -08:00
Richard Alam
5c882386cd Merge pull request #2972 from pedrobmarin/issue-2851
Avoid scala warning messages
2016-01-22 14:14:37 -05:00
Oleksandr Zhurbenko
8fdb83d01a Assigning widthRatio to default value when the currentSlideDoc is not loaded yet. Removing errors from the console. 2016-01-22 11:07:14 -08:00
Pedro Beschorner Marin
8890f46910 - avoid scala warning messages 2016-01-22 19:00:50 +00:00
Richard Alam
78cfccab18 Merge pull request #2971 from pedrobmarin/issue-2851
Simple modification to avoid multiple start audio recording events
2016-01-22 13:38:12 -05:00
Pedro Beschorner Marin
086e339653 Simple modification to avoid multiple start audio recording events 2016-01-22 16:43:17 +00:00
Tiago Daniel Jacobs
fc728bf1be Fixes #2768 2016-01-21 22:56:48 -02:00
Richard Alam
5c812984ad Merge pull request #2967 from ritzalam/improve-pdf2swf-conversion
Improve pdf2swf conversion
2016-01-21 15:59:10 -05:00
Richard Alam
f501fb5803 - expire redis recording keys after 14 days 2016-01-21 20:43:28 +00:00
Richard Alam
6956ddf723 - do not record events if the meeting is not recorded 2016-01-21 20:42:47 +00:00
Oleksandr Zhurbenko
f287f5f4cb Simply updating data in the Slides collection instead of removing and adding whole objects 2016-01-21 10:29:18 -08:00
Richard Alam
e7a46aa3cf - cleanup formatting 2016-01-21 17:31:25 +00:00