interface Participant {
    address: string;
    createdAt: number;
    finishedAt: number;
}

Properties

address: string

Identifier of the user that entried in the room

createdAt: number

Timestamp of when user inserted in the room

finishedAt: number

Timestamp of when user left the room