useParticipants
The useParticipants hook returns all participants (local and remote) of the current room.
Import
import { useParticipants } from '@livekit/components-react';
Parameters
Returns
(import("livekit-client").RemoteParticipant | import("livekit-client").LocalParticipant)[]