Imports
Definition
Parameters
sync
- Type:
SyncAgent
streamId
- Type:
string
import { getRoom } from '@towns-protocol/react-sdk'
function getRoom(
sync: SyncAgent,
streamId: string,
): Gdm | Channel | Dm | Space
SyncAgent
string
Gdm | Channel | Dm | Space
Was this page helpful?