Click or drag to resize

Room Class

A data type represents a Room at Cisco Spark cloud.
Inheritance Hierarchy
SystemObject
  SparkSDKRoom

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class Room

The Room type exposes the following members.

Constructors
  NameDescription
Public methodRoom
Initializes a new instance of the Room class
Top
Properties
  NameDescription
Public propertyCreated
The timestamp that this room being created.
Public propertyId
The identifier of this room.
Public propertyIsLocked
Indicate if this room is locked.
Public propertyLastActivity
Last activity of this room.
Public propertyTeamId
The team Id that this room associated with.
Public propertyTitle
The title of this room.
Public propertyType
The type of this room.
Top
Remarks
Since: 0.1.0
See Also