Click or drag to resize

RoomClient Class

Class RoomClient contains APIs which are used to manage the rooms themselves. Rooms are created and deleted with this API. You can also update a room to change its title
Inheritance Hierarchy
SystemObject
  SparkSDKRoomClient

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

The RoomClient type exposes the following members.

Constructors
  NameDescription
Public methodRoomClient
Initializes a new instance of the RoomClient class.
Top
Methods
  NameDescription
Public methodCreate
Creates a room. The authenticated user is automatically added as a member of the room. See the Memberships API to learn how to add more people to the room.
Public methodDelete
Deletes a room by id.
Public methodGet
Retrieves the details for a room by id.
Public methodList
Lists all rooms where the authenticated user belongs.
Public methodUpdate
Updates the details for a room by id.
Top
Remarks
Since: 0.1.0
See Also