RoomClient Methods |
The RoomClient type exposes the following members.
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.
|