(
private onEvent: (room: string, participant: string, event: UiEvent) => void,
private onStatus?: (connected: boolean) => void,
private onRooms?: (rooms: RoomSummary[]) => void,
private onRoomMessage?: (room: string, message: Message) => void,
)
source not stored for this graph (policy: none)