VoiceRoom
function VoiceRoom(__namedParameters): Element;Defined in: packages/react/src/room.tsx:23
Provides a VoiceAgent to all Valora hooks/components below it. Wrap your
call UI in one <VoiceRoom agent={…}> and inner components read state via
hooks — no agent prop drilling.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | VoiceRoomProps |
Returns
Element