ParticipantContextIfNeededProps
Defined in: packages/react/src/components/participant/ParticipantContextIfNeeded.tsx:6
Properties
participant?
optional participant?: unknown;Defined in: packages/react/src/components/participant/ParticipantContextIfNeeded.tsx:8
The participant to provide if there is not already a participant context.
children
children: ReactNode;Defined in: packages/react/src/components/participant/ParticipantContextIfNeeded.tsx:10
Children that may consume ParticipantContext.