Click or drag to resize

VirtualRoom Class

Virtual room configured for user.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesVirtualRoom

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class VirtualRoom

The VirtualRoom type exposes the following members.

Properties
  NameDescription
Public propertyAccessPin
Virtual room PIN (aka "passcode").
Public propertyDescription
Description of the virtual room.
Public propertyExtraProperties
A dictionary of extra properties the application may be interested in.
Public propertyId
Id of the virtual room.
Public propertyIsDefault
A boolean value indicating whether this is default VR for the user.
Public propertyIsOneTimePinRequired
A boolean value indicating whether the one time PIN is required.
Public propertyIsPublic
A boolean value indicating whether this VR is public.
Public propertyModeratorPin
Virtual room moderator PIN.
Public propertyName
Name of the virtual room.
Public propertyNumber
Virtual room number.
Top
See Also