OptionalrenderCustom render function for the empty state.
Custom React content when no participants exist
OptionalrenderCustom render function for the header.
The header title
Number of participants
The default rendered header (can be used or replaced)
Custom React content for the header
OptionalrenderCustom render function for a participant item.
The participant data
Whether this is the local user
The default rendered content (can be used or replaced)
Custom React content for the participant
Render props for advanced ParticipantList customization.
Remarks
Use these to completely customize how participants, the header, or empty state are rendered while still leveraging the component's logic and state management.
Example