RoomClient Class |
Namespace: SparkSDK
public sealed class RoomClient
The RoomClient type exposes the following members.
| Name | Description | |
|---|---|---|
| RoomClient |
Initializes a new instance of the RoomClient class.
|
| Name | Description | |
|---|---|---|
| Create |
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.
| |
| Delete |
Deletes a room by id.
| |
| Get |
Retrieves the details for a room by id.
| |
| List |
Lists all rooms where the authenticated user belongs.
| |
| Update |
Updates the details for a room by id.
|