Click or drag to resize

RoomClient Methods

The RoomClient type exposes the following members.

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
See Also