ParticipantMenuItemsCallback type
Ein Rückruf zum Bereitstellen benutzerdefinierter Menüelemente für jeden Teilnehmer in ParticipantList.
type ParticipantMenuItemsCallback = (
participantUserId: string,
userId?: string,
defaultMenuItems?: IContextualMenuItem[]
) => IContextualMenuItem[]