Skip to main content

Interface: RoomResult

Information about a room returned by the DriftDB Room API.

Properties

http_url

http_url: string

The URL of an HTTP endpoint that clients can POST messages to to send a message to the room.

Defined in

js-pkg/packages/driftdb/src/api.ts:12


room

room: string

The name of the room.

Defined in

js-pkg/packages/driftdb/src/api.ts:6


socket_url

socket_url: string

The URL of a WebSocket endpoint that clients can connect to to send messages to the room.

Defined in

js-pkg/packages/driftdb/src/api.ts:9