Coffrify.Resources.Rooms (Coffrify v0.9.0)

View Source

Persistent shared spaces (Coffrify Rooms).

Summary

Functions

Create a room. Returns the share URL.

List rooms.

Functions

create(client, opts)

@spec create(Coffrify.t(), map() | keyword()) ::
  {:ok, map()} | {:error, Exception.t()}

Create a room. Returns the share URL.

list(client)

@spec list(Coffrify.t()) :: {:ok, map()} | {:error, Exception.t()}

List rooms.