Skip to content

Home > @world-wide-lab/client > Client > storeParticipantId

Client.storeParticipantId() method

Store the participantId of the last person that participated using your website.

Signature:

typescript
storeParticipantId(participantId: string): boolean;

Parameters

Parameter

Type

Description

participantId

string

The participantId to store

**Returns:**

boolean

true if the id was stored successfully