Packageorg.bigbluebutton.modules.voiceconference.model
Classpublic class VoiceConferenceRoom

This class represents a room in the Asterisk server. The information about the participants is held in the public variable dpParticipants:ArrayCollection



Public Properties
 PropertyDefined by
  dpParticipants : ArrayCollection
VoiceConferenceRoom
  isConnected : Boolean
VoiceConferenceRoom
  userRole : String
VoiceConferenceRoom
Public Methods
 MethodDefined by
  
VoiceConferenceRoom(uri:String)
VoiceConferenceRoom
  
getUri():String
VoiceConferenceRoom
  
setUri(uri:String):void
VoiceConferenceRoom
Property detail
dpParticipantsproperty
public var dpParticipants:ArrayCollection

This property can be used as the source for data binding.

isConnectedproperty 
public var isConnected:Boolean

This property can be used as the source for data binding.

userRoleproperty 
public var userRole:String

This property can be used as the source for data binding.

Constructor detail
VoiceConferenceRoom()constructor
public function VoiceConferenceRoom(uri:String)Parameters
uri:String
Method detail
getUri()method
public function getUri():String

Returns
String — - the uri of this room
setUri()method 
public function setUri(uri:String):void

Parameters
uri:String — - the uri of this room