Packageorg.bigbluebutton.modules.voiceconference
Classpublic class VoiceModule
InheritanceVoiceModule Inheritance BigBlueButtonModule Inheritance mx.modules.ModuleBase
ImplementsIRouterAware

This is the main class of the Voice Module application. It extends the ModuleBase class of the Flex Framework



Public Properties
 PropertyDefined by
  activeWindow : MDIWindow
VoiceModule
 Inheritedmshell : MainApplicationShell
BigBlueButtonModule
 Inheritedname : String
BigBlueButtonModule
 InheritedpreferedX : Number
BigBlueButtonModule
 InheritedpreferedY : Number
BigBlueButtonModule
 Inheritedrouter : Router
BigBlueButtonModule
Public Methods
 MethodDefined by
  
Creates a new VoiceModule
VoiceModule
  
acceptRouter(router:Router, shell:MainApplicationShell):void
Accept a Router object through which messages can be sent and received
VoiceModule
  
getMDIComponent():MDIWindow
VoiceModule
 Inherited
getXPosition():Number
BigBlueButtonModule
 Inherited
getYPosition():Number
BigBlueButtonModule
  
logout():void
VoiceModule
Public Constants
 ConstantDefined by
  DEFAULT_URI : String
[static]
VoiceModule
  NAME : String = "VoiceModule"
[static]
VoiceModule
Property detail
activeWindowproperty
public var activeWindow:MDIWindow
Constructor detail
VoiceModule()constructor
public function VoiceModule()

Creates a new VoiceModule

Method detail
acceptRouter()method
public override function acceptRouter(router:Router, shell:MainApplicationShell):void

Accept a Router object through which messages can be sent and received

Parameters
router:Router
 
shell:MainApplicationShell
getMDIComponent()method 
public override function getMDIComponent():MDIWindow

Returns
MDIWindow
logout()method 
public override function logout():void
Constant detail
DEFAULT_URIconstant
public static const DEFAULT_URI:String
NAMEconstant 
public static const NAME:String = "VoiceModule"