- enable toolbar button when assigned as presenter
- stop applet when another participant becomes presenter git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1900 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
parent
8e4ff95f97
commit
2bdabda35f
Binary file not shown.
@ -66,11 +66,13 @@ package org.bigbluebutton.modules.deskShare.view
|
||||
LogUtil.debug(NAME + ": Opening DeskShare Toolbar Button");
|
||||
facade.sendNotification(DeskShareModuleConstants.ADD_BUTTON, button);
|
||||
deskshareButtonDisplayed = true;
|
||||
button.enabled = true;
|
||||
} else {
|
||||
LogUtil.debug(NAME + ": Removing DeskShare Toolbar Button");
|
||||
if (deskshareButtonDisplayed) {
|
||||
facade.sendNotification(DeskShareModuleConstants.REMOVE_BUTTON, button);
|
||||
deskshareButtonDisplayed = false;
|
||||
button.enabled = false;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user