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

- missed one file in last commit

parent 1164bb3e
No related branches found
No related tags found
No related merge requests found
package org.bigbluebutton.core.managers
{
import org.bigbluebutton.main.model.ConferenceParameters;
public class UserConfigManager
{
private var conferenceParameters:ConferenceParameters = null;
public function setConferenceParameters(c:ConferenceParameters):void {
conferenceParameters = c;
}
public function getLogoutUrl():String {
return conferenceParameters.logoutUrl;
}
}
}
\ No newline at end of file
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