Interface UseParticipantInfoOptions

The useParticipantInfo hook returns the identity, name, and metadata of a given participant. It requires a Participant object passed as property or via the ParticipantContext.

Example

const { identity, name, metadata } = useParticipantInfo({ participant });

Hierarchy

  • UseParticipantInfoOptions

Properties

Properties

participant?: default

Generated using TypeDoc