VoiceRoomProps
Defined in: packages/react/src/room.tsx:10
Properties
agent
agent: VoiceAgent;Defined in: packages/react/src/room.tsx:12
The voice agent backing this room (the store the hooks read).
manageLifecycle?
optional manageLifecycle?: boolean;Defined in: packages/react/src/room.tsx:14
Call agent.start() on mount / agent.stop() on unmount. Default true.
children?
optional children?: ReactNode;Defined in: packages/react/src/room.tsx:15