This commit is contained in:
Felipe Cecagno 2014-10-05 16:12:12 -03:00
parent 89a9962b3d
commit b9df767480
3 changed files with 13 additions and 12 deletions

View File

@ -95,11 +95,12 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
} }
} }
public function remoteClick(event:ShortcutEvent):void { public function remoteClick(event:ShortcutEvent):void{
this.selected = true; this.selected = true;
startPhone(); startPhone();
} }
private function mouseOverHandler(event:MouseEvent):void { private function mouseOverHandler(event:MouseEvent):void {
if(_currentState == ACTIVE_STATE) if(_currentState == ACTIVE_STATE)
this.styleName = "voiceConfInactiveButtonStyle"; this.styleName = "voiceConfInactiveButtonStyle";

View File

@ -112,7 +112,7 @@ disableRecordingDefault=false
#---------------------------------------------------- #----------------------------------------------------
# This URL is where the BBB client is accessible. When a user sucessfully # This URL is where the BBB client is accessible. When a user sucessfully
# enters a name and password, she is redirected here to load the client. # enters a name and password, she is redirected here to load the client.
bigbluebutton.web.serverURL=http://10.0.3.100 bigbluebutton.web.serverURL=http://192.168.181.131
#---------------------------------------------------- #----------------------------------------------------
@ -136,7 +136,7 @@ defaultConfigURL=${bigbluebutton.web.serverURL}/client/conf/config.xml
apiVersion=0.81 apiVersion=0.81
# Salt which is used by 3rd-party apps to authenticate api calls # Salt which is used by 3rd-party apps to authenticate api calls
securitySalt=c40fb828a670251f5bcb79b462e1333c securitySalt=33e06642a13942004fd83b3ba6e4104a
# Directory where we drop the <meeting-id-recorded>.done file # Directory where we drop the <meeting-id-recorded>.done file
recordStatusDir=/var/bigbluebutton/recording/status/recorded recordStatusDir=/var/bigbluebutton/recording/status/recorded