UseParticipantTileOptions
Defined in: packages/react/src/hooks/participant/useParticipantTile.ts:9
Properties
htmlProps
htmlProps: HTMLAttributes<HTMLElement>;Defined in: packages/react/src/hooks/participant/useParticipantTile.ts:11
The { trackRef, onParticipantClick, disableSpeakingIndicator, htmlProps, }.htmlProps property.
disableSpeakingIndicator?
optional disableSpeakingIndicator?: boolean;Defined in: packages/react/src/hooks/participant/useParticipantTile.ts:13
The { trackRef, onParticipantClick, disableSpeakingIndicator, htmlProps, }.disableSpeakingIndicator property.
onParticipantClick?
optional onParticipantClick?: (event) => void;Defined in: packages/react/src/hooks/participant/useParticipantTile.ts:15
The { trackRef, onParticipantClick, disableSpeakingIndicator, htmlProps, }.onParticipantClick property.
Parameters
| Parameter | Type |
|---|---|
event | unknown |
Returns
void
trackRef?
optional trackRef?: unknown;Defined in: packages/react/src/hooks/participant/useParticipantTile.ts:17
The track reference to display.