Commit Graph

17815 Commits

Author SHA1 Message Date
KDSBrowne
b2b36254ab remove check from handler add exhaustive check to modifier 2017-09-07 10:33:23 -07:00
KDSBrowne
13e6357b19 fix line endings 2017-09-07 07:31:19 -07:00
KDSBrowne
5a6183dc34 fix undefined check 2017-09-06 12:57:24 -07:00
KDSBrowne
9193ae8849 handle UserLockedInMeetingEvtMsg 2017-09-06 12:53:07 -07:00
KDSBrowne
31cf7aea42 check for specific meeting id 2017-09-06 11:32:29 -07:00
KDSBrowne
fd9a4cd98e fix bug in undefined check 2017-09-06 11:13:24 -07:00
KDSBrowne
d34f138b56 check if lock settings are undefined 2017-09-06 10:50:48 -07:00
KDSBrowne
572bb0b8d3 remove ternary operation 2017-09-06 09:08:26 -07:00
KDSBrowne
c14e779bb4 add check to payload 2017-09-05 08:53:02 -07:00
KDSBrowne
b20859d1c9 fix chat being locked for moderators 2017-08-31 14:49:13 -07:00
KDSBrowne
7a9cb7d04f fix the disabling of chat when locked 2017-08-31 14:29:18 -07:00
KDSBrowne
94e44d6a23 remove unused prop 2017-08-31 13:50:20 -07:00
KDSBrowne
a404cc14d1 remove space typo 2017-08-31 13:47:06 -07:00
KDSBrowne
2f9d4bcc0e move isMeetingLocked condition check to userlist service 2017-08-31 11:12:53 -07:00
KDSBrowne
c244ef91ec fix line endings 2017-08-30 11:35:40 -07:00
KDSBrowne
a01451f9fd handle LockSettingsInMeetingChangedEvtMsg and fix userlistitem lock notification 2017-08-30 11:00:56 -07:00
Calvin Walton
dba121e6f4 Merge pull request #3998 from kepstin/caption-fixes
Update caption track generation based on feedback
2017-08-25 12:04:59 -04:00
Richard Alam
4481fa11bd Merge pull request #4314 from kepstin/bbb-20-rec-fixes
RnP: Some shapes in BBB 2.0 now have sharp corners
2017-08-25 12:03:51 -04:00
Calvin Walton
0d91b9444e RnP: Some shapes in BBB 2.0 now have sharp corners 2017-08-25 11:39:00 -04:00
Richard Alam
8c6bd6698b Merge pull request #4311 from ritzalam/fix-exception
- fix exception
2017-08-24 15:49:52 -04:00
Richard Alam
5a1a1bcd45 - fix exception
---------------------------------------------------------
- ERROR: Wrong number of arguments supplied when calling method handleIsSharingScreenEvent
- EVENT TYPE: "IsSharingScreenEvent.IS_SCREENSHARING" (screenshare is sharing screen event)
- TAG: MethodInvoker
- GENERATOR: WebRTCDeskshareManager
- METHOD: handleIsSharingScreenEvent
- FILE: WebRTCDeskshareEventMap
- 1 ARGUMENT SUPPLIED: [Event type="screenshare is sharing screen event" bubbles=true cancelable=false eventPhase=2]
- STACK TRACE: ArgumentError: Error #1063: Argument count mismatch on org.bigbluebutton.modules.screenshare.managers::WebRTCDeskshareManager/handleIsSharingScreenEvent(). Expected 0, got 1.
	at Function/http://adobe.com/AS3/2006/builtin::apply()
	at com.asfusion.mate.core::MethodCaller/call()[/Users/nahuel/Documents/Flex Builder 3/MateDevelopment/src/com/asfusion/mate/core/MethodCaller.as:90]
	at com.asfusion.mate.actions.builders::MethodInvoker/run()[/Users/nahuel/Documents/Flex Builder 3/MateDevelopment/src/com/asfusion/mate/actions/builders/MethodInvoker.as:113]
	at com.asfusion.mate.actions::AbstractAction/trigger()[/Users/nahuel/Documents/Flex Builder 3/MateDevelopment/src/com/asfusion/mate/actions/AbstractAction.as:61]
	at com.asfusion.mate.actionLists::AbstractHandlers/runSequence()[/Users/nahuel/Documents/Flex Builder 3/MateDevelopment/src/com/asfusion/mate/actionLists/AbstractHandlers.as:331]
	at com.asfusion.mate.actionLists::EventHandlers/fireEvent()[/Users/nahuel/Documents/Flex Builder 3/MateDevelopment/src/com/asfusion/mate/actionLists/EventHandlers.as:257]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.core::UIComponent/dispatchEvent()[/Users/aharui/release4.13.0/frameworks/projects/framework/src/mx/core/UIComponent.as:13682]
	at com.asfusion.mate.core::GlobalDispatcher/dispatchEvent()[/Users/nahuel/Documents/Flex Builder 3/MateDevelopment/src/com/asfusion/mate/core/GlobalDispatcher.as:110]
	at com.asfusion.mate.events::Dispatcher/dispatchEvent()[/Users/nahuel/Documents/Flex Builder 3/MateDevelopment/src/com/asfusion/mate/events/Dispatcher.as:240]
	at org.bigbluebutton.modules.screenshare.services::MessageReceiver/handleIsSharingScreenRequestResponse()[/tmp/bbb-client_2.0.0_xenial_m02/src/org/bigbluebutton/modules/screenshare/services/MessageReceiver.as:146]
	at org.bigbluebutton.modules.screenshare.services::MessageReceiver/onMessage()[/tmp/bbb-client_2.0.0_xenial_m02/src/org/bigbluebutton/modules/screenshare/services/MessageReceiver.as:52]
	at org.bigbluebutton.modules.screenshare.services.red5::Connection/notifyListeners()[/tmp/bbb-client_2.0.0_xenial_m02/src/org/bigbluebutton/modules/screenshare/services/red5/Connection.as:101]
	at org.bigbluebutton.modules.screenshare.services.red5::Connection/onMessageFromServer()[/tmp/bbb-client_2.0.0_xenial_m02/src/org/bigbluebutton/modules/screenshare/services/red5/Connection.as:110]
---------------------------------------------------------

---------------------------------------------------------
MATE Error: Invalid number of arguments, turn on the debugger for more information
EventType:screenshare is sharing screen event. Error was found in a EventHandlers list in file WebRTCDeskshareEventMap
---------------------------------------------------------
2017-08-24 12:48:08 -07:00
Richard Alam
7104ff2af4 Merge branch 'capilkey-improve-pencil-update-draw' into bbb-2x-mconf 2017-08-24 12:31:16 -07:00
Chad Pilkey
03159d3f49 draw pencil updates more efficiently 2017-08-24 13:56:23 -04:00
Richard Alam
0ffb80e3eb Merge branch 'riadvice-2x-client-theme' into bbb-2x-mconf 2017-08-24 10:24:20 -07:00
Richard Alam
4ac1139cd1 Merge branch '2x-client-theme' of https://github.com/riadvice/bigbluebutton into riadvice-2x-client-theme 2017-08-24 10:16:24 -07:00
Ghazi Triki
e630602e43 Use a custom label that inherits from spark Label and use TLF instead of FTE and to make it multiline and add a tab enabled feature to it. 2017-08-24 17:36:45 +01:00
Richard Alam
e21982e47a Merge pull request #4307 from ritzalam/liveness-timer
- add responsiveness timer to hopefully allow us to detect that a cl…
2017-08-24 11:55:22 -04:00
Richard Alam
fe5bd8eefa Merge branch 'pedrobmarin-shared-notes-extras' into bbb-2x-mconf 2017-08-24 08:54:17 -07:00
Richard Alam
b48da62552 Merge branch 'shared-notes-extras' of https://github.com/pedrobmarin/bigbluebutton into pedrobmarin-shared-notes-extras 2017-08-24 08:45:51 -07:00
Richard Alam
c067adc8a9 - add responsiveness timer to hopefully allow us to detect that a client has become unresponsive
for some time.
2017-08-24 08:42:41 -07:00
Pedro Beschorner Marin
f3d832b029 Adjusted shared note naming to match the new default note name with it's id 2017-08-24 14:00:13 +00:00
Fred Dixon
96add5d92e Merge pull request #4305 from capilkey/fix-echo-test-exception
Fix exception thrown when webrtc echo test fails on initialize
2017-08-24 07:56:52 -04:00
Ghazi Triki
1cbf1cb6b0 Remove LoggedOutWindow and LogoutWindow height restriction. 2017-08-24 09:44:46 +01:00
Chad Pilkey
9c8c59733a fix exception thrown when webrtc echo test fails on initialize 2017-08-23 18:48:07 -04:00
Richard Alam
9da077a194 Merge branch 'capilkey-improve-client-annotation-edit' into bbb-2x-mconf 2017-08-23 15:21:16 -07:00
Richard Alam
09f3966e00 Merge branch 'improve-client-annotation-edit' of https://github.com/capilkey/bigbluebutton into capilkey-improve-client-annotation-edit 2017-08-23 15:07:44 -07:00
Chad Pilkey
181690f3ab update WhiteboardToolbar children width to all match 2017-08-23 17:56:21 -04:00
Chad Pilkey
9afa3fd9ad change cursor update timer to 50ms to match annotations 2017-08-23 17:55:53 -04:00
Chad Pilkey
97da17d13b send annotation updates based on timer 2017-08-23 17:55:03 -04:00
Richard Alam
125ba28fbc Merge branch 'riadvice-2x-client-theme' into bbb-2x-mconf 2017-08-23 13:02:12 -07:00
Richard Alam
cab3d97cdf Merge branch '2x-client-theme' of https://github.com/riadvice/bigbluebutton into riadvice-2x-client-theme 2017-08-23 12:58:19 -07:00
Richard Alam
2c789e1f97 Merge pull request #4302 from ritzalam/add-max-msg-length
- allow setting of max msg lenght from client
2017-08-23 15:25:16 -04:00
Richard Alam
c21e76e48e - allow setting of max msg leghth from client 2017-08-23 12:24:04 -07:00
Pedro Beschorner Marin
b97375ec00 Shared notes deletion enabled at config.xml 2017-08-23 18:02:38 +00:00
Fred Dixon
ca4114c9f0 Merge pull request #4300 from capilkey/init-whiteboard-thickness
Initialize whiteboard thickness
2017-08-23 13:50:53 -04:00
Ghazi Triki
109820e9cd Fix MuteMeButton muted icon reset and glow colour. 2017-08-23 18:19:57 +01:00
Fred Dixon
b6479efbfc Merge pull request #4301 from kepstin/bbb-20-rec-fixes
RnP: Make 'presentation_props' a global var so it can be accessed in …
2017-08-23 12:38:23 -04:00
Calvin Walton
243afcd90c RnP: Make 'presentation_props' a global var so it can be accessed in functions 2017-08-23 12:22:46 -04:00
Ghazi Triki
b0da784ca1 Fix icons for for RecordButton. 2017-08-23 12:10:29 +01:00
Chad Pilkey
c90c6491d9 Merge remote-tracking branch 'upstream/bbb-2x-mconf' into improve-client-annotation-edit 2017-08-22 19:11:16 -04:00