Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.towns.com/llms.txt

Use this file to discover all available pages before exploring further.

Imports

import { getRoom } from '@towns-protocol/react-sdk'

Definition

function getRoom(
  sync: SyncAgent,
  streamId: string,
): Gdm | Channel | Dm | Space
Source: getRoom

Parameters

sync

  • Type: SyncAgent

streamId

  • Type: string

Return Type

Gdm | Channel | Dm | Space