Skip to content
Snippets Groups Projects
Commit 862447ca authored by Richard Alam's avatar Richard Alam
Browse files

- pass in presentationName as string instead of as an object

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1423 af16638f-c34d-0410-8cfa-b39d5352b314
parent b1c47b3c
No related branches found
No related tags found
No related merge requests found
......@@ -338,7 +338,7 @@ package org.bigbluebutton.modules.presentation.model.business
public function sharePresentationCallback(presentationName:String, share:Boolean):void {
LogUtil.debug("sharePresentationCallback " + presentationName + "," + share);
if (share) {
sendMessage(PresentModuleConstants.START_SHARE, {presentationName:presentationName});
sendMessage(PresentModuleConstants.START_SHARE, presentationName);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment