This class represents a room in the Asterisk server. The information about the participants is held
in the public variable dpParticipants:ArrayCollection
public var dpParticipants:ArrayCollection
This property can be used as the source for data binding.
public var isConnected:Boolean
This property can be used as the source for data binding.
public var userRole:String
This property can be used as the source for data binding.
public function VoiceConferenceRoom(uri:String)
Parameters
public function getUri():String
Returns
| String — - the uri of this room
|
public function setUri(uri:String):void
Parameters
| uri:String — - the uri of this room
|